#A16EBE

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

Shades of Purple Mountain's Majesty #A16EBE

Tints of Purple Mountain's Majesty #A16EBE

Color information

#A16EBE (or 0xA16EBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 6E and BE. RGB value is (161,110,190). Sum of RGB (Red+Green+Blue) = 161+110+190=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #A16EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EBE is #5E9141. Grayscale: #868686. Windows color (decimal): -6197570 or 12480161. OLE color: 12480161.

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

Color convert

RGB161110190-
CMYK0.150.4200.25
HSL278.25º38.1%58.82%-
HSV(B)278.25º42.11%74.51%-
XYZ29.5722.4551.49-
YUV134.37159.4147-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=34.92%
G=23.86%
B=41.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611101900.150.4200.25278.2538.158.82
HexA16EBEF2A019116263b
Octal24115627617520314264673
Binary101000011101110101111101111101010011001100010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EBE; }

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

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

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

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

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

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

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

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