#A66EBC

Color #A66EBC Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A66EBC

Tints of Purple Mountain's Majesty #A66EBC

Color information

#A66EBC (or 0xA66EBC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A6, 6E and BC. RGB value is (166,110,188). Sum of RGB (Red+Green+Blue) = 166+110+188=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #A66EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66EBC is #599143. Grayscale: #878787. Windows color (decimal): -5869892 or 12349094. OLE color: 12349094.

HSL color Cylindrical-coordinate representation of color #A66EBC: hue angle of 283.08º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A66EBC is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166110188-
CMYK0.120.4100.26
HSL283.08º36.79%58.43%-
HSV(B)283.08º41.49%73.73%-
XYZ30.3822.8950.39-
YUV135.64157.55149.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=35.78%
G=23.71%
B=40.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661101880.120.4100.26283.0836.7958.43
HexA66EBCC2901A11b253a
Octal24615627414510324334572
Binary101001101101110101111001100101001011010100011011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EBC; }

 p { color: rgb(166,110,188); }

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

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

 a { background-color: rgb(166,110,188); }

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

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

 span { border-color: rgb(166,110,188); }

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