#A570BB

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

Shades of Purple Mountain's Majesty #A570BB

Tints of Purple Mountain's Majesty #A570BB

Color information

#A570BB (or 0xA570BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 70 and BB. RGB value is (165,112,187). Sum of RGB (Red+Green+Blue) = 165+112+187=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #A570BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570BB is #5A8F44. Grayscale: #888888. Windows color (decimal): -5934917 or 12284069. OLE color: 12284069.

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

Color convert

RGB165112187-
CMYK0.120.4000.27
HSL282.4º35.55%58.63%-
HSV(B)282.4º40.11%73.33%-
XYZ30.2823.1849.89-
YUV136.4156.56148.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=35.56%
G=24.14%
B=40.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651121870.120.4000.27282.435.5558.63
HexA570BBC2801B11a243b
Octal24516027314500334324473
Binary101001011110000101110111100101000011011100011010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570BB; }

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

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

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

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

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

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

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

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