#A372BB

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

Shades of Purple Mountain's Majesty #A372BB

Tints of Purple Mountain's Majesty #A372BB

Color information

#A372BB (or 0xA372BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 72 and BB. RGB value is (163,114,187). Sum of RGB (Red+Green+Blue) = 163+114+187=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #A372BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372BB is #5C8D44. Grayscale: #888888. Windows color (decimal): -6065477 or 12284579. OLE color: 12284579.

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

Color convert

RGB163114187-
CMYK0.130.3900.27
HSL280.27º34.93%59.02%-
HSV(B)280.27º39.04%73.33%-
XYZ30.0923.4149.95-
YUV136.97156.23146.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=35.13%
G=24.57%
B=40.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631141870.130.3900.27280.2734.9359.02
HexA372BBD2701B118233b
Octal24316227315470334304373
Binary101000111110010101110111101100111011011100011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A372BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A372BB; }

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

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

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

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

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

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

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

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