Shades of Dark Violet #A403DC
Tints of Dark Violet #A403DC
RGB
CMYK
RGB Variations
Color information
#A403DC (or 0xA403DC) is known color: Dark Violet. HEX triplet: A4, 03 and DC. RGB value is (164,3,220). Sum of RGB (Red+Green+Blue) = 164+3+220=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #A403DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403DC is #5BFC23. Grayscale: #4B4B4B. Windows color (decimal): -6028324 or 14418852. OLE color: 14418852.
HSL color Cylindrical-coordinate representation of color #A403DC: hue angle of 284.52º degrees, saturation: 0.97, 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 #A403DC is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 3 | 220 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.14 |
| HSL | 284.52º | 0.97% | 0.44% | - |
| HSV(B) | 284.52º | 0.99% | 0.86% | - |
| XYZ | 28.26 | 13.12 | 68.75 | - |
| YUV | 75.88 | 209.34 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 220 | 0.25 | 0.99 | 0 | 0.14 | 284.52 | 0.97 | 0.44 |
| Hex | A4 | 3 | DC | 19 | 63 | 0 | E | 11D | 61 | 2C |
| Octal | 244 | 3 | 334 | 31 | 143 | 0 | 16 | 435 | 141 | 54 |
| Binary | 10100100 | 11 | 11011100 | 11001 | 1100011 | 0 | 1110 | 100011101 | 1100001 | 101100 |
Color Harmonies of #A403DC
Complementary color
Monochromatic Colors of #A403DC
Black with #A403DC
Text Example
Text Example
White with #A403DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403DC; }
p { color: rgb(164,3,220); }
H1.HeaderClassName
{
color: #A403DC;
}
.AnyTagClassName
{
color: #A403DC;
}
</style>
background-color css
<style>
a { background-color: #A403DC; }
a { background-color: rgb(164,3,220); }
div.DivClassName
{
background-color: #A403DC;
}
.BgClassName
{
background-color: #A403DC;
}
</style>
border-color css
<style>
span { border-color: #A403DC; }
span { border-color: rgb(164,3,220); }
td.TdClassName
{
border-color: #A403DC;
}
.TagClassName
{
border-color: #A403DC;
}
</style>