Shades of Dark Violet #A012BE
Tints of Dark Violet #A012BE
RGB
CMYK
RGB Variations
Color information
#A012BE (or 0xA012BE) is known color: Dark Violet. HEX triplet: A0, 12 and BE. RGB value is (160,18,190). Sum of RGB (Red+Green+Blue) = 160+18+190=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #A012BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012BE is #5FED41. Grayscale: #4F4F4F. Windows color (decimal): -6286658 or 12456608. OLE color: 12456608.
HSL color Cylindrical-coordinate representation of color #A012BE: hue angle of 289.53º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A012BE is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 18 | 190 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.25 |
| HSL | 289.53º | 0.83% | 0.41% | - |
| HSV(B) | 289.53º | 0.91% | 0.75% | - |
| XYZ | 24.01 | 11.62 | 49.69 | - |
| YUV | 80.07 | 190.04 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 190 | 0.16 | 0.91 | 0 | 0.25 | 289.53 | 0.83 | 0.41 |
| Hex | A0 | 12 | BE | 10 | 5B | 0 | 19 | 122 | 53 | 29 |
| Octal | 240 | 22 | 276 | 20 | 133 | 0 | 31 | 442 | 123 | 51 |
| Binary | 10100000 | 10010 | 10111110 | 10000 | 1011011 | 0 | 11001 | 100100010 | 1010011 | 101001 |
Color Harmonies of #A012BE
Complementary color
Monochromatic Colors of #A012BE
Black with #A012BE
Text Example
Text Example
White with #A012BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A012BE; }
p { color: rgb(160,18,190); }
H1.HeaderClassName
{
color: #A012BE;
}
.AnyTagClassName
{
color: #A012BE;
}
</style>
background-color css
<style>
a { background-color: #A012BE; }
a { background-color: rgb(160,18,190); }
div.DivClassName
{
background-color: #A012BE;
}
.BgClassName
{
background-color: #A012BE;
}
</style>
border-color css
<style>
span { border-color: #A012BE; }
span { border-color: rgb(160,18,190); }
td.TdClassName
{
border-color: #A012BE;
}
.TagClassName
{
border-color: #A012BE;
}
</style>