Html Css Color HEX #A870BD Purple Mountain's Majesty
📋 copy color: '#A870BD'red 168 ◦ green 112 ◦ blue 189
Shades of Purple Mountain's Majesty #A870BD
Tints of Purple Mountain's Majesty #A870BD
RGB
CMYK
RGB Variations
Color information
#A870BD (or 0xA870BD) is known color: Purple Mountain's Majesty. HEX triplet: A8, 70 and BD. RGB value is (168,112,189). Sum of RGB (Red+Green+Blue) = 168+112+189=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #A870BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870BD is #578F42. Grayscale: #898989. Windows color (decimal): -5738307 or 12415144. OLE color: 12415144.
HSL color Cylindrical-coordinate representation of color #A870BD: hue angle of 283.64º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A870BD is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 112 | 189 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.26 |
| HSL | 283.64º | 0.37% | 0.59% | - |
| HSV(B) | 283.64º | 0.41% | 0.74% | - |
| XYZ | 31.13 | 23.59 | 51.06 | - |
| YUV | 137.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 189 | 0.11 | 0.41 | 0 | 0.26 | 283.64 | 0.37 | 0.59 |
| Hex | A8 | 70 | BD | B | 29 | 0 | 1A | 11C | 25 | 3B |
| Octal | 250 | 160 | 275 | 13 | 51 | 0 | 32 | 434 | 45 | 73 |
| Binary | 10101000 | 1110000 | 10111101 | 1011 | 101001 | 0 | 11010 | 100011100 | 100101 | 111011 |
Color Harmonies of #A870BD
Complementary color
Monochromatic Colors of #A870BD
Black with #A870BD
Text Example
Text Example
White with #A870BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870BD; }
p { color: rgb(168,112,189); }
H1.HeaderClassName
{
color: #A870BD;
}
.AnyTagClassName
{
color: #A870BD;
}
</style>
background-color css
<style>
a { background-color: #A870BD; }
a { background-color: rgb(168,112,189); }
div.DivClassName
{
background-color: #A870BD;
}
.BgClassName
{
background-color: #A870BD;
}
</style>
border-color css
<style>
span { border-color: #A870BD; }
span { border-color: rgb(168,112,189); }
td.TdClassName
{
border-color: #A870BD;
}
.TagClassName
{
border-color: #A870BD;
}
</style>