Html Css Color HEX #A46EBA Purple Mountain's Majesty
📋 copy color: '#A46EBA'red 164 ◦ green 110 ◦ blue 186
Shades of Purple Mountain's Majesty #A46EBA
Tints of Purple Mountain's Majesty #A46EBA
RGB
CMYK
RGB Variations
Color information
#A46EBA (or 0xA46EBA) is known color: Purple Mountain's Majesty. HEX triplet: A4, 6E and BA. RGB value is (164,110,186). Sum of RGB (Red+Green+Blue) = 164+110+186=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #A46EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EBA is #5B9145. Grayscale: #868686. Windows color (decimal): -6000966 or 12218020. OLE color: 12218020.
HSL color Cylindrical-coordinate representation of color #A46EBA: hue angle of 282.63º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46EBA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 110 | 186 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.27 |
| HSL | 282.63º | 0.36% | 0.58% | - |
| HSV(B) | 282.63º | 0.41% | 0.73% | - |
| XYZ | 29.75 | 22.59 | 49.25 | - |
| YUV | 134.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 186 | 0.12 | 0.41 | 0 | 0.27 | 282.63 | 0.36 | 0.58 |
| Hex | A4 | 6E | BA | C | 29 | 0 | 1B | 11B | 24 | 3A |
| Octal | 244 | 156 | 272 | 14 | 51 | 0 | 33 | 433 | 44 | 72 |
| Binary | 10100100 | 1101110 | 10111010 | 1100 | 101001 | 0 | 11011 | 100011011 | 100100 | 111010 |
Color Harmonies of #A46EBA
Complementary color
Monochromatic Colors of #A46EBA
Black with #A46EBA
Text Example
Text Example
White with #A46EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46EBA; }
p { color: rgb(164,110,186); }
H1.HeaderClassName
{
color: #A46EBA;
}
.AnyTagClassName
{
color: #A46EBA;
}
</style>
background-color css
<style>
a { background-color: #A46EBA; }
a { background-color: rgb(164,110,186); }
div.DivClassName
{
background-color: #A46EBA;
}
.BgClassName
{
background-color: #A46EBA;
}
</style>
border-color css
<style>
span { border-color: #A46EBA; }
span { border-color: rgb(164,110,186); }
td.TdClassName
{
border-color: #A46EBA;
}
.TagClassName
{
border-color: #A46EBA;
}
</style>