Shades of Dark Violet #A012BC
Tints of Dark Violet #A012BC
RGB
CMYK
RGB Variations
Color information
#A012BC (or 0xA012BC) is known color: Dark Violet. HEX triplet: A0, 12 and BC. RGB value is (160,18,188). Sum of RGB (Red+Green+Blue) = 160+18+188=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #A012BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012BC is #5FED43. Grayscale: #4F4F4F. Windows color (decimal): -6286660 or 12325536. OLE color: 12325536.
HSL color Cylindrical-coordinate representation of color #A012BC: hue angle of 290.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A012BC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 18 | 188 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.26 |
| HSL | 290.12º | 0.83% | 0.4% | - |
| HSV(B) | 290.12º | 0.9% | 0.74% | - |
| XYZ | 23.79 | 11.54 | 48.55 | - |
| YUV | 79.84 | 189.04 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 188 | 0.15 | 0.90 | 0 | 0.26 | 290.12 | 0.83 | 0.4 |
| Hex | A0 | 12 | BC | F | 5A | 0 | 1A | 122 | 53 | 28 |
| Octal | 240 | 22 | 274 | 17 | 132 | 0 | 32 | 442 | 123 | 50 |
| Binary | 10100000 | 10010 | 10111100 | 1111 | 1011010 | 0 | 11010 | 100100010 | 1010011 | 101000 |
Color Harmonies of #A012BC
Complementary color
Monochromatic Colors of #A012BC
Black with #A012BC
Text Example
Text Example
White with #A012BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A012BC; }
p { color: rgb(160,18,188); }
H1.HeaderClassName
{
color: #A012BC;
}
.AnyTagClassName
{
color: #A012BC;
}
</style>
background-color css
<style>
a { background-color: #A012BC; }
a { background-color: rgb(160,18,188); }
div.DivClassName
{
background-color: #A012BC;
}
.BgClassName
{
background-color: #A012BC;
}
</style>
border-color css
<style>
span { border-color: #A012BC; }
span { border-color: rgb(160,18,188); }
td.TdClassName
{
border-color: #A012BC;
}
.TagClassName
{
border-color: #A012BC;
}
</style>