Shades of Dark Violet #A010F2
Tints of Dark Violet #A010F2
RGB
CMYK
RGB Variations
Color information
#A010F2 (or 0xA010F2) is known color: Dark Violet. HEX triplet: A0, 10 and F2. RGB value is (160,16,242). Sum of RGB (Red+Green+Blue) = 160+16+242=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 242 (94.92% from 255 or 57.89% from 418); Max value from RGB is 242 - color contains mainly: blue. Hex color #A010F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010F2 is #5FEF0D. Grayscale: #545454. Windows color (decimal): -6287118 or 15863968. OLE color: 15863968.
HSL color Cylindrical-coordinate representation of color #A010F2: hue angle of 278.23º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010F2 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 16 | 242 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.05 |
| HSL | 278.23º | 0.9% | 0.51% | - |
| HSV(B) | 278.23º | 0.93% | 0.95% | - |
| XYZ | 30.71 | 14.25 | 85.14 | - |
| YUV | 84.82 | 216.71 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 242 | 0.34 | 0.93 | 0 | 0.05 | 278.23 | 0.9 | 0.51 |
| Hex | A0 | 10 | F2 | 22 | 5D | 0 | 5 | 116 | 5A | 33 |
| Octal | 240 | 20 | 362 | 42 | 135 | 0 | 5 | 426 | 132 | 63 |
| Binary | 10100000 | 10000 | 11110010 | 100010 | 1011101 | 0 | 101 | 100010110 | 1011010 | 110011 |
Color Harmonies of #A010F2
Complementary color
Monochromatic Colors of #A010F2
Black with #A010F2
Text Example
Text Example
White with #A010F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010F2; }
p { color: rgb(160,16,242); }
H1.HeaderClassName
{
color: #A010F2;
}
.AnyTagClassName
{
color: #A010F2;
}
</style>
background-color css
<style>
a { background-color: #A010F2; }
a { background-color: rgb(160,16,242); }
div.DivClassName
{
background-color: #A010F2;
}
.BgClassName
{
background-color: #A010F2;
}
</style>
border-color css
<style>
span { border-color: #A010F2; }
span { border-color: rgb(160,16,242); }
td.TdClassName
{
border-color: #A010F2;
}
.TagClassName
{
border-color: #A010F2;
}
</style>