Shades of Dark Violet #A003D0
Tints of Dark Violet #A003D0
RGB
CMYK
RGB Variations
Color information
#A003D0 (or 0xA003D0) is known color: Dark Violet. HEX triplet: A0, 03 and D0. RGB value is (160,3,208). Sum of RGB (Red+Green+Blue) = 160+3+208=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #A003D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003D0 is #5FFC2F. Grayscale: #484848. Windows color (decimal): -6290480 or 13632416. OLE color: 13632416.
HSL color Cylindrical-coordinate representation of color #A003D0: hue angle of 285.95º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A003D0 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 3 | 208 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.18 |
| HSL | 285.95º | 0.97% | 0.41% | - |
| HSV(B) | 285.95º | 0.99% | 0.82% | - |
| XYZ | 25.91 | 12.09 | 60.64 | - |
| YUV | 73.31 | 204.01 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 208 | 0.23 | 0.99 | 0 | 0.18 | 285.95 | 0.97 | 0.41 |
| Hex | A0 | 3 | D0 | 17 | 63 | 0 | 12 | 11E | 61 | 29 |
| Octal | 240 | 3 | 320 | 27 | 143 | 0 | 22 | 436 | 141 | 51 |
| Binary | 10100000 | 11 | 11010000 | 10111 | 1100011 | 0 | 10010 | 100011110 | 1100001 | 101001 |
Color Harmonies of #A003D0
Complementary color
Monochromatic Colors of #A003D0
Black with #A003D0
Text Example
Text Example
White with #A003D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003D0; }
p { color: rgb(160,3,208); }
H1.HeaderClassName
{
color: #A003D0;
}
.AnyTagClassName
{
color: #A003D0;
}
</style>
background-color css
<style>
a { background-color: #A003D0; }
a { background-color: rgb(160,3,208); }
div.DivClassName
{
background-color: #A003D0;
}
.BgClassName
{
background-color: #A003D0;
}
</style>
border-color css
<style>
span { border-color: #A003D0; }
span { border-color: rgb(160,3,208); }
td.TdClassName
{
border-color: #A003D0;
}
.TagClassName
{
border-color: #A003D0;
}
</style>