Shades of Dark Violet #A10ADA
Tints of Dark Violet #A10ADA
RGB
CMYK
RGB Variations
Color information
#A10ADA (or 0xA10ADA) is known color: Dark Violet. HEX triplet: A1, 0A and DA. RGB value is (161,10,218). Sum of RGB (Red+Green+Blue) = 161+10+218=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #A10ADA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ADA is #5EF525. Grayscale: #4E4E4E. Windows color (decimal): -6223142 or 14289569. OLE color: 14289569.
HSL color Cylindrical-coordinate representation of color #A10ADA: hue angle of 283.56º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10ADA is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 10 | 218 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.15 |
| HSL | 283.56º | 0.91% | 0.45% | - |
| HSV(B) | 283.56º | 0.95% | 0.85% | - |
| XYZ | 27.46 | 12.86 | 67.36 | - |
| YUV | 78.86 | 206.53 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 218 | 0.26 | 0.95 | 0 | 0.15 | 283.56 | 0.91 | 0.45 |
| Hex | A1 | A | DA | 1A | 5F | 0 | F | 11C | 5B | 2D |
| Octal | 241 | 12 | 332 | 32 | 137 | 0 | 17 | 434 | 133 | 55 |
| Binary | 10100001 | 1010 | 11011010 | 11010 | 1011111 | 0 | 1111 | 100011100 | 1011011 | 101101 |
Color Harmonies of #A10ADA
Complementary color
Monochromatic Colors of #A10ADA
Black with #A10ADA
Text Example
Text Example
White with #A10ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10ADA; }
p { color: rgb(161,10,218); }
H1.HeaderClassName
{
color: #A10ADA;
}
.AnyTagClassName
{
color: #A10ADA;
}
</style>
background-color css
<style>
a { background-color: #A10ADA; }
a { background-color: rgb(161,10,218); }
div.DivClassName
{
background-color: #A10ADA;
}
.BgClassName
{
background-color: #A10ADA;
}
</style>
border-color css
<style>
span { border-color: #A10ADA; }
span { border-color: rgb(161,10,218); }
td.TdClassName
{
border-color: #A10ADA;
}
.TagClassName
{
border-color: #A10ADA;
}
</style>