Shades of Dark Violet #A10FD3
Tints of Dark Violet #A10FD3
RGB
CMYK
RGB Variations
Color information
#A10FD3 (or 0xA10FD3) is known color: Dark Violet. HEX triplet: A1, 0F and D3. RGB value is (161,15,211). Sum of RGB (Red+Green+Blue) = 161+15+211=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #A10FD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FD3 is #5EF02C. Grayscale: #505050. Windows color (decimal): -6221869 or 13832097. OLE color: 13832097.
HSL color Cylindrical-coordinate representation of color #A10FD3: hue angle of 284.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10FD3 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 15 | 211 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.17 |
| HSL | 284.69º | 0.87% | 0.44% | - |
| HSV(B) | 284.69º | 0.93% | 0.83% | - |
| XYZ | 26.63 | 12.62 | 62.66 | - |
| YUV | 81 | 201.37 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 211 | 0.24 | 0.93 | 0 | 0.17 | 284.69 | 0.87 | 0.44 |
| Hex | A1 | F | D3 | 18 | 5D | 0 | 11 | 11D | 57 | 2C |
| Octal | 241 | 17 | 323 | 30 | 135 | 0 | 21 | 435 | 127 | 54 |
| Binary | 10100001 | 1111 | 11010011 | 11000 | 1011101 | 0 | 10001 | 100011101 | 1010111 | 101100 |
Color Harmonies of #A10FD3
Complementary color
Monochromatic Colors of #A10FD3
Black with #A10FD3
Text Example
Text Example
White with #A10FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FD3; }
p { color: rgb(161,15,211); }
H1.HeaderClassName
{
color: #A10FD3;
}
.AnyTagClassName
{
color: #A10FD3;
}
</style>
background-color css
<style>
a { background-color: #A10FD3; }
a { background-color: rgb(161,15,211); }
div.DivClassName
{
background-color: #A10FD3;
}
.BgClassName
{
background-color: #A10FD3;
}
</style>
border-color css
<style>
span { border-color: #A10FD3; }
span { border-color: rgb(161,15,211); }
td.TdClassName
{
border-color: #A10FD3;
}
.TagClassName
{
border-color: #A10FD3;
}
</style>