#A173BB

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

Shades of Purple Mountain's Majesty #A173BB

Tints of Purple Mountain's Majesty #A173BB

Color information

#A173BB (or 0xA173BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 73 and BB. RGB value is (161,115,187). Sum of RGB (Red+Green+Blue) = 161+115+187=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #A173BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173BB is #5E8C44. Grayscale: #888888. Windows color (decimal): -6196293 or 12284833. OLE color: 12284833.

HSL color Cylindrical-coordinate representation of color #A173BB: hue angle of 278.33º 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 #A173BB is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161115187-
CMYK0.140.3900.27
HSL278.33º34.62%59.22%-
HSV(B)278.33º38.5%73.33%-
XYZ29.823.4349.96-
YUV136.96156.24145.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 115 (45.31% from 255) = 24.84%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=34.77%
G=24.84%
B=40.39%

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
Decimal1611151870.140.3900.27278.3334.6259.22
HexA173BBE2701B116233b
Octal24116327316470334264373
Binary101000011110011101110111110100111011011100010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A173BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A173BB; }

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

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

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

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

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

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

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

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