#A06FBE

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

Shades of Purple Mountain's Majesty #A06FBE

Tints of Purple Mountain's Majesty #A06FBE

Color information

#A06FBE (or 0xA06FBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 6F and BE. RGB value is (160,111,190). Sum of RGB (Red+Green+Blue) = 160+111+190=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #A06FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FBE is #5F9041. Grayscale: #868686. Windows color (decimal): -6262850 or 12480416. OLE color: 12480416.

HSL color Cylindrical-coordinate representation of color #A06FBE: hue angle of 277.22º 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 #A06FBE is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160111190-
CMYK0.160.4200.25
HSL277.22º37.8%59.02%-
HSV(B)277.22º41.58%74.51%-
XYZ29.4822.5651.52-
YUV134.66159.23146.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=34.71%
G=24.08%
B=41.21%

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
Decimal1601111900.160.4200.25277.2237.859.02
HexA06FBE102A019115263b
Octal24015727620520314254673
Binary1010000011011111011111010000101010011001100010101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FBE; }

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

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

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

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

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

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

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

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