Html Css Color HEX #A06FBF Purple Mountain's Majesty
📋 copy color: '#A06FBF'red 160 ◦ green 111 ◦ blue 191
Shades of Purple Mountain's Majesty #A06FBF
Tints of Purple Mountain's Majesty #A06FBF
RGB
CMYK
RGB Variations
Color information
#A06FBF (or 0xA06FBF) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6F and BF. RGB value is (160,111,191). Sum of RGB (Red+Green+Blue) = 160+111+191=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #A06FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FBF is #5F9040. Grayscale: #868686. Windows color (decimal): -6262849 or 12545952. OLE color: 12545952.
HSL color Cylindrical-coordinate representation of color #A06FBF: hue angle of 276.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A06FBF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 111 | 191 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.25 |
| HSL | 276.75º | 0.38% | 0.59% | - |
| HSV(B) | 276.75º | 0.42% | 0.75% | - |
| XYZ | 29.59 | 22.6 | 52.09 | - |
| YUV | 134.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 191 | 0.16 | 0.42 | 0 | 0.25 | 276.75 | 0.38 | 0.59 |
| Hex | A0 | 6F | BF | 10 | 2A | 0 | 19 | 115 | 26 | 3B |
| Octal | 240 | 157 | 277 | 20 | 52 | 0 | 31 | 425 | 46 | 73 |
| Binary | 10100000 | 1101111 | 10111111 | 10000 | 101010 | 0 | 11001 | 100010101 | 100110 | 111011 |
Color Harmonies of #A06FBF
Complementary color
Monochromatic Colors of #A06FBF
Black with #A06FBF
Text Example
Text Example
White with #A06FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FBF; }
p { color: rgb(160,111,191); }
H1.HeaderClassName
{
color: #A06FBF;
}
.AnyTagClassName
{
color: #A06FBF;
}
</style>
background-color css
<style>
a { background-color: #A06FBF; }
a { background-color: rgb(160,111,191); }
div.DivClassName
{
background-color: #A06FBF;
}
.BgClassName
{
background-color: #A06FBF;
}
</style>
border-color css
<style>
span { border-color: #A06FBF; }
span { border-color: rgb(160,111,191); }
td.TdClassName
{
border-color: #A06FBF;
}
.TagClassName
{
border-color: #A06FBF;
}
</style>