Html Css Color HEX #A06EBD Purple Mountain's Majesty
📋 copy color: '#A06EBD'red 160 ◦ green 110 ◦ blue 189
Shades of Purple Mountain's Majesty #A06EBD
Tints of Purple Mountain's Majesty #A06EBD
RGB
CMYK
RGB Variations
Color information
#A06EBD (or 0xA06EBD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6E and BD. RGB value is (160,110,189). Sum of RGB (Red+Green+Blue) = 160+110+189=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #A06EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EBD is #5F9142. Grayscale: #858585. Windows color (decimal): -6263107 or 12414624. OLE color: 12414624.
HSL color Cylindrical-coordinate representation of color #A06EBD: hue angle of 277.97º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A06EBD is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 110 | 189 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.26 |
| HSL | 277.97º | 0.37% | 0.59% | - |
| HSV(B) | 277.97º | 0.42% | 0.74% | - |
| XYZ | 29.26 | 22.3 | 50.91 | - |
| YUV | 133.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 189 | 0.15 | 0.42 | 0 | 0.26 | 277.97 | 0.37 | 0.59 |
| Hex | A0 | 6E | BD | F | 2A | 0 | 1A | 116 | 25 | 3B |
| Octal | 240 | 156 | 275 | 17 | 52 | 0 | 32 | 426 | 45 | 73 |
| Binary | 10100000 | 1101110 | 10111101 | 1111 | 101010 | 0 | 11010 | 100010110 | 100101 | 111011 |
Color Harmonies of #A06EBD
Complementary color
Monochromatic Colors of #A06EBD
Black with #A06EBD
Text Example
Text Example
White with #A06EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06EBD; }
p { color: rgb(160,110,189); }
H1.HeaderClassName
{
color: #A06EBD;
}
.AnyTagClassName
{
color: #A06EBD;
}
</style>
background-color css
<style>
a { background-color: #A06EBD; }
a { background-color: rgb(160,110,189); }
div.DivClassName
{
background-color: #A06EBD;
}
.BgClassName
{
background-color: #A06EBD;
}
</style>
border-color css
<style>
span { border-color: #A06EBD; }
span { border-color: rgb(160,110,189); }
td.TdClassName
{
border-color: #A06EBD;
}
.TagClassName
{
border-color: #A06EBD;
}
</style>