Html Css Color HEX #A472BD Purple Mountain's Majesty
📋 copy color: '#A472BD'red 164 ◦ green 114 ◦ blue 189
Shades of Purple Mountain's Majesty #A472BD
Tints of Purple Mountain's Majesty #A472BD
RGB
CMYK
RGB Variations
Color information
#A472BD (or 0xA472BD) is known color: Purple Mountain's Majesty. HEX triplet: A4, 72 and BD. RGB value is (164,114,189). Sum of RGB (Red+Green+Blue) = 164+114+189=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #A472BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472BD is #5B8D42. Grayscale: #898989. Windows color (decimal): -5999939 or 12415652. OLE color: 12415652.
HSL color Cylindrical-coordinate representation of color #A472BD: hue angle of 280º 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 #A472BD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 114 | 189 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.26 |
| HSL | 280º | 0.36% | 0.59% | - |
| HSV(B) | 280º | 0.4% | 0.74% | - |
| XYZ | 30.51 | 23.6 | 51.09 | - |
| YUV | 137.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 189 | 0.13 | 0.40 | 0 | 0.26 | 280 | 0.36 | 0.59 |
| Hex | A4 | 72 | BD | D | 28 | 0 | 1A | 118 | 24 | 3B |
| Octal | 244 | 162 | 275 | 15 | 50 | 0 | 32 | 430 | 44 | 73 |
| Binary | 10100100 | 1110010 | 10111101 | 1101 | 101000 | 0 | 11010 | 100011000 | 100100 | 111011 |
Color Harmonies of #A472BD
Complementary color
Monochromatic Colors of #A472BD
Black with #A472BD
Text Example
Text Example
White with #A472BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A472BD; }
p { color: rgb(164,114,189); }
H1.HeaderClassName
{
color: #A472BD;
}
.AnyTagClassName
{
color: #A472BD;
}
</style>
background-color css
<style>
a { background-color: #A472BD; }
a { background-color: rgb(164,114,189); }
div.DivClassName
{
background-color: #A472BD;
}
.BgClassName
{
background-color: #A472BD;
}
</style>
border-color css
<style>
span { border-color: #A472BD; }
span { border-color: rgb(164,114,189); }
td.TdClassName
{
border-color: #A472BD;
}
.TagClassName
{
border-color: #A472BD;
}
</style>