#A172BB

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

Shades of Purple Mountain's Majesty #A172BB

Tints of Purple Mountain's Majesty #A172BB

Color information

#A172BB (or 0xA172BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 72 and BB. RGB value is (161,114,187). Sum of RGB (Red+Green+Blue) = 161+114+187=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #A172BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172BB is #5E8D44. Grayscale: #888888. Windows color (decimal): -6196549 or 12284577. OLE color: 12284577.

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

Color convert

RGB161114187-
CMYK0.140.3900.27
HSL278.63º34.93%59.02%-
HSV(B)278.63º39.04%73.33%-
XYZ29.6823.249.93-
YUV136.38156.57145.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=34.85%
G=24.68%
B=40.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611141870.140.3900.27278.6334.9359.02
HexA172BBE2701B117233b
Octal24116227316470334274373
Binary101000011110010101110111110100111011011100010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A172BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A172BB; }

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

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

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

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

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

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

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

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