#A06EBE

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

Shades of Purple Mountain's Majesty #A06EBE

Tints of Purple Mountain's Majesty #A06EBE

Color information

#A06EBE (or 0xA06EBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 6E and BE. RGB value is (160,110,190). Sum of RGB (Red+Green+Blue) = 160+110+190=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #A06EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EBE is #5F9141. Grayscale: #858585. Windows color (decimal): -6263106 or 12480160. OLE color: 12480160.

HSL color Cylindrical-coordinate representation of color #A06EBE: hue angle of 277.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A06EBE is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160110190-
CMYK0.160.4200.25
HSL277.5º38.1%58.82%-
HSV(B)277.5º42.11%74.51%-
XYZ29.3722.3451.48-
YUV134.07159.56146.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 110 (43.36% from 255) = 23.91%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=34.78%
G=23.91%
B=41.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601101900.160.4200.25277.538.158.82
HexA06EBE102A019116263b
Octal24015627620520314264673
Binary1010000011011101011111010000101010011001100010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06EBE; }

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

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

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

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

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

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

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

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