#A570B9

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

Shades of Purple Mountain's Majesty #A570B9

Tints of Purple Mountain's Majesty #A570B9

Color information

#A570B9 (or 0xA570B9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 70 and B9. RGB value is (165,112,185). Sum of RGB (Red+Green+Blue) = 165+112+185=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #A570B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570B9 is #5A8F46. Grayscale: #878787. Windows color (decimal): -5934919 or 12152997. OLE color: 12152997.

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

Color convert

RGB165112185-
CMYK0.110.3900.27
HSL283.56º34.27%58.24%-
HSV(B)283.56º39.46%72.55%-
XYZ30.0723.0948.77-
YUV136.17155.56148.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 185 (72.66% from 255) = 40.04%
R=35.71%
G=24.24%
B=40.04%

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
Decimal1651121850.110.3900.27283.5634.2758.24
HexA570B9B2701B11c223a
Octal24516027113470334344272
Binary101001011110000101110011011100111011011100011100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570B9; }

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

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

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

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

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

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

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

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