#A06FBF

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

Shades of Purple Mountain's Majesty #A06FBF

Tints of Purple Mountain's Majesty #A06FBF

Color information

#A06FBF (or 0xA06FBF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 6F and BF. RGB value is (160,111,191). Sum of RGB (Red+Green+Blue) = 160+111+191=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #A06FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FBF is #5F9040. Grayscale: #868686. Windows color (decimal): -6262849 or 12545952. OLE color: 12545952.

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

Color convert

RGB160111191-
CMYK0.160.4200.25
HSL276.75º38.46%59.22%-
HSV(B)276.75º41.88%74.9%-
XYZ29.5922.652.09-
YUV134.77159.73146-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 191 (75% from 255) = 41.34%
R=34.63%
G=24.03%
B=41.34%

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
Decimal1601111910.160.4200.25276.7538.4659.22
HexA06FBF102A019115263b
Octal24015727720520314254673
Binary1010000011011111011111110000101010011001100010101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FBF; }

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

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

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

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

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

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

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

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