#A572B8

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

Shades of Purple Mountain's Majesty #A572B8

Tints of Purple Mountain's Majesty #A572B8

Color information

#A572B8 (or 0xA572B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 72 and B8. RGB value is (165,114,184). Sum of RGB (Red+Green+Blue) = 165+114+184=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 184 - color contains mainly: blue. Hex color #A572B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572B8 is #5A8D47. Grayscale: #898989. Windows color (decimal): -5934408 or 12087973. OLE color: 12087973.

HSL color Cylindrical-coordinate representation of color #A572B8: hue angle of 283.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A572B8 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB165114184-
CMYK0.100.3800.28
HSL283.71º33.02%58.43%-
HSV(B)283.71º38.04%72.16%-
XYZ30.1923.4948.29-
YUV137.23154.4147.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 184 (72.27% from 255) = 39.74%
R=35.64%
G=24.62%
B=39.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651141840.100.3800.28283.7133.0258.43
HexA572B8A2601C11c213a
Octal24516227012460344344172
Binary101001011110010101110001010100110011100100011100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572B8; }

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

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

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

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

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

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

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

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