Html Css Color HEX #A172BD Purple Mountain's Majesty
📋 copy color: '#A172BD'red 161 ◦ green 114 ◦ blue 189
Shades of Purple Mountain's Majesty #A172BD
Tints of Purple Mountain's Majesty #A172BD
RGB
CMYK
RGB Variations
Color information
#A172BD (or 0xA172BD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 72 and BD. RGB value is (161,114,189). Sum of RGB (Red+Green+Blue) = 161+114+189=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #A172BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172BD is #5E8D42. Grayscale: #888888. Windows color (decimal): -6196547 or 12415649. OLE color: 12415649.
HSL color Cylindrical-coordinate representation of color #A172BD: hue angle of 277.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A172BD is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 114 | 189 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.26 |
| HSL | 277.6º | 0.36% | 0.59% | - |
| HSV(B) | 277.6º | 0.4% | 0.74% | - |
| XYZ | 29.9 | 23.29 | 51.06 | - |
| YUV | 136.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 189 | 0.15 | 0.40 | 0 | 0.26 | 277.6 | 0.36 | 0.59 |
| Hex | A1 | 72 | BD | F | 28 | 0 | 1A | 116 | 24 | 3B |
| Octal | 241 | 162 | 275 | 17 | 50 | 0 | 32 | 426 | 44 | 73 |
| Binary | 10100001 | 1110010 | 10111101 | 1111 | 101000 | 0 | 11010 | 100010110 | 100100 | 111011 |
Color Harmonies of #A172BD
Complementary color
Monochromatic Colors of #A172BD
Black with #A172BD
Text Example
Text Example
White with #A172BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A172BD; }
p { color: rgb(161,114,189); }
H1.HeaderClassName
{
color: #A172BD;
}
.AnyTagClassName
{
color: #A172BD;
}
</style>
background-color css
<style>
a { background-color: #A172BD; }
a { background-color: rgb(161,114,189); }
div.DivClassName
{
background-color: #A172BD;
}
.BgClassName
{
background-color: #A172BD;
}
</style>
border-color css
<style>
span { border-color: #A172BD; }
span { border-color: rgb(161,114,189); }
td.TdClassName
{
border-color: #A172BD;
}
.TagClassName
{
border-color: #A172BD;
}
</style>