Shades of Dark Violet #A003DA
Tints of Dark Violet #A003DA
RGB
CMYK
RGB Variations
Color information
#A003DA (or 0xA003DA) is known color: Dark Violet. HEX triplet: A0, 03 and DA. RGB value is (160,3,218). Sum of RGB (Red+Green+Blue) = 160+3+218=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #A003DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003DA is #5FFC25. Grayscale: #494949. Windows color (decimal): -6290470 or 14287776. OLE color: 14287776.
HSL color Cylindrical-coordinate representation of color #A003DA: hue angle of 283.81º 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 #A003DA is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 3 | 218 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.15 |
| HSL | 283.81º | 0.97% | 0.43% | - |
| HSV(B) | 283.81º | 0.99% | 0.85% | - |
| XYZ | 27.18 | 12.6 | 67.33 | - |
| YUV | 74.45 | 209.01 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 218 | 0.27 | 0.99 | 0 | 0.15 | 283.81 | 0.97 | 0.43 |
| Hex | A0 | 3 | DA | 1B | 63 | 0 | F | 11C | 61 | 2B |
| Octal | 240 | 3 | 332 | 33 | 143 | 0 | 17 | 434 | 141 | 53 |
| Binary | 10100000 | 11 | 11011010 | 11011 | 1100011 | 0 | 1111 | 100011100 | 1100001 | 101011 |
Color Harmonies of #A003DA
Complementary color
Monochromatic Colors of #A003DA
Black with #A003DA
Text Example
Text Example
White with #A003DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003DA; }
p { color: rgb(160,3,218); }
H1.HeaderClassName
{
color: #A003DA;
}
.AnyTagClassName
{
color: #A003DA;
}
</style>
background-color css
<style>
a { background-color: #A003DA; }
a { background-color: rgb(160,3,218); }
div.DivClassName
{
background-color: #A003DA;
}
.BgClassName
{
background-color: #A003DA;
}
</style>
border-color css
<style>
span { border-color: #A003DA; }
span { border-color: rgb(160,3,218); }
td.TdClassName
{
border-color: #A003DA;
}
.TagClassName
{
border-color: #A003DA;
}
</style>