#A16EBD

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

Shades of Purple Mountain's Majesty #A16EBD

Tints of Purple Mountain's Majesty #A16EBD

Color information

#A16EBD (or 0xA16EBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 6E and BD. RGB value is (161,110,189). Sum of RGB (Red+Green+Blue) = 161+110+189=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #A16EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EBD is #5E9142. Grayscale: #858585. Windows color (decimal): -6197571 or 12414625. OLE color: 12414625.

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

Color convert

RGB161110189-
CMYK0.150.4200.26
HSL278.73º37.44%58.63%-
HSV(B)278.73º41.8%74.12%-
XYZ29.4622.450.92-
YUV134.26158.9147.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 110 (43.36% from 255) = 23.91%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=35%
G=23.91%
B=41.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611101890.150.4200.26278.7337.4458.63
HexA16EBDF2A01A117253b
Octal24115627517520324274573
Binary101000011101110101111011111101010011010100010111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EBD; }

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

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

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

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

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

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

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

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