#A16CBB

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

Shades of Purple Mountain's Majesty #A16CBB

Tints of Purple Mountain's Majesty #A16CBB

Color information

#A16CBB (or 0xA16CBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 6C and BB. RGB value is (161,108,187). Sum of RGB (Red+Green+Blue) = 161+108+187=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #A16CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CBB is #5E9344. Grayscale: #848484. Windows color (decimal): -6198085 or 12283041. OLE color: 12283041.

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

Color convert

RGB161108187-
CMYK0.140.4200.27
HSL280.25º36.74%57.84%-
HSV(B)280.25º42.25%73.33%-
XYZ29.0321.8949.71-
YUV132.85158.56148.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 108 (42.58% from 255) = 23.68%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=35.31%
G=23.68%
B=41.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611081870.140.4200.27280.2536.7457.84
HexA16CBBE2A01B118253a
Octal24115427316520334304572
Binary101000011101100101110111110101010011011100011000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16CBB; }

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

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

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

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

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

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

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

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