Shades of Dark Violet #A802DF
Tints of Dark Violet #A802DF
RGB
CMYK
RGB Variations
Color information
#A802DF (or 0xA802DF) is known color: Dark Violet. HEX triplet: A8, 02 and DF. RGB value is (168,2,223). Sum of RGB (Red+Green+Blue) = 168+2+223=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #A802DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802DF is #57FD20. Grayscale: #4C4C4C. Windows color (decimal): -5766433 or 14615208. OLE color: 14615208.
HSL color Cylindrical-coordinate representation of color #A802DF: hue angle of 285.07º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802DF is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 2 | 223 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.13 |
| HSL | 285.07º | 0.98% | 0.44% | - |
| HSV(B) | 285.07º | 0.99% | 0.87% | - |
| XYZ | 29.49 | 13.7 | 70.9 | - |
| YUV | 76.83 | 210.5 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 223 | 0.25 | 0.99 | 0 | 0.13 | 285.07 | 0.98 | 0.44 |
| Hex | A8 | 2 | DF | 19 | 63 | 0 | D | 11D | 62 | 2C |
| Octal | 250 | 2 | 337 | 31 | 143 | 0 | 15 | 435 | 142 | 54 |
| Binary | 10101000 | 10 | 11011111 | 11001 | 1100011 | 0 | 1101 | 100011101 | 1100010 | 101100 |
Color Harmonies of #A802DF
Complementary color
Monochromatic Colors of #A802DF
Black with #A802DF
Text Example
Text Example
White with #A802DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802DF; }
p { color: rgb(168,2,223); }
H1.HeaderClassName
{
color: #A802DF;
}
.AnyTagClassName
{
color: #A802DF;
}
</style>
background-color css
<style>
a { background-color: #A802DF; }
a { background-color: rgb(168,2,223); }
div.DivClassName
{
background-color: #A802DF;
}
.BgClassName
{
background-color: #A802DF;
}
</style>
border-color css
<style>
span { border-color: #A802DF; }
span { border-color: rgb(168,2,223); }
td.TdClassName
{
border-color: #A802DF;
}
.TagClassName
{
border-color: #A802DF;
}
</style>