Html Css Color HEX #A46DBB Purple Mountain's Majesty
📋 copy color: '#A46DBB'red 164 ◦ green 109 ◦ blue 187
Shades of Purple Mountain's Majesty #A46DBB
Tints of Purple Mountain's Majesty #A46DBB
RGB
CMYK
RGB Variations
Color information
#A46DBB (or 0xA46DBB) is known color: Purple Mountain's Majesty. HEX triplet: A4, 6D and BB. RGB value is (164,109,187). Sum of RGB (Red+Green+Blue) = 164+109+187=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #A46DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DBB is #5B9244. Grayscale: #868686. Windows color (decimal): -6001221 or 12283300. OLE color: 12283300.
HSL color Cylindrical-coordinate representation of color #A46DBB: hue angle of 282.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A46DBB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 109 | 187 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.27 |
| HSL | 282.31º | 0.36% | 0.58% | - |
| HSV(B) | 282.31º | 0.42% | 0.73% | - |
| XYZ | 29.75 | 22.42 | 49.77 | - |
| YUV | 134.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 187 | 0.12 | 0.42 | 0 | 0.27 | 282.31 | 0.36 | 0.58 |
| Hex | A4 | 6D | BB | C | 2A | 0 | 1B | 11A | 24 | 3A |
| Octal | 244 | 155 | 273 | 14 | 52 | 0 | 33 | 432 | 44 | 72 |
| Binary | 10100100 | 1101101 | 10111011 | 1100 | 101010 | 0 | 11011 | 100011010 | 100100 | 111010 |
Color Harmonies of #A46DBB
Complementary color
Monochromatic Colors of #A46DBB
Black with #A46DBB
Text Example
Text Example
White with #A46DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DBB; }
p { color: rgb(164,109,187); }
H1.HeaderClassName
{
color: #A46DBB;
}
.AnyTagClassName
{
color: #A46DBB;
}
</style>
background-color css
<style>
a { background-color: #A46DBB; }
a { background-color: rgb(164,109,187); }
div.DivClassName
{
background-color: #A46DBB;
}
.BgClassName
{
background-color: #A46DBB;
}
</style>
border-color css
<style>
span { border-color: #A46DBB; }
span { border-color: rgb(164,109,187); }
td.TdClassName
{
border-color: #A46DBB;
}
.TagClassName
{
border-color: #A46DBB;
}
</style>