Html Css Color HEX #A083BB Purple Mountain's Majesty
📋 copy color: '#A083BB'red 160 ◦ green 131 ◦ blue 187
Shades of Purple Mountain's Majesty #A083BB
Tints of Purple Mountain's Majesty #A083BB
RGB
CMYK
RGB Variations
Color information
#A083BB (or 0xA083BB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 83 and BB. RGB value is (160,131,187). Sum of RGB (Red+Green+Blue) = 160+131+187=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #A083BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083BB is #5F7C44. Grayscale: #919191. Windows color (decimal): -6257733 or 12288928. OLE color: 12288928.
HSL color Cylindrical-coordinate representation of color #A083BB: hue angle of 271.07º degrees, saturation: 0.29, 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 #A083BB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 131 | 187 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.27 |
| HSL | 271.07º | 0.29% | 0.62% | - |
| HSV(B) | 271.07º | 0.3% | 0.73% | - |
| XYZ | 31.58 | 27.29 | 50.62 | - |
| YUV | 146.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 187 | 0.14 | 0.30 | 0 | 0.27 | 271.07 | 0.29 | 0.62 |
| Hex | A0 | 83 | BB | E | 1E | 0 | 1B | 10F | 1D | 3E |
| Octal | 240 | 203 | 273 | 16 | 36 | 0 | 33 | 417 | 35 | 76 |
| Binary | 10100000 | 10000011 | 10111011 | 1110 | 11110 | 0 | 11011 | 100001111 | 11101 | 111110 |
Color Harmonies of #A083BB
Complementary color
Monochromatic Colors of #A083BB
Black with #A083BB
Text Example
Text Example
White with #A083BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A083BB; }
p { color: rgb(160,131,187); }
H1.HeaderClassName
{
color: #A083BB;
}
.AnyTagClassName
{
color: #A083BB;
}
</style>
background-color css
<style>
a { background-color: #A083BB; }
a { background-color: rgb(160,131,187); }
div.DivClassName
{
background-color: #A083BB;
}
.BgClassName
{
background-color: #A083BB;
}
</style>
border-color css
<style>
span { border-color: #A083BB; }
span { border-color: rgb(160,131,187); }
td.TdClassName
{
border-color: #A083BB;
}
.TagClassName
{
border-color: #A083BB;
}
</style>