Html Css Color HEX #A06CBB Purple Mountain's Majesty
📋 copy color: '#A06CBB'red 160 ◦ green 108 ◦ blue 187
Shades of Purple Mountain's Majesty #A06CBB
Tints of Purple Mountain's Majesty #A06CBB
RGB
CMYK
RGB Variations
Color information
#A06CBB (or 0xA06CBB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6C and BB. RGB value is (160,108,187). Sum of RGB (Red+Green+Blue) = 160+108+187=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #A06CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CBB is #5F9344. Grayscale: #848484. Windows color (decimal): -6263621 or 12283040. OLE color: 12283040.
HSL color Cylindrical-coordinate representation of color #A06CBB: hue angle of 279.49º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A06CBB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 108 | 187 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.27 |
| HSL | 279.49º | 0.37% | 0.58% | - |
| HSV(B) | 279.49º | 0.42% | 0.73% | - |
| XYZ | 28.83 | 21.79 | 49.7 | - |
| YUV | 132.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 187 | 0.14 | 0.42 | 0 | 0.27 | 279.49 | 0.37 | 0.58 |
| Hex | A0 | 6C | BB | E | 2A | 0 | 1B | 117 | 25 | 3A |
| Octal | 240 | 154 | 273 | 16 | 52 | 0 | 33 | 427 | 45 | 72 |
| Binary | 10100000 | 1101100 | 10111011 | 1110 | 101010 | 0 | 11011 | 100010111 | 100101 | 111010 |
Color Harmonies of #A06CBB
Complementary color
Monochromatic Colors of #A06CBB
Black with #A06CBB
Text Example
Text Example
White with #A06CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CBB; }
p { color: rgb(160,108,187); }
H1.HeaderClassName
{
color: #A06CBB;
}
.AnyTagClassName
{
color: #A06CBB;
}
</style>
background-color css
<style>
a { background-color: #A06CBB; }
a { background-color: rgb(160,108,187); }
div.DivClassName
{
background-color: #A06CBB;
}
.BgClassName
{
background-color: #A06CBB;
}
</style>
border-color css
<style>
span { border-color: #A06CBB; }
span { border-color: rgb(160,108,187); }
td.TdClassName
{
border-color: #A06CBB;
}
.TagClassName
{
border-color: #A06CBB;
}
</style>