#A572BA

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

Shades of Purple Mountain's Majesty #A572BA

Tints of Purple Mountain's Majesty #A572BA

Color information

#A572BA (or 0xA572BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 72 and BA. RGB value is (165,114,186). Sum of RGB (Red+Green+Blue) = 165+114+186=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A572BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572BA is #5A8D45. Grayscale: #898989. Windows color (decimal): -5934406 or 12219045. OLE color: 12219045.

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

Color convert

RGB165114186-
CMYK0.110.3900.27
HSL282.5º34.29%58.82%-
HSV(B)282.5º38.71%72.94%-
XYZ30.423.5849.4-
YUV137.46155.4147.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 186 (73.05% from 255) = 40%
R=35.48%
G=24.52%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651141860.110.3900.27282.534.2958.82
HexA572BAB2701B11a223b
Octal24516227213470334324273
Binary101001011110010101110101011100111011011100011010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572BA; }

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

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

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

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

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

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

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

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