Shades of Dark Violet #A413B0
Tints of Dark Violet #A413B0
RGB
CMYK
RGB Variations
Color information
#A413B0 (or 0xA413B0) is known color: Dark Violet. HEX triplet: A4, 13 and B0. RGB value is (164,19,176). Sum of RGB (Red+Green+Blue) = 164+19+176=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #A413B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A413B0 is #5BEC4F. Grayscale: #4F4F4F. Windows color (decimal): -6024272 or 11539364. OLE color: 11539364.
HSL color Cylindrical-coordinate representation of color #A413B0: hue angle of 295.41º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A413B0 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 19 | 176 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.31 |
| HSL | 295.41º | 0.81% | 0.38% | - |
| HSV(B) | 295.41º | 0.89% | 0.69% | - |
| XYZ | 23.38 | 11.49 | 42.06 | - |
| YUV | 80.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 176 | 0.07 | 0.89 | 0 | 0.31 | 295.41 | 0.81 | 0.38 |
| Hex | A4 | 13 | B0 | 7 | 59 | 0 | 1F | 127 | 51 | 26 |
| Octal | 244 | 23 | 260 | 7 | 131 | 0 | 37 | 447 | 121 | 46 |
| Binary | 10100100 | 10011 | 10110000 | 111 | 1011001 | 0 | 11111 | 100100111 | 1010001 | 100110 |
Color Harmonies of #A413B0
Complementary color
Monochromatic Colors of #A413B0
Black with #A413B0
Text Example
Text Example
White with #A413B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413B0; }
p { color: rgb(164,19,176); }
H1.HeaderClassName
{
color: #A413B0;
}
.AnyTagClassName
{
color: #A413B0;
}
</style>
background-color css
<style>
a { background-color: #A413B0; }
a { background-color: rgb(164,19,176); }
div.DivClassName
{
background-color: #A413B0;
}
.BgClassName
{
background-color: #A413B0;
}
</style>
border-color css
<style>
span { border-color: #A413B0; }
span { border-color: rgb(164,19,176); }
td.TdClassName
{
border-color: #A413B0;
}
.TagClassName
{
border-color: #A413B0;
}
</style>