Shades of Dark Violet #A802D2
Tints of Dark Violet #A802D2
RGB
CMYK
RGB Variations
Color information
#A802D2 (or 0xA802D2) is known color: Dark Violet. HEX triplet: A8, 02 and D2. RGB value is (168,2,210). Sum of RGB (Red+Green+Blue) = 168+2+210=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 210 (82.42% from 255 or 55.26% from 380); Max value from RGB is 210 - color contains mainly: blue. Hex color #A802D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802D2 is #57FD2D. Grayscale: #4A4A4A. Windows color (decimal): -5766446 or 13763240. OLE color: 13763240.
HSL color Cylindrical-coordinate representation of color #A802D2: hue angle of 287.88º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802D2 is Cyan = 0.2, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 2 | 210 | - |
| CMYK | 0.2 | 0.99 | 0 | 0.18 |
| HSL | 287.88º | 0.98% | 0.42% | - |
| HSV(B) | 287.88º | 0.99% | 0.82% | - |
| XYZ | 27.8 | 13.02 | 62.02 | - |
| YUV | 75.35 | 204 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 210 | 0.2 | 0.99 | 0 | 0.18 | 287.88 | 0.98 | 0.42 |
| Hex | A8 | 2 | D2 | 14 | 63 | 0 | 12 | 120 | 62 | 2A |
| Octal | 250 | 2 | 322 | 24 | 143 | 0 | 22 | 440 | 142 | 52 |
| Binary | 10101000 | 10 | 11010010 | 10100 | 1100011 | 0 | 10010 | 100100000 | 1100010 | 101010 |
Color Harmonies of #A802D2
Complementary color
Monochromatic Colors of #A802D2
Black with #A802D2
Text Example
Text Example
White with #A802D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802D2; }
p { color: rgb(168,2,210); }
H1.HeaderClassName
{
color: #A802D2;
}
.AnyTagClassName
{
color: #A802D2;
}
</style>
background-color css
<style>
a { background-color: #A802D2; }
a { background-color: rgb(168,2,210); }
div.DivClassName
{
background-color: #A802D2;
}
.BgClassName
{
background-color: #A802D2;
}
</style>
border-color css
<style>
span { border-color: #A802D2; }
span { border-color: rgb(168,2,210); }
td.TdClassName
{
border-color: #A802D2;
}
.TagClassName
{
border-color: #A802D2;
}
</style>