Html Css Color HEX #A37ABB Purple Mountain's Majesty
📋 copy color: '#A37ABB'red 163 ◦ green 122 ◦ blue 187
Shades of Purple Mountain's Majesty #A37ABB
Tints of Purple Mountain's Majesty #A37ABB
RGB
CMYK
RGB Variations
Color information
#A37ABB (or 0xA37ABB) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7A and BB. RGB value is (163,122,187). Sum of RGB (Red+Green+Blue) = 163+122+187=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #A37ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ABB is #5C8544. Grayscale: #8D8D8D. Windows color (decimal): -6063429 or 12286627. OLE color: 12286627.
HSL color Cylindrical-coordinate representation of color #A37ABB: hue angle of 277.85º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A37ABB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 122 | 187 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.27 |
| HSL | 277.85º | 0.32% | 0.61% | - |
| HSV(B) | 277.85º | 0.35% | 0.73% | - |
| XYZ | 31.03 | 25.29 | 50.26 | - |
| YUV | 141.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 187 | 0.13 | 0.35 | 0 | 0.27 | 277.85 | 0.32 | 0.61 |
| Hex | A3 | 7A | BB | D | 23 | 0 | 1B | 116 | 20 | 3D |
| Octal | 243 | 172 | 273 | 15 | 43 | 0 | 33 | 426 | 40 | 75 |
| Binary | 10100011 | 1111010 | 10111011 | 1101 | 100011 | 0 | 11011 | 100010110 | 100000 | 111101 |
Color Harmonies of #A37ABB
Complementary color
Monochromatic Colors of #A37ABB
Black with #A37ABB
Text Example
Text Example
White with #A37ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37ABB; }
p { color: rgb(163,122,187); }
H1.HeaderClassName
{
color: #A37ABB;
}
.AnyTagClassName
{
color: #A37ABB;
}
</style>
background-color css
<style>
a { background-color: #A37ABB; }
a { background-color: rgb(163,122,187); }
div.DivClassName
{
background-color: #A37ABB;
}
.BgClassName
{
background-color: #A37ABB;
}
</style>
border-color css
<style>
span { border-color: #A37ABB; }
span { border-color: rgb(163,122,187); }
td.TdClassName
{
border-color: #A37ABB;
}
.TagClassName
{
border-color: #A37ABB;
}
</style>