#A06CBA

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

Shades of Purple Mountain's Majesty #A06CBA

Tints of Purple Mountain's Majesty #A06CBA

Color information

#A06CBA (or 0xA06CBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 6C and BA. RGB value is (160,108,186). Sum of RGB (Red+Green+Blue) = 160+108+186=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #A06CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CBA is #5F9345. Grayscale: #848484. Windows color (decimal): -6263622 or 12217504. OLE color: 12217504.

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

Color convert

RGB160108186-
CMYK0.140.4200.27
HSL280º36.11%57.65%-
HSV(B)280º41.94%72.94%-
XYZ28.7221.7449.14-
YUV132.44158.23147.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=35.24%
G=23.79%
B=40.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601081860.140.4200.2728036.1157.65
HexA06CBAE2A01B118243a
Octal24015427216520334304472
Binary101000001101100101110101110101010011011100011000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CBA; }

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

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

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

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

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

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

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

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