Html Css Color HEX #A570BF Purple Mountain's Majesty
📋 copy color: '#A570BF'red 165 ◦ green 112 ◦ blue 191
Shades of Purple Mountain's Majesty #A570BF
Tints of Purple Mountain's Majesty #A570BF
RGB
CMYK
RGB Variations
Color information
#A570BF (or 0xA570BF) is known color: Purple Mountain's Majesty. HEX triplet: A5, 70 and BF. RGB value is (165,112,191). Sum of RGB (Red+Green+Blue) = 165+112+191=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #A570BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570BF is #5A8F40. Grayscale: #888888. Windows color (decimal): -5934913 or 12546213. OLE color: 12546213.
HSL color Cylindrical-coordinate representation of color #A570BF: hue angle of 280.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A570BF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 112 | 191 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.25 |
| HSL | 280.25º | 0.38% | 0.59% | - |
| HSV(B) | 280.25º | 0.41% | 0.75% | - |
| XYZ | 30.72 | 23.35 | 52.18 | - |
| YUV | 136.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 191 | 0.14 | 0.41 | 0 | 0.25 | 280.25 | 0.38 | 0.59 |
| Hex | A5 | 70 | BF | E | 29 | 0 | 19 | 118 | 26 | 3B |
| Octal | 245 | 160 | 277 | 16 | 51 | 0 | 31 | 430 | 46 | 73 |
| Binary | 10100101 | 1110000 | 10111111 | 1110 | 101001 | 0 | 11001 | 100011000 | 100110 | 111011 |
Color Harmonies of #A570BF
Complementary color
Monochromatic Colors of #A570BF
Black with #A570BF
Text Example
Text Example
White with #A570BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A570BF; }
p { color: rgb(165,112,191); }
H1.HeaderClassName
{
color: #A570BF;
}
.AnyTagClassName
{
color: #A570BF;
}
</style>
background-color css
<style>
a { background-color: #A570BF; }
a { background-color: rgb(165,112,191); }
div.DivClassName
{
background-color: #A570BF;
}
.BgClassName
{
background-color: #A570BF;
}
</style>
border-color css
<style>
span { border-color: #A570BF; }
span { border-color: rgb(165,112,191); }
td.TdClassName
{
border-color: #A570BF;
}
.TagClassName
{
border-color: #A570BF;
}
</style>