Shades of Dark Purple #A2238D
Tints of Dark Purple #A2238D
RGB
CMYK
RGB Variations
Color information
#A2238D (or 0xA2238D) is known color: Dark Purple. HEX triplet: A2, 23 and 8D. RGB value is (162,35,141). Sum of RGB (Red+Green+Blue) = 162+35+141=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2238D is #5DDC72. Grayscale: #545454. Windows color (decimal): -6151283 or 9249698. OLE color: 9249698.
HSL color Cylindrical-coordinate representation of color #A2238D: hue angle of 309.92º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2238D is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 141 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.36 |
| HSL | 309.92º | 0.64% | 0.39% | - |
| HSV(B) | 309.92º | 0.78% | 0.64% | - |
| XYZ | 20.31 | 10.81 | 26.21 | - |
| YUV | 85.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 141 | 0 | 0.78 | 0.13 | 0.36 | 309.92 | 0.64 | 0.39 |
| Hex | A2 | 23 | 8D | 0 | 4E | D | 24 | 136 | 40 | 27 |
| Octal | 242 | 43 | 215 | 0 | 116 | 15 | 44 | 466 | 100 | 47 |
| Binary | 10100010 | 100011 | 10001101 | 0 | 1001110 | 1101 | 100100 | 100110110 | 1000000 | 100111 |
Color Harmonies of #A2238D
Complementary color
Monochromatic Colors of #A2238D
Black with #A2238D
Text Example
Text Example
White with #A2238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2238D; }
p { color: rgb(162,35,141); }
H1.HeaderClassName
{
color: #A2238D;
}
.AnyTagClassName
{
color: #A2238D;
}
</style>
background-color css
<style>
a { background-color: #A2238D; }
a { background-color: rgb(162,35,141); }
div.DivClassName
{
background-color: #A2238D;
}
.BgClassName
{
background-color: #A2238D;
}
</style>
border-color css
<style>
span { border-color: #A2238D; }
span { border-color: rgb(162,35,141); }
td.TdClassName
{
border-color: #A2238D;
}
.TagClassName
{
border-color: #A2238D;
}
</style>