Shades of Dark Violet #A010BE
Tints of Dark Violet #A010BE
RGB
CMYK
RGB Variations
Color information
#A010BE (or 0xA010BE) is known color: Dark Violet. HEX triplet: A0, 10 and BE. RGB value is (160,16,190). Sum of RGB (Red+Green+Blue) = 160+16+190=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #A010BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010BE is #5FEF41. Grayscale: #4E4E4E. Windows color (decimal): -6287170 or 12456096. OLE color: 12456096.
HSL color Cylindrical-coordinate representation of color #A010BE: hue angle of 289.66º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A010BE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 16 | 190 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.25 |
| HSL | 289.66º | 0.84% | 0.4% | - |
| HSV(B) | 289.66º | 0.92% | 0.75% | - |
| XYZ | 23.98 | 11.56 | 49.68 | - |
| YUV | 78.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 190 | 0.16 | 0.92 | 0 | 0.25 | 289.66 | 0.84 | 0.4 |
| Hex | A0 | 10 | BE | 10 | 5C | 0 | 19 | 122 | 54 | 28 |
| Octal | 240 | 20 | 276 | 20 | 134 | 0 | 31 | 442 | 124 | 50 |
| Binary | 10100000 | 10000 | 10111110 | 10000 | 1011100 | 0 | 11001 | 100100010 | 1010100 | 101000 |
Color Harmonies of #A010BE
Complementary color
Monochromatic Colors of #A010BE
Black with #A010BE
Text Example
Text Example
White with #A010BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010BE; }
p { color: rgb(160,16,190); }
H1.HeaderClassName
{
color: #A010BE;
}
.AnyTagClassName
{
color: #A010BE;
}
</style>
background-color css
<style>
a { background-color: #A010BE; }
a { background-color: rgb(160,16,190); }
div.DivClassName
{
background-color: #A010BE;
}
.BgClassName
{
background-color: #A010BE;
}
</style>
border-color css
<style>
span { border-color: #A010BE; }
span { border-color: rgb(160,16,190); }
td.TdClassName
{
border-color: #A010BE;
}
.TagClassName
{
border-color: #A010BE;
}
</style>