#A173BD

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

Shades of Purple Mountain's Majesty #A173BD

Tints of Purple Mountain's Majesty #A173BD

Color information

#A173BD (or 0xA173BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 73 and BD. RGB value is (161,115,189). Sum of RGB (Red+Green+Blue) = 161+115+189=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #A173BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173BD is #5E8C42. Grayscale: #888888. Windows color (decimal): -6196291 or 12415905. OLE color: 12415905.

HSL color Cylindrical-coordinate representation of color #A173BD: hue angle of 277.3º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A173BD is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161115189-
CMYK0.150.3900.26
HSL277.3º35.92%59.61%-
HSV(B)277.3º39.15%74.12%-
XYZ30.0123.5151.1-
YUV137.19157.24144.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=34.62%
G=24.73%
B=40.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611151890.150.3900.26277.335.9259.61
HexA173BDF2701A115243c
Octal24116327517470324254474
Binary101000011110011101111011111100111011010100010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A173BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A173BD; }

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

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

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

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

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

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

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

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