Shades of Dark Purple #A22398
Tints of Dark Purple #A22398
RGB
CMYK
RGB Variations
Color information
#A22398 (or 0xA22398) is known color: Dark Purple. HEX triplet: A2, 23 and 98. RGB value is (162,35,152). Sum of RGB (Red+Green+Blue) = 162+35+152=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A22398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22398 is #5DDC67. Grayscale: #555555. Windows color (decimal): -6151272 or 9970594. OLE color: 9970594.
HSL color Cylindrical-coordinate representation of color #A22398: hue angle of 304.72º 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 #A22398 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 35 | 152 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.36 |
| HSL | 304.72º | 0.64% | 0.39% | - |
| HSV(B) | 304.72º | 0.78% | 0.64% | - |
| XYZ | 21.17 | 11.15 | 30.74 | - |
| YUV | 86.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 152 | 0 | 0.78 | 0.06 | 0.36 | 304.72 | 0.64 | 0.39 |
| Hex | A2 | 23 | 98 | 0 | 4E | 6 | 24 | 131 | 40 | 27 |
| Octal | 242 | 43 | 230 | 0 | 116 | 6 | 44 | 461 | 100 | 47 |
| Binary | 10100010 | 100011 | 10011000 | 0 | 1001110 | 110 | 100100 | 100110001 | 1000000 | 100111 |
Color Harmonies of #A22398
Complementary color
Monochromatic Colors of #A22398
Black with #A22398
Text Example
Text Example
White with #A22398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22398; }
p { color: rgb(162,35,152); }
H1.HeaderClassName
{
color: #A22398;
}
.AnyTagClassName
{
color: #A22398;
}
</style>
background-color css
<style>
a { background-color: #A22398; }
a { background-color: rgb(162,35,152); }
div.DivClassName
{
background-color: #A22398;
}
.BgClassName
{
background-color: #A22398;
}
</style>
border-color css
<style>
span { border-color: #A22398; }
span { border-color: rgb(162,35,152); }
td.TdClassName
{
border-color: #A22398;
}
.TagClassName
{
border-color: #A22398;
}
</style>