Shades of Dark Violet #A001DA
Tints of Dark Violet #A001DA
RGB
CMYK
RGB Variations
Color information
#A001DA (or 0xA001DA) is known color: Dark Violet. HEX triplet: A0, 01 and DA. RGB value is (160,1,218). Sum of RGB (Red+Green+Blue) = 160+1+218=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #A001DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001DA is #5FFE25. Grayscale: #484848. Windows color (decimal): -6290982 or 14287264. OLE color: 14287264.
HSL color Cylindrical-coordinate representation of color #A001DA: hue angle of 283.96º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A001DA is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 1 | 218 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.15 |
| HSL | 283.96º | 0.99% | 0.43% | - |
| HSV(B) | 283.96º | 1% | 0.85% | - |
| XYZ | 27.16 | 12.56 | 67.32 | - |
| YUV | 73.28 | 209.68 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 218 | 0.27 | 1.00 | 0 | 0.15 | 283.96 | 0.99 | 0.43 |
| Hex | A0 | 1 | DA | 1B | 64 | 0 | F | 11C | 63 | 2B |
| Octal | 240 | 1 | 332 | 33 | 144 | 0 | 17 | 434 | 143 | 53 |
| Binary | 10100000 | 1 | 11011010 | 11011 | 1100100 | 0 | 1111 | 100011100 | 1100011 | 101011 |
Color Harmonies of #A001DA
Complementary color
Monochromatic Colors of #A001DA
Black with #A001DA
Text Example
Text Example
White with #A001DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001DA; }
p { color: rgb(160,1,218); }
H1.HeaderClassName
{
color: #A001DA;
}
.AnyTagClassName
{
color: #A001DA;
}
</style>
background-color css
<style>
a { background-color: #A001DA; }
a { background-color: rgb(160,1,218); }
div.DivClassName
{
background-color: #A001DA;
}
.BgClassName
{
background-color: #A001DA;
}
</style>
border-color css
<style>
span { border-color: #A001DA; }
span { border-color: rgb(160,1,218); }
td.TdClassName
{
border-color: #A001DA;
}
.TagClassName
{
border-color: #A001DA;
}
</style>