Shades of Dark Purple #A2158A
Tints of Dark Purple #A2158A
RGB
CMYK
RGB Variations
Color information
#A2158A (or 0xA2158A) is known color: Dark Purple. HEX triplet: A2, 15 and 8A. RGB value is (162,21,138). Sum of RGB (Red+Green+Blue) = 162+21+138=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2158A is #5DEA75. Grayscale: #4C4C4C. Windows color (decimal): -6154870 or 9049506. OLE color: 9049506.
HSL color Cylindrical-coordinate representation of color #A2158A: hue angle of 310.21º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2158A is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 138 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.36 |
| HSL | 310.21º | 0.77% | 0.36% | - |
| HSV(B) | 310.21º | 0.87% | 0.64% | - |
| XYZ | 19.76 | 10.05 | 24.94 | - |
| YUV | 76.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 138 | 0 | 0.87 | 0.15 | 0.36 | 310.21 | 0.77 | 0.36 |
| Hex | A2 | 15 | 8A | 0 | 57 | F | 24 | 136 | 4D | 24 |
| Octal | 242 | 25 | 212 | 0 | 127 | 17 | 44 | 466 | 115 | 44 |
| Binary | 10100010 | 10101 | 10001010 | 0 | 1010111 | 1111 | 100100 | 100110110 | 1001101 | 100100 |
Color Harmonies of #A2158A
Complementary color
Monochromatic Colors of #A2158A
Black with #A2158A
Text Example
Text Example
White with #A2158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2158A; }
p { color: rgb(162,21,138); }
H1.HeaderClassName
{
color: #A2158A;
}
.AnyTagClassName
{
color: #A2158A;
}
</style>
background-color css
<style>
a { background-color: #A2158A; }
a { background-color: rgb(162,21,138); }
div.DivClassName
{
background-color: #A2158A;
}
.BgClassName
{
background-color: #A2158A;
}
</style>
border-color css
<style>
span { border-color: #A2158A; }
span { border-color: rgb(162,21,138); }
td.TdClassName
{
border-color: #A2158A;
}
.TagClassName
{
border-color: #A2158A;
}
</style>