Html Css Color HEX #A46EBD Purple Mountain's Majesty
📋 copy color: '#A46EBD'red 164 ◦ green 110 ◦ blue 189
Shades of Purple Mountain's Majesty #A46EBD
Tints of Purple Mountain's Majesty #A46EBD
RGB
CMYK
RGB Variations
Color information
#A46EBD (or 0xA46EBD) is known color: Purple Mountain's Majesty. HEX triplet: A4, 6E and BD. RGB value is (164,110,189). Sum of RGB (Red+Green+Blue) = 164+110+189=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #A46EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EBD is #5B9142. Grayscale: #868686. Windows color (decimal): -6000963 or 12414628. OLE color: 12414628.
HSL color Cylindrical-coordinate representation of color #A46EBD: hue angle of 281.01º 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 #A46EBD is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 110 | 189 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.26 |
| HSL | 281.01º | 0.37% | 0.59% | - |
| HSV(B) | 281.01º | 0.42% | 0.74% | - |
| XYZ | 30.07 | 22.72 | 50.94 | - |
| YUV | 135.15 | 158.39 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 189 | 0.13 | 0.42 | 0 | 0.26 | 281.01 | 0.37 | 0.59 |
| Hex | A4 | 6E | BD | D | 2A | 0 | 1A | 119 | 25 | 3B |
| Octal | 244 | 156 | 275 | 15 | 52 | 0 | 32 | 431 | 45 | 73 |
| Binary | 10100100 | 1101110 | 10111101 | 1101 | 101010 | 0 | 11010 | 100011001 | 100101 | 111011 |
Color Harmonies of #A46EBD
Complementary color
Monochromatic Colors of #A46EBD
Black with #A46EBD
Text Example
Text Example
White with #A46EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46EBD; }
p { color: rgb(164,110,189); }
H1.HeaderClassName
{
color: #A46EBD;
}
.AnyTagClassName
{
color: #A46EBD;
}
</style>
background-color css
<style>
a { background-color: #A46EBD; }
a { background-color: rgb(164,110,189); }
div.DivClassName
{
background-color: #A46EBD;
}
.BgClassName
{
background-color: #A46EBD;
}
</style>
border-color css
<style>
span { border-color: #A46EBD; }
span { border-color: rgb(164,110,189); }
td.TdClassName
{
border-color: #A46EBD;
}
.TagClassName
{
border-color: #A46EBD;
}
</style>