Html Css Color HEX #A082BC Purple Mountain's Majesty
📋 copy color: '#A082BC'red 160 ◦ green 130 ◦ blue 188
Shades of Purple Mountain's Majesty #A082BC
Tints of Purple Mountain's Majesty #A082BC
RGB
CMYK
RGB Variations
Color information
#A082BC (or 0xA082BC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 82 and BC. RGB value is (160,130,188). Sum of RGB (Red+Green+Blue) = 160+130+188=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #A082BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082BC is #5F7D43. Grayscale: #919191. Windows color (decimal): -6257988 or 12354208. OLE color: 12354208.
HSL color Cylindrical-coordinate representation of color #A082BC: hue angle of 271.03º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A082BC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 130 | 188 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.26 |
| HSL | 271.03º | 0.3% | 0.62% | - |
| HSV(B) | 271.03º | 0.31% | 0.74% | - |
| XYZ | 31.56 | 27.07 | 51.14 | - |
| YUV | 145.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 188 | 0.15 | 0.31 | 0 | 0.26 | 271.03 | 0.3 | 0.62 |
| Hex | A0 | 82 | BC | F | 1F | 0 | 1A | 10F | 1E | 3E |
| Octal | 240 | 202 | 274 | 17 | 37 | 0 | 32 | 417 | 36 | 76 |
| Binary | 10100000 | 10000010 | 10111100 | 1111 | 11111 | 0 | 11010 | 100001111 | 11110 | 111110 |
Color Harmonies of #A082BC
Complementary color
Monochromatic Colors of #A082BC
Black with #A082BC
Text Example
Text Example
White with #A082BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082BC; }
p { color: rgb(160,130,188); }
H1.HeaderClassName
{
color: #A082BC;
}
.AnyTagClassName
{
color: #A082BC;
}
</style>
background-color css
<style>
a { background-color: #A082BC; }
a { background-color: rgb(160,130,188); }
div.DivClassName
{
background-color: #A082BC;
}
.BgClassName
{
background-color: #A082BC;
}
</style>
border-color css
<style>
span { border-color: #A082BC; }
span { border-color: rgb(160,130,188); }
td.TdClassName
{
border-color: #A082BC;
}
.TagClassName
{
border-color: #A082BC;
}
</style>