#A570BA

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

Shades of Purple Mountain's Majesty #A570BA

Tints of Purple Mountain's Majesty #A570BA

Color information

#A570BA (or 0xA570BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 70 and BA. RGB value is (165,112,186). Sum of RGB (Red+Green+Blue) = 165+112+186=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #A570BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570BA is #5A8F45. Grayscale: #888888. Windows color (decimal): -5934918 or 12218533. OLE color: 12218533.

HSL color Cylindrical-coordinate representation of color #A570BA: hue angle of 282.97º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A570BA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165112186-
CMYK0.110.4000.27
HSL282.97º34.91%58.43%-
HSV(B)282.97º39.78%72.94%-
XYZ30.1723.1349.33-
YUV136.28156.06148.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=35.64%
G=24.19%
B=40.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651121860.110.4000.27282.9734.9158.43
HexA570BAB2801B11b233a
Octal24516027213500334334372
Binary101001011110000101110101011101000011011100011011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570BA; }

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

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

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

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

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

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

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

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