Shades of Dark Violet #A402DC
Tints of Dark Violet #A402DC
RGB
CMYK
RGB Variations
Color information
#A402DC (or 0xA402DC) is known color: Dark Violet. HEX triplet: A4, 02 and DC. RGB value is (164,2,220). Sum of RGB (Red+Green+Blue) = 164+2+220=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #A402DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A402DC is #5BFD23. Grayscale: #4A4A4A. Windows color (decimal): -6028580 or 14418596. OLE color: 14418596.
HSL color Cylindrical-coordinate representation of color #A402DC: hue angle of 284.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A402DC is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 2 | 220 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.14 |
| HSL | 284.59º | 0.98% | 0.44% | - |
| HSV(B) | 284.59º | 0.99% | 0.86% | - |
| XYZ | 28.25 | 13.1 | 68.75 | - |
| YUV | 75.29 | 209.67 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 220 | 0.25 | 0.99 | 0 | 0.14 | 284.59 | 0.98 | 0.44 |
| Hex | A4 | 2 | DC | 19 | 63 | 0 | E | 11D | 62 | 2C |
| Octal | 244 | 2 | 334 | 31 | 143 | 0 | 16 | 435 | 142 | 54 |
| Binary | 10100100 | 10 | 11011100 | 11001 | 1100011 | 0 | 1110 | 100011101 | 1100010 | 101100 |
Color Harmonies of #A402DC
Complementary color
Monochromatic Colors of #A402DC
Black with #A402DC
Text Example
Text Example
White with #A402DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A402DC; }
p { color: rgb(164,2,220); }
H1.HeaderClassName
{
color: #A402DC;
}
.AnyTagClassName
{
color: #A402DC;
}
</style>
background-color css
<style>
a { background-color: #A402DC; }
a { background-color: rgb(164,2,220); }
div.DivClassName
{
background-color: #A402DC;
}
.BgClassName
{
background-color: #A402DC;
}
</style>
border-color css
<style>
span { border-color: #A402DC; }
span { border-color: rgb(164,2,220); }
td.TdClassName
{
border-color: #A402DC;
}
.TagClassName
{
border-color: #A402DC;
}
</style>