#A572BE

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

Shades of Purple Mountain's Majesty #A572BE

Tints of Purple Mountain's Majesty #A572BE

Color information

#A572BE (or 0xA572BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 72 and BE. RGB value is (165,114,190). Sum of RGB (Red+Green+Blue) = 165+114+190=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A572BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572BE is #5A8D41. Grayscale: #898989. Windows color (decimal): -5934402 or 12481189. OLE color: 12481189.

HSL color Cylindrical-coordinate representation of color #A572BE: hue angle of 280.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A572BE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165114190-
CMYK0.130.4000.25
HSL280.26º36.89%59.61%-
HSV(B)280.26º40%74.51%-
XYZ30.8323.7551.67-
YUV137.91157.4147.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 114 (44.92% from 255) = 24.31%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=35.18%
G=24.31%
B=40.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651141900.130.4000.25280.2636.8959.61
HexA572BED28019118253c
Octal24516227615500314304574
Binary101001011110010101111101101101000011001100011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572BE; }

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

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

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

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

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

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

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

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