Shades of Dark Violet #A802D4
Tints of Dark Violet #A802D4
RGB
CMYK
RGB Variations
Color information
#A802D4 (or 0xA802D4) is known color: Dark Violet. HEX triplet: A8, 02 and D4. RGB value is (168,2,212). Sum of RGB (Red+Green+Blue) = 168+2+212=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 212 (83.20% from 255 or 55.50% from 382); Max value from RGB is 212 - color contains mainly: blue. Hex color #A802D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802D4 is #57FD2B. Grayscale: #4A4A4A. Windows color (decimal): -5766444 or 13894312. OLE color: 13894312.
HSL color Cylindrical-coordinate representation of color #A802D4: hue angle of 287.43º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802D4 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 2 | 212 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.17 |
| HSL | 287.43º | 0.98% | 0.42% | - |
| HSV(B) | 287.43º | 0.99% | 0.83% | - |
| XYZ | 28.05 | 13.12 | 63.34 | - |
| YUV | 75.57 | 205 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 212 | 0.21 | 0.99 | 0 | 0.17 | 287.43 | 0.98 | 0.42 |
| Hex | A8 | 2 | D4 | 15 | 63 | 0 | 11 | 11F | 62 | 2A |
| Octal | 250 | 2 | 324 | 25 | 143 | 0 | 21 | 437 | 142 | 52 |
| Binary | 10101000 | 10 | 11010100 | 10101 | 1100011 | 0 | 10001 | 100011111 | 1100010 | 101010 |
Color Harmonies of #A802D4
Complementary color
Monochromatic Colors of #A802D4
Black with #A802D4
Text Example
Text Example
White with #A802D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802D4; }
p { color: rgb(168,2,212); }
H1.HeaderClassName
{
color: #A802D4;
}
.AnyTagClassName
{
color: #A802D4;
}
</style>
background-color css
<style>
a { background-color: #A802D4; }
a { background-color: rgb(168,2,212); }
div.DivClassName
{
background-color: #A802D4;
}
.BgClassName
{
background-color: #A802D4;
}
</style>
border-color css
<style>
span { border-color: #A802D4; }
span { border-color: rgb(168,2,212); }
td.TdClassName
{
border-color: #A802D4;
}
.TagClassName
{
border-color: #A802D4;
}
</style>