Shades of Dark Violet #A003D9
Tints of Dark Violet #A003D9
RGB
CMYK
RGB Variations
Color information
#A003D9 (or 0xA003D9) is known color: Dark Violet. HEX triplet: A0, 03 and D9. RGB value is (160,3,217). Sum of RGB (Red+Green+Blue) = 160+3+217=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 217 (85.16% from 255 or 57.11% from 380); Max value from RGB is 217 - color contains mainly: blue. Hex color #A003D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003D9 is #5FFC26. Grayscale: #494949. Windows color (decimal): -6290471 or 14222240. OLE color: 14222240.
HSL color Cylindrical-coordinate representation of color #A003D9: hue angle of 284.02º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A003D9 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 3 | 217 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.15 |
| HSL | 284.02º | 0.97% | 0.43% | - |
| HSV(B) | 284.02º | 0.99% | 0.85% | - |
| XYZ | 27.05 | 12.55 | 66.64 | - |
| YUV | 74.34 | 208.51 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 217 | 0.26 | 0.99 | 0 | 0.15 | 284.02 | 0.97 | 0.43 |
| Hex | A0 | 3 | D9 | 1A | 63 | 0 | F | 11C | 61 | 2B |
| Octal | 240 | 3 | 331 | 32 | 143 | 0 | 17 | 434 | 141 | 53 |
| Binary | 10100000 | 11 | 11011001 | 11010 | 1100011 | 0 | 1111 | 100011100 | 1100001 | 101011 |
Color Harmonies of #A003D9
Complementary color
Monochromatic Colors of #A003D9
Black with #A003D9
Text Example
Text Example
White with #A003D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003D9; }
p { color: rgb(160,3,217); }
H1.HeaderClassName
{
color: #A003D9;
}
.AnyTagClassName
{
color: #A003D9;
}
</style>
background-color css
<style>
a { background-color: #A003D9; }
a { background-color: rgb(160,3,217); }
div.DivClassName
{
background-color: #A003D9;
}
.BgClassName
{
background-color: #A003D9;
}
</style>
border-color css
<style>
span { border-color: #A003D9; }
span { border-color: rgb(160,3,217); }
td.TdClassName
{
border-color: #A003D9;
}
.TagClassName
{
border-color: #A003D9;
}
</style>