Html Css Color HEX #A37ABC Purple Mountain's Majesty
📋 copy color: '#A37ABC'red 163 ◦ green 122 ◦ blue 188
Shades of Purple Mountain's Majesty #A37ABC
Tints of Purple Mountain's Majesty #A37ABC
RGB
CMYK
RGB Variations
Color information
#A37ABC (or 0xA37ABC) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7A and BC. RGB value is (163,122,188). Sum of RGB (Red+Green+Blue) = 163+122+188=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #A37ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ABC is #5C8543. Grayscale: #8D8D8D. Windows color (decimal): -6063428 or 12352163. OLE color: 12352163.
HSL color Cylindrical-coordinate representation of color #A37ABC: hue angle of 277.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A37ABC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 122 | 188 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.26 |
| HSL | 277.27º | 0.33% | 0.61% | - |
| HSV(B) | 277.27º | 0.35% | 0.74% | - |
| XYZ | 31.14 | 25.34 | 50.83 | - |
| YUV | 141.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 188 | 0.13 | 0.35 | 0 | 0.26 | 277.27 | 0.33 | 0.61 |
| Hex | A3 | 7A | BC | D | 23 | 0 | 1A | 115 | 21 | 3D |
| Octal | 243 | 172 | 274 | 15 | 43 | 0 | 32 | 425 | 41 | 75 |
| Binary | 10100011 | 1111010 | 10111100 | 1101 | 100011 | 0 | 11010 | 100010101 | 100001 | 111101 |
Color Harmonies of #A37ABC
Complementary color
Monochromatic Colors of #A37ABC
Black with #A37ABC
Text Example
Text Example
White with #A37ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37ABC; }
p { color: rgb(163,122,188); }
H1.HeaderClassName
{
color: #A37ABC;
}
.AnyTagClassName
{
color: #A37ABC;
}
</style>
background-color css
<style>
a { background-color: #A37ABC; }
a { background-color: rgb(163,122,188); }
div.DivClassName
{
background-color: #A37ABC;
}
.BgClassName
{
background-color: #A37ABC;
}
</style>
border-color css
<style>
span { border-color: #A37ABC; }
span { border-color: rgb(163,122,188); }
td.TdClassName
{
border-color: #A37ABC;
}
.TagClassName
{
border-color: #A37ABC;
}
</style>