#AA75EE

Color #AA75EE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AA75EE

Tints of Medium Purple #AA75EE

Color information

#AA75EE (or 0xAA75EE) is unknown color: approx Medium Purple. HEX triplet: AA, 75 and EE. RGB value is (170,117,238). Sum of RGB (Red+Green+Blue) = 170+117+238=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA75EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA75EE is #558A11. Grayscale: #929292. Windows color (decimal): -5605906 or 15627690. OLE color: 15627690.

HSL color Cylindrical-coordinate representation of color #AA75EE: hue angle of 266.28º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA75EE is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170117238-
CMYK0.290.5100.07
HSL266.28º78.06%69.61%-
HSV(B)266.28º50.84%93.33%-
XYZ38.3727.4484.16-
YUV146.64179.56144.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 117 (46.09% from 255) = 22.29%
BLUE value IS 238 (93.36% from 255) = 45.33%
R=32.38%
G=22.29%
B=45.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701172380.290.5100.07266.2878.0669.61
HexAA75EE1D330710a4e46
Octal252165356356307412116106
Binary1010101011101011110111011101110011011110000101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA75EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA75EE; }

 p { color: rgb(170,117,238); }

 H1.HeaderClassName
 {
   color: #AA75EE;
 }
 .AnyTagClassName
 {
   color: #AA75EE;
 }
</style>
background-color css

<style>
 a { background-color: #AA75EE; }

 a { background-color: rgb(170,117,238); }

 div.DivClassName
 {
   background-color: #AA75EE;
 }
 .BgClassName
 {
   background-color: #AA75EE;
 }
</style>
border-color css

<style>
 span { border-color: #AA75EE; }

 span { border-color: rgb(170,117,238); }

 td.TdClassName
 {
   border-color: #AA75EE;
 }
 .TagClassName
 {
   border-color: #AA75EE;
 }
</style>