#A172BE

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

Shades of Purple Mountain's Majesty #A172BE

Tints of Purple Mountain's Majesty #A172BE

Color information

#A172BE (or 0xA172BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 72 and BE. RGB value is (161,114,190). Sum of RGB (Red+Green+Blue) = 161+114+190=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #A172BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172BE is #5E8D41. Grayscale: #888888. Windows color (decimal): -6196546 or 12481185. OLE color: 12481185.

HSL color Cylindrical-coordinate representation of color #A172BE: hue angle of 277.11º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A172BE is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161114190-
CMYK0.150.4000.25
HSL277.11º36.89%59.61%-
HSV(B)277.11º40%74.51%-
XYZ30.0123.3351.64-
YUV136.72158.07145.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=34.62%
G=24.52%
B=40.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611141900.150.4000.25277.1136.8959.61
HexA172BEF28019115253c
Octal24116227617500314254574
Binary101000011110010101111101111101000011001100010101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A172BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A172BE; }

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

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

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

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

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

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

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

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