Shades of Dark Violet #A016BC
Tints of Dark Violet #A016BC
RGB
CMYK
RGB Variations
Color information
#A016BC (or 0xA016BC) is known color: Dark Violet. HEX triplet: A0, 16 and BC. RGB value is (160,22,188). Sum of RGB (Red+Green+Blue) = 160+22+188=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #A016BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016BC is #5FE943. Grayscale: #515151. Windows color (decimal): -6285636 or 12326560. OLE color: 12326560.
HSL color Cylindrical-coordinate representation of color #A016BC: hue angle of 289.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A016BC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 22 | 188 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.26 |
| HSL | 289.88º | 0.79% | 0.41% | - |
| HSV(B) | 289.88º | 0.88% | 0.74% | - |
| XYZ | 23.86 | 11.68 | 48.57 | - |
| YUV | 82.19 | 187.72 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 188 | 0.15 | 0.88 | 0 | 0.26 | 289.88 | 0.79 | 0.41 |
| Hex | A0 | 16 | BC | F | 58 | 0 | 1A | 122 | 4F | 29 |
| Octal | 240 | 26 | 274 | 17 | 130 | 0 | 32 | 442 | 117 | 51 |
| Binary | 10100000 | 10110 | 10111100 | 1111 | 1011000 | 0 | 11010 | 100100010 | 1001111 | 101001 |
Color Harmonies of #A016BC
Complementary color
Monochromatic Colors of #A016BC
Black with #A016BC
Text Example
Text Example
White with #A016BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A016BC; }
p { color: rgb(160,22,188); }
H1.HeaderClassName
{
color: #A016BC;
}
.AnyTagClassName
{
color: #A016BC;
}
</style>
background-color css
<style>
a { background-color: #A016BC; }
a { background-color: rgb(160,22,188); }
div.DivClassName
{
background-color: #A016BC;
}
.BgClassName
{
background-color: #A016BC;
}
</style>
border-color css
<style>
span { border-color: #A016BC; }
span { border-color: rgb(160,22,188); }
td.TdClassName
{
border-color: #A016BC;
}
.TagClassName
{
border-color: #A016BC;
}
</style>