Html Css Color HEX #A66FBC Purple Mountain's Majesty
📋 copy color: '#A66FBC'red 166 ◦ green 111 ◦ blue 188
Shades of Purple Mountain's Majesty #A66FBC
Tints of Purple Mountain's Majesty #A66FBC
RGB
CMYK
RGB Variations
Color information
#A66FBC (or 0xA66FBC) is known color: Purple Mountain's Majesty. HEX triplet: A6, 6F and BC. RGB value is (166,111,188). Sum of RGB (Red+Green+Blue) = 166+111+188=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #A66FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FBC is #599043. Grayscale: #878787. Windows color (decimal): -5869636 or 12349350. OLE color: 12349350.
HSL color Cylindrical-coordinate representation of color #A66FBC: hue angle of 282.86º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A66FBC is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 111 | 188 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.26 |
| HSL | 282.86º | 0.36% | 0.59% | - |
| HSV(B) | 282.86º | 0.41% | 0.74% | - |
| XYZ | 30.49 | 23.11 | 50.43 | - |
| YUV | 136.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 188 | 0.12 | 0.41 | 0 | 0.26 | 282.86 | 0.36 | 0.59 |
| Hex | A6 | 6F | BC | C | 29 | 0 | 1A | 11B | 24 | 3B |
| Octal | 246 | 157 | 274 | 14 | 51 | 0 | 32 | 433 | 44 | 73 |
| Binary | 10100110 | 1101111 | 10111100 | 1100 | 101001 | 0 | 11010 | 100011011 | 100100 | 111011 |
Color Harmonies of #A66FBC
Complementary color
Monochromatic Colors of #A66FBC
Black with #A66FBC
Text Example
Text Example
White with #A66FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66FBC; }
p { color: rgb(166,111,188); }
H1.HeaderClassName
{
color: #A66FBC;
}
.AnyTagClassName
{
color: #A66FBC;
}
</style>
background-color css
<style>
a { background-color: #A66FBC; }
a { background-color: rgb(166,111,188); }
div.DivClassName
{
background-color: #A66FBC;
}
.BgClassName
{
background-color: #A66FBC;
}
</style>
border-color css
<style>
span { border-color: #A66FBC; }
span { border-color: rgb(166,111,188); }
td.TdClassName
{
border-color: #A66FBC;
}
.TagClassName
{
border-color: #A66FBC;
}
</style>