#A86FBD

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

Shades of Purple Mountain's Majesty #A86FBD

Tints of Purple Mountain's Majesty #A86FBD

Color information

#A86FBD (or 0xA86FBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A8, 6F and BD. RGB value is (168,111,189). Sum of RGB (Red+Green+Blue) = 168+111+189=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #A86FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FBD is #579042. Grayscale: #888888. Windows color (decimal): -5738563 or 12414888. OLE color: 12414888.

HSL color Cylindrical-coordinate representation of color #A86FBD: hue angle of 283.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86FBD is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168111189-
CMYK0.110.4100.26
HSL283.85º37.14%58.82%-
HSV(B)283.85º41.27%74.12%-
XYZ31.0223.3751.02-
YUV136.94157.38150.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 111 (43.75% from 255) = 23.72%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=35.90%
G=23.72%
B=40.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681111890.110.4100.26283.8537.1458.82
HexA86FBDB2901A11c253b
Octal25015727513510324344573
Binary101010001101111101111011011101001011010100011100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86FBD; }

 p { color: rgb(168,111,189); }

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

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

 a { background-color: rgb(168,111,189); }

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

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

 span { border-color: rgb(168,111,189); }

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