Shades of Dark Violet #A011C4
Tints of Dark Violet #A011C4
RGB
CMYK
RGB Variations
Color information
#A011C4 (or 0xA011C4) is known color: Dark Violet. HEX triplet: A0, 11 and C4. RGB value is (160,17,196). Sum of RGB (Red+Green+Blue) = 160+17+196=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #A011C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011C4 is #5FEE3B. Grayscale: #4F4F4F. Windows color (decimal): -6286908 or 12849568. OLE color: 12849568.
HSL color Cylindrical-coordinate representation of color #A011C4: hue angle of 287.93º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A011C4 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 17 | 196 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.23 |
| HSL | 287.93º | 0.84% | 0.42% | - |
| HSV(B) | 287.93º | 0.91% | 0.77% | - |
| XYZ | 24.66 | 11.86 | 53.21 | - |
| YUV | 80.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 196 | 0.18 | 0.91 | 0 | 0.23 | 287.93 | 0.84 | 0.42 |
| Hex | A0 | 11 | C4 | 12 | 5B | 0 | 17 | 120 | 54 | 2A |
| Octal | 240 | 21 | 304 | 22 | 133 | 0 | 27 | 440 | 124 | 52 |
| Binary | 10100000 | 10001 | 11000100 | 10010 | 1011011 | 0 | 10111 | 100100000 | 1010100 | 101010 |
Color Harmonies of #A011C4
Complementary color
Monochromatic Colors of #A011C4
Black with #A011C4
Text Example
Text Example
White with #A011C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A011C4; }
p { color: rgb(160,17,196); }
H1.HeaderClassName
{
color: #A011C4;
}
.AnyTagClassName
{
color: #A011C4;
}
</style>
background-color css
<style>
a { background-color: #A011C4; }
a { background-color: rgb(160,17,196); }
div.DivClassName
{
background-color: #A011C4;
}
.BgClassName
{
background-color: #A011C4;
}
</style>
border-color css
<style>
span { border-color: #A011C4; }
span { border-color: rgb(160,17,196); }
td.TdClassName
{
border-color: #A011C4;
}
.TagClassName
{
border-color: #A011C4;
}
</style>