#A06EB8

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

Shades of Purple Mountain's Majesty #A06EB8

Tints of Purple Mountain's Majesty #A06EB8

Color information

#A06EB8 (or 0xA06EB8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 6E and B8. RGB value is (160,110,184). Sum of RGB (Red+Green+Blue) = 160+110+184=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 184 - color contains mainly: blue. Hex color #A06EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EB8 is #5F9147. Grayscale: #858585. Windows color (decimal): -6263112 or 12086944. OLE color: 12086944.

HSL color Cylindrical-coordinate representation of color #A06EB8: hue angle of 280.54º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06EB8 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB160110184-
CMYK0.130.4000.28
HSL280.54º34.26%57.65%-
HSV(B)280.54º40.22%72.16%-
XYZ28.7222.0948.1-
YUV133.39156.56146.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 184 (72.27% from 255) = 40.53%
R=35.24%
G=24.23%
B=40.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601101840.130.4000.28280.5434.2657.65
HexA06EB8D2801C119223a
Octal24015627015500344314272
Binary101000001101110101110001101101000011100100011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06EB8; }

 p { color: rgb(160,110,184); }

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

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

 a { background-color: rgb(160,110,184); }

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

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

 span { border-color: rgb(160,110,184); }

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