#A16EBB

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

Shades of Purple Mountain's Majesty #A16EBB

Tints of Purple Mountain's Majesty #A16EBB

Color information

#A16EBB (or 0xA16EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 6E and BB. RGB value is (161,110,187). Sum of RGB (Red+Green+Blue) = 161+110+187=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #A16EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EBB is #5E9144. Grayscale: #858585. Windows color (decimal): -6197573 or 12283553. OLE color: 12283553.

HSL color Cylindrical-coordinate representation of color #A16EBB: hue angle of 279.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A16EBB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161110187-
CMYK0.140.4100.27
HSL279.74º36.15%58.24%-
HSV(B)279.74º41.18%73.33%-
XYZ29.2422.3249.78-
YUV134.03157.9147.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 110 (43.36% from 255) = 24.02%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=35.15%
G=24.02%
B=40.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611101870.140.4100.27279.7436.1558.24
HexA16EBBE2901B118243a
Octal24115627316510334304472
Binary101000011101110101110111110101001011011100011000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EBB; }

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

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

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

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

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

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

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

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