#A372BA

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

Shades of Purple Mountain's Majesty #A372BA

Tints of Purple Mountain's Majesty #A372BA

Color information

#A372BA (or 0xA372BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 72 and BA. RGB value is (163,114,186). Sum of RGB (Red+Green+Blue) = 163+114+186=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #A372BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372BA is #5C8D45. Grayscale: #888888. Windows color (decimal): -6065478 or 12219043. OLE color: 12219043.

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

Color convert

RGB163114186-
CMYK0.120.3900.27
HSL280.83º34.29%58.82%-
HSV(B)280.83º38.71%72.94%-
XYZ29.9823.3749.38-
YUV136.86155.73146.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=35.21%
G=24.62%
B=40.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631141860.120.3900.27280.8334.2958.82
HexA372BAC2701B119223b
Octal24316227214470334314273
Binary101000111110010101110101100100111011011100011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A372BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A372BA; }

 p { color: rgb(163,114,186); }

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

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

 a { background-color: rgb(163,114,186); }

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

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

 span { border-color: rgb(163,114,186); }

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