Html Css Color HEX #A06EBB Purple Mountain's Majesty
📋 copy color: '#A06EBB'red 160 ◦ green 110 ◦ blue 187
Shades of Purple Mountain's Majesty #A06EBB
Tints of Purple Mountain's Majesty #A06EBB
RGB
CMYK
RGB Variations
Color information
#A06EBB (or 0xA06EBB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6E and BB. RGB value is (160,110,187). Sum of RGB (Red+Green+Blue) = 160+110+187=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #A06EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EBB is #5F9144. Grayscale: #858585. Windows color (decimal): -6263109 or 12283552. OLE color: 12283552.
HSL color Cylindrical-coordinate representation of color #A06EBB: hue angle of 278.96º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A06EBB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 110 | 187 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.27 |
| HSL | 278.96º | 0.36% | 0.58% | - |
| HSV(B) | 278.96º | 0.41% | 0.73% | - |
| XYZ | 29.04 | 22.21 | 49.77 | - |
| YUV | 133.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 187 | 0.14 | 0.41 | 0 | 0.27 | 278.96 | 0.36 | 0.58 |
| Hex | A0 | 6E | BB | E | 29 | 0 | 1B | 117 | 24 | 3A |
| Octal | 240 | 156 | 273 | 16 | 51 | 0 | 33 | 427 | 44 | 72 |
| Binary | 10100000 | 1101110 | 10111011 | 1110 | 101001 | 0 | 11011 | 100010111 | 100100 | 111010 |
Color Harmonies of #A06EBB
Complementary color
Monochromatic Colors of #A06EBB
Black with #A06EBB
Text Example
Text Example
White with #A06EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06EBB; }
p { color: rgb(160,110,187); }
H1.HeaderClassName
{
color: #A06EBB;
}
.AnyTagClassName
{
color: #A06EBB;
}
</style>
background-color css
<style>
a { background-color: #A06EBB; }
a { background-color: rgb(160,110,187); }
div.DivClassName
{
background-color: #A06EBB;
}
.BgClassName
{
background-color: #A06EBB;
}
</style>
border-color css
<style>
span { border-color: #A06EBB; }
span { border-color: rgb(160,110,187); }
td.TdClassName
{
border-color: #A06EBB;
}
.TagClassName
{
border-color: #A06EBB;
}
</style>