#A06EB7

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

Shades of Purple Mountain's Majesty #A06EB7

Tints of Purple Mountain's Majesty #A06EB7

Color information

#A06EB7 (or 0xA06EB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 6E and B7. RGB value is (160,110,183). Sum of RGB (Red+Green+Blue) = 160+110+183=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #A06EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EB7 is #5F9148. Grayscale: #858585. Windows color (decimal): -6263113 or 12021408. OLE color: 12021408.

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

Color convert

RGB160110183-
CMYK0.130.4000.28
HSL281.1º33.64%57.45%-
HSV(B)281.1º39.89%71.76%-
XYZ28.6222.0447.55-
YUV133.27156.06147.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 110 (43.36% from 255) = 24.28%
BLUE value IS 183 (71.88% from 255) = 40.40%
R=35.32%
G=24.28%
B=40.40%

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
Decimal1601101830.130.4000.28281.133.6457.45
HexA06EB7D2801C1192239
Octal24015626715500344314271
Binary101000001101110101101111101101000011100100011001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06EB7; }

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

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

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

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

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

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

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

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