Html Css Color HEX #A36DBB Purple Mountain's Majesty
📋 copy color: '#A36DBB'red 163 ◦ green 109 ◦ blue 187
Shades of Purple Mountain's Majesty #A36DBB
Tints of Purple Mountain's Majesty #A36DBB
RGB
CMYK
RGB Variations
Color information
#A36DBB (or 0xA36DBB) is known color: Purple Mountain's Majesty. HEX triplet: A3, 6D and BB. RGB value is (163,109,187). Sum of RGB (Red+Green+Blue) = 163+109+187=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #A36DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DBB is #5C9244. Grayscale: #858585. Windows color (decimal): -6066757 or 12283299. OLE color: 12283299.
HSL color Cylindrical-coordinate representation of color #A36DBB: hue angle of 281.54º 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 #A36DBB is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 109 | 187 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.27 |
| HSL | 281.54º | 0.36% | 0.58% | - |
| HSV(B) | 281.54º | 0.42% | 0.73% | - |
| XYZ | 29.54 | 22.31 | 49.76 | - |
| YUV | 134.04 | 157.89 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 187 | 0.13 | 0.42 | 0 | 0.27 | 281.54 | 0.36 | 0.58 |
| Hex | A3 | 6D | BB | D | 2A | 0 | 1B | 11A | 24 | 3A |
| Octal | 243 | 155 | 273 | 15 | 52 | 0 | 33 | 432 | 44 | 72 |
| Binary | 10100011 | 1101101 | 10111011 | 1101 | 101010 | 0 | 11011 | 100011010 | 100100 | 111010 |
Color Harmonies of #A36DBB
Complementary color
Monochromatic Colors of #A36DBB
Black with #A36DBB
Text Example
Text Example
White with #A36DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DBB; }
p { color: rgb(163,109,187); }
H1.HeaderClassName
{
color: #A36DBB;
}
.AnyTagClassName
{
color: #A36DBB;
}
</style>
background-color css
<style>
a { background-color: #A36DBB; }
a { background-color: rgb(163,109,187); }
div.DivClassName
{
background-color: #A36DBB;
}
.BgClassName
{
background-color: #A36DBB;
}
</style>
border-color css
<style>
span { border-color: #A36DBB; }
span { border-color: rgb(163,109,187); }
td.TdClassName
{
border-color: #A36DBB;
}
.TagClassName
{
border-color: #A36DBB;
}
</style>