Shades of Dark Violet #A003DB
Tints of Dark Violet #A003DB
RGB
CMYK
RGB Variations
Color information
#A003DB (or 0xA003DB) is known color: Dark Violet. HEX triplet: A0, 03 and DB. RGB value is (160,3,219). Sum of RGB (Red+Green+Blue) = 160+3+219=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #A003DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003DB is #5FFC24. Grayscale: #494949. Windows color (decimal): -6290469 or 14353312. OLE color: 14353312.
HSL color Cylindrical-coordinate representation of color #A003DB: hue angle of 283.61º 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 #A003DB is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 3 | 219 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.14 |
| HSL | 283.61º | 0.97% | 0.44% | - |
| HSV(B) | 283.61º | 0.99% | 0.86% | - |
| XYZ | 27.32 | 12.65 | 68.02 | - |
| YUV | 74.57 | 209.51 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 219 | 0.27 | 0.99 | 0 | 0.14 | 283.61 | 0.97 | 0.44 |
| Hex | A0 | 3 | DB | 1B | 63 | 0 | E | 11C | 61 | 2C |
| Octal | 240 | 3 | 333 | 33 | 143 | 0 | 16 | 434 | 141 | 54 |
| Binary | 10100000 | 11 | 11011011 | 11011 | 1100011 | 0 | 1110 | 100011100 | 1100001 | 101100 |
Color Harmonies of #A003DB
Complementary color
Monochromatic Colors of #A003DB
Black with #A003DB
Text Example
Text Example
White with #A003DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003DB; }
p { color: rgb(160,3,219); }
H1.HeaderClassName
{
color: #A003DB;
}
.AnyTagClassName
{
color: #A003DB;
}
</style>
background-color css
<style>
a { background-color: #A003DB; }
a { background-color: rgb(160,3,219); }
div.DivClassName
{
background-color: #A003DB;
}
.BgClassName
{
background-color: #A003DB;
}
</style>
border-color css
<style>
span { border-color: #A003DB; }
span { border-color: rgb(160,3,219); }
td.TdClassName
{
border-color: #A003DB;
}
.TagClassName
{
border-color: #A003DB;
}
</style>