#A572BC

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

Shades of Purple Mountain's Majesty #A572BC

Tints of Purple Mountain's Majesty #A572BC

Color information

#A572BC (or 0xA572BC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 72 and BC. RGB value is (165,114,188). Sum of RGB (Red+Green+Blue) = 165+114+188=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #A572BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572BC is #5A8D43. Grayscale: #898989. Windows color (decimal): -5934404 or 12350117. OLE color: 12350117.

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

Color convert

RGB165114188-
CMYK0.120.3900.26
HSL281.35º35.58%59.22%-
HSV(B)281.35º39.36%73.73%-
XYZ30.6123.6650.53-
YUV137.68156.4147.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=35.33%
G=24.41%
B=40.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651141880.120.3900.26281.3535.5859.22
HexA572BCC2701A119243b
Octal24516227414470324314473
Binary101001011110010101111001100100111011010100011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572BC; }

 p { color: rgb(165,114,188); }

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

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

 a { background-color: rgb(165,114,188); }

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

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

 span { border-color: rgb(165,114,188); }

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