#A16FBD

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

Shades of Purple Mountain's Majesty #A16FBD

Tints of Purple Mountain's Majesty #A16FBD

Color information

#A16FBD (or 0xA16FBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 6F and BD. RGB value is (161,111,189). Sum of RGB (Red+Green+Blue) = 161+111+189=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #A16FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FBD is #5E9042. Grayscale: #868686. Windows color (decimal): -6197315 or 12414881. OLE color: 12414881.

HSL color Cylindrical-coordinate representation of color #A16FBD: hue angle of 278.46º 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 #A16FBD is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161111189-
CMYK0.150.4100.26
HSL278.46º37.14%58.82%-
HSV(B)278.46º41.27%74.12%-
XYZ29.5722.6250.95-
YUV134.84158.56146.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=34.92%
G=24.08%
B=41.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611111890.150.4100.26278.4637.1458.82
HexA16FBDF2901A116253b
Octal24115727517510324264573
Binary101000011101111101111011111101001011010100010110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16FBD; }

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

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

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

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

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

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

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

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