Shades of Dark Violet #A10AD3
Tints of Dark Violet #A10AD3
RGB
CMYK
RGB Variations
Color information
#A10AD3 (or 0xA10AD3) is known color: Dark Violet. HEX triplet: A1, 0A and D3. RGB value is (161,10,211). Sum of RGB (Red+Green+Blue) = 161+10+211=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #A10AD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10AD3 is #5EF52C. Grayscale: #4D4D4D. Windows color (decimal): -6223149 or 13830817. OLE color: 13830817.
HSL color Cylindrical-coordinate representation of color #A10AD3: hue angle of 285.07º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10AD3 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 10 | 211 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.17 |
| HSL | 285.07º | 0.91% | 0.43% | - |
| HSV(B) | 285.07º | 0.95% | 0.83% | - |
| XYZ | 26.56 | 12.5 | 62.64 | - |
| YUV | 78.06 | 203.03 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 211 | 0.24 | 0.95 | 0 | 0.17 | 285.07 | 0.91 | 0.43 |
| Hex | A1 | A | D3 | 18 | 5F | 0 | 11 | 11D | 5B | 2B |
| Octal | 241 | 12 | 323 | 30 | 137 | 0 | 21 | 435 | 133 | 53 |
| Binary | 10100001 | 1010 | 11010011 | 11000 | 1011111 | 0 | 10001 | 100011101 | 1011011 | 101011 |
Color Harmonies of #A10AD3
Complementary color
Monochromatic Colors of #A10AD3
Black with #A10AD3
Text Example
Text Example
White with #A10AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10AD3; }
p { color: rgb(161,10,211); }
H1.HeaderClassName
{
color: #A10AD3;
}
.AnyTagClassName
{
color: #A10AD3;
}
</style>
background-color css
<style>
a { background-color: #A10AD3; }
a { background-color: rgb(161,10,211); }
div.DivClassName
{
background-color: #A10AD3;
}
.BgClassName
{
background-color: #A10AD3;
}
</style>
border-color css
<style>
span { border-color: #A10AD3; }
span { border-color: rgb(161,10,211); }
td.TdClassName
{
border-color: #A10AD3;
}
.TagClassName
{
border-color: #A10AD3;
}
</style>