Html Css Color HEX #A082B9 Purple Mountain's Majesty
📋 copy color: '#A082B9'red 160 ◦ green 130 ◦ blue 185
Shades of Purple Mountain's Majesty #A082B9
Tints of Purple Mountain's Majesty #A082B9
RGB
CMYK
RGB Variations
Color information
#A082B9 (or 0xA082B9) is known color: Purple Mountain's Majesty. HEX triplet: A0, 82 and B9. RGB value is (160,130,185). Sum of RGB (Red+Green+Blue) = 160+130+185=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #A082B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082B9 is #5F7D46. Grayscale: #919191. Windows color (decimal): -6257991 or 12157600. OLE color: 12157600.
HSL color Cylindrical-coordinate representation of color #A082B9: hue angle of 272.73º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A082B9 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 130 | 185 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.27 |
| HSL | 272.73º | 0.28% | 0.62% | - |
| HSV(B) | 272.73º | 0.3% | 0.73% | - |
| XYZ | 31.24 | 26.94 | 49.45 | - |
| YUV | 145.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 185 | 0.14 | 0.30 | 0 | 0.27 | 272.73 | 0.28 | 0.62 |
| Hex | A0 | 82 | B9 | E | 1E | 0 | 1B | 111 | 1C | 3E |
| Octal | 240 | 202 | 271 | 16 | 36 | 0 | 33 | 421 | 34 | 76 |
| Binary | 10100000 | 10000010 | 10111001 | 1110 | 11110 | 0 | 11011 | 100010001 | 11100 | 111110 |
Color Harmonies of #A082B9
Complementary color
Monochromatic Colors of #A082B9
Black with #A082B9
Text Example
Text Example
White with #A082B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082B9; }
p { color: rgb(160,130,185); }
H1.HeaderClassName
{
color: #A082B9;
}
.AnyTagClassName
{
color: #A082B9;
}
</style>
background-color css
<style>
a { background-color: #A082B9; }
a { background-color: rgb(160,130,185); }
div.DivClassName
{
background-color: #A082B9;
}
.BgClassName
{
background-color: #A082B9;
}
</style>
border-color css
<style>
span { border-color: #A082B9; }
span { border-color: rgb(160,130,185); }
td.TdClassName
{
border-color: #A082B9;
}
.TagClassName
{
border-color: #A082B9;
}
</style>