Html Css Color HEX #A570BB Purple Mountain's Majesty
📋 copy color: '#A570BB'red 165 ◦ green 112 ◦ blue 187
Shades of Purple Mountain's Majesty #A570BB
Tints of Purple Mountain's Majesty #A570BB
RGB
CMYK
RGB Variations
Color information
#A570BB (or 0xA570BB) is known color: 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
| RGB | 165 | 112 | 187 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.27 |
| HSL | 282.4º | 0.36% | 0.59% | - |
| HSV(B) | 282.4º | 0.4% | 0.73% | - |
| XYZ | 30.28 | 23.18 | 49.89 | - |
| YUV | 136.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 187 | 0.12 | 0.40 | 0 | 0.27 | 282.4 | 0.36 | 0.59 |
| Hex | A5 | 70 | BB | C | 28 | 0 | 1B | 11A | 24 | 3B |
| Octal | 245 | 160 | 273 | 14 | 50 | 0 | 33 | 432 | 44 | 73 |
| Binary | 10100101 | 1110000 | 10111011 | 1100 | 101000 | 0 | 11011 | 100011010 | 100100 | 111011 |
Color Harmonies of #A570BB
Complementary color
Monochromatic Colors of #A570BB
Black with #A570BB
Text Example
Text Example
White with #A570BB
Text Example
Text Example
HTML Codes & Css Web 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>