Html Css Color HEX #A66EBD Purple Mountain's Majesty
📋 copy color: '#A66EBD'red 166 ◦ green 110 ◦ blue 189
Shades of Purple Mountain's Majesty #A66EBD
Tints of Purple Mountain's Majesty #A66EBD
RGB
CMYK
RGB Variations
Color information
#A66EBD (or 0xA66EBD) is known color: Purple Mountain's Majesty. HEX triplet: A6, 6E and BD. RGB value is (166,110,189). Sum of RGB (Red+Green+Blue) = 166+110+189=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #A66EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66EBD is #599142. Grayscale: #878787. Windows color (decimal): -5869891 or 12414630. OLE color: 12414630.
HSL color Cylindrical-coordinate representation of color #A66EBD: hue angle of 282.53º 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 #A66EBD is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 110 | 189 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.26 |
| HSL | 282.53º | 0.37% | 0.59% | - |
| HSV(B) | 282.53º | 0.42% | 0.74% | - |
| XYZ | 30.49 | 22.93 | 50.96 | - |
| YUV | 135.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 189 | 0.12 | 0.42 | 0 | 0.26 | 282.53 | 0.37 | 0.59 |
| Hex | A6 | 6E | BD | C | 2A | 0 | 1A | 11B | 25 | 3B |
| Octal | 246 | 156 | 275 | 14 | 52 | 0 | 32 | 433 | 45 | 73 |
| Binary | 10100110 | 1101110 | 10111101 | 1100 | 101010 | 0 | 11010 | 100011011 | 100101 | 111011 |
Color Harmonies of #A66EBD
Complementary color
Monochromatic Colors of #A66EBD
Black with #A66EBD
Text Example
Text Example
White with #A66EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66EBD; }
p { color: rgb(166,110,189); }
H1.HeaderClassName
{
color: #A66EBD;
}
.AnyTagClassName
{
color: #A66EBD;
}
</style>
background-color css
<style>
a { background-color: #A66EBD; }
a { background-color: rgb(166,110,189); }
div.DivClassName
{
background-color: #A66EBD;
}
.BgClassName
{
background-color: #A66EBD;
}
</style>
border-color css
<style>
span { border-color: #A66EBD; }
span { border-color: rgb(166,110,189); }
td.TdClassName
{
border-color: #A66EBD;
}
.TagClassName
{
border-color: #A66EBD;
}
</style>