Shades of Dark Purple #A02198
Tints of Dark Purple #A02198
RGB
CMYK
RGB Variations
Color information
#A02198 (or 0xA02198) is known color: Dark Purple. HEX triplet: A0, 21 and 98. RGB value is (160,33,152). Sum of RGB (Red+Green+Blue) = 160+33+152=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A02198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02198 is #5FDE67. Grayscale: #545454. Windows color (decimal): -6282856 or 9970080. OLE color: 9970080.
HSL color Cylindrical-coordinate representation of color #A02198: hue angle of 303.78º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02198 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 152 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.37 |
| HSL | 303.78º | 0.66% | 0.38% | - |
| HSV(B) | 303.78º | 0.79% | 0.63% | - |
| XYZ | 20.71 | 10.83 | 30.7 | - |
| YUV | 84.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 152 | 0 | 0.79 | 0.05 | 0.37 | 303.78 | 0.66 | 0.38 |
| Hex | A0 | 21 | 98 | 0 | 4F | 5 | 25 | 130 | 42 | 26 |
| Octal | 240 | 41 | 230 | 0 | 117 | 5 | 45 | 460 | 102 | 46 |
| Binary | 10100000 | 100001 | 10011000 | 0 | 1001111 | 101 | 100101 | 100110000 | 1000010 | 100110 |
Color Harmonies of #A02198
Complementary color
Monochromatic Colors of #A02198
Black with #A02198
Text Example
Text Example
White with #A02198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02198; }
p { color: rgb(160,33,152); }
H1.HeaderClassName
{
color: #A02198;
}
.AnyTagClassName
{
color: #A02198;
}
</style>
background-color css
<style>
a { background-color: #A02198; }
a { background-color: rgb(160,33,152); }
div.DivClassName
{
background-color: #A02198;
}
.BgClassName
{
background-color: #A02198;
}
</style>
border-color css
<style>
span { border-color: #A02198; }
span { border-color: rgb(160,33,152); }
td.TdClassName
{
border-color: #A02198;
}
.TagClassName
{
border-color: #A02198;
}
</style>