Shades of Dark Violet #A002D0
Tints of Dark Violet #A002D0
RGB
CMYK
RGB Variations
Color information
#A002D0 (or 0xA002D0) is known color: Dark Violet. HEX triplet: A0, 02 and D0. RGB value is (160,2,208). Sum of RGB (Red+Green+Blue) = 160+2+208=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #A002D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002D0 is #5FFD2F. Grayscale: #484848. Windows color (decimal): -6290736 or 13632160. OLE color: 13632160.
HSL color Cylindrical-coordinate representation of color #A002D0: hue angle of 286.02º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002D0 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 2 | 208 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.18 |
| HSL | 286.02º | 0.98% | 0.41% | - |
| HSV(B) | 286.02º | 0.99% | 0.82% | - |
| XYZ | 25.9 | 12.07 | 60.64 | - |
| YUV | 72.73 | 204.35 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 208 | 0.23 | 0.99 | 0 | 0.18 | 286.02 | 0.98 | 0.41 |
| Hex | A0 | 2 | D0 | 17 | 63 | 0 | 12 | 11E | 62 | 29 |
| Octal | 240 | 2 | 320 | 27 | 143 | 0 | 22 | 436 | 142 | 51 |
| Binary | 10100000 | 10 | 11010000 | 10111 | 1100011 | 0 | 10010 | 100011110 | 1100010 | 101001 |
Color Harmonies of #A002D0
Complementary color
Monochromatic Colors of #A002D0
Black with #A002D0
Text Example
Text Example
White with #A002D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002D0; }
p { color: rgb(160,2,208); }
H1.HeaderClassName
{
color: #A002D0;
}
.AnyTagClassName
{
color: #A002D0;
}
</style>
background-color css
<style>
a { background-color: #A002D0; }
a { background-color: rgb(160,2,208); }
div.DivClassName
{
background-color: #A002D0;
}
.BgClassName
{
background-color: #A002D0;
}
</style>
border-color css
<style>
span { border-color: #A002D0; }
span { border-color: rgb(160,2,208); }
td.TdClassName
{
border-color: #A002D0;
}
.TagClassName
{
border-color: #A002D0;
}
</style>