#A06EBA

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

Shades of Purple Mountain's Majesty #A06EBA

Tints of Purple Mountain's Majesty #A06EBA

Color information

#A06EBA (or 0xA06EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 6E and BA. RGB value is (160,110,186). Sum of RGB (Red+Green+Blue) = 160+110+186=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #A06EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EBA is #5F9145. Grayscale: #858585. Windows color (decimal): -6263110 or 12218016. OLE color: 12218016.

HSL color Cylindrical-coordinate representation of color #A06EBA: hue angle of 279.47º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A06EBA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160110186-
CMYK0.140.4100.27
HSL279.47º35.51%58.04%-
HSV(B)279.47º40.86%72.94%-
XYZ28.9422.1749.21-
YUV133.61157.56146.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=35.09%
G=24.12%
B=40.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601101860.140.4100.27279.4735.5158.04
HexA06EBAE2901B117243a
Octal24015627216510334274472
Binary101000001101110101110101110101001011011100010111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06EBA; }

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

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

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

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

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

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

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

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