Shades of Dark Violet #A003DC
Tints of Dark Violet #A003DC
RGB
CMYK
RGB Variations
Color information
#A003DC (or 0xA003DC) is known color: Dark Violet. HEX triplet: A0, 03 and DC. RGB value is (160,3,220). Sum of RGB (Red+Green+Blue) = 160+3+220=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #A003DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003DC is #5FFC23. Grayscale: #494949. Windows color (decimal): -6290468 or 14418848. OLE color: 14418848.
HSL color Cylindrical-coordinate representation of color #A003DC: hue angle of 283.41º 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 #A003DC is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 3 | 220 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.14 |
| HSL | 283.41º | 0.97% | 0.44% | - |
| HSV(B) | 283.41º | 0.99% | 0.86% | - |
| XYZ | 27.45 | 12.71 | 68.72 | - |
| YUV | 74.68 | 210.01 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 220 | 0.27 | 0.99 | 0 | 0.14 | 283.41 | 0.97 | 0.44 |
| Hex | A0 | 3 | DC | 1B | 63 | 0 | E | 11B | 61 | 2C |
| Octal | 240 | 3 | 334 | 33 | 143 | 0 | 16 | 433 | 141 | 54 |
| Binary | 10100000 | 11 | 11011100 | 11011 | 1100011 | 0 | 1110 | 100011011 | 1100001 | 101100 |
Color Harmonies of #A003DC
Complementary color
Monochromatic Colors of #A003DC
Black with #A003DC
Text Example
Text Example
White with #A003DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003DC; }
p { color: rgb(160,3,220); }
H1.HeaderClassName
{
color: #A003DC;
}
.AnyTagClassName
{
color: #A003DC;
}
</style>
background-color css
<style>
a { background-color: #A003DC; }
a { background-color: rgb(160,3,220); }
div.DivClassName
{
background-color: #A003DC;
}
.BgClassName
{
background-color: #A003DC;
}
</style>
border-color css
<style>
span { border-color: #A003DC; }
span { border-color: rgb(160,3,220); }
td.TdClassName
{
border-color: #A003DC;
}
.TagClassName
{
border-color: #A003DC;
}
</style>