Shades of Dark Violet #A413BD
Tints of Dark Violet #A413BD
RGB
CMYK
RGB Variations
Color information
#A413BD (or 0xA413BD) is known color: Dark Violet. HEX triplet: A4, 13 and BD. RGB value is (164,19,189). Sum of RGB (Red+Green+Blue) = 164+19+189=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #A413BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413BD is #5BEC42. Grayscale: #515151. Windows color (decimal): -6024259 or 12391332. OLE color: 12391332.
HSL color Cylindrical-coordinate representation of color #A413BD: hue angle of 291.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A413BD is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 19 | 189 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.26 |
| HSL | 291.18º | 0.82% | 0.41% | - |
| HSV(B) | 291.18º | 0.9% | 0.74% | - |
| XYZ | 24.73 | 12.03 | 49.16 | - |
| YUV | 81.74 | 188.54 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 189 | 0.13 | 0.90 | 0 | 0.26 | 291.18 | 0.82 | 0.41 |
| Hex | A4 | 13 | BD | D | 5A | 0 | 1A | 123 | 52 | 29 |
| Octal | 244 | 23 | 275 | 15 | 132 | 0 | 32 | 443 | 122 | 51 |
| Binary | 10100100 | 10011 | 10111101 | 1101 | 1011010 | 0 | 11010 | 100100011 | 1010010 | 101001 |
Color Harmonies of #A413BD
Complementary color
Monochromatic Colors of #A413BD
Black with #A413BD
Text Example
Text Example
White with #A413BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413BD; }
p { color: rgb(164,19,189); }
H1.HeaderClassName
{
color: #A413BD;
}
.AnyTagClassName
{
color: #A413BD;
}
</style>
background-color css
<style>
a { background-color: #A413BD; }
a { background-color: rgb(164,19,189); }
div.DivClassName
{
background-color: #A413BD;
}
.BgClassName
{
background-color: #A413BD;
}
</style>
border-color css
<style>
span { border-color: #A413BD; }
span { border-color: rgb(164,19,189); }
td.TdClassName
{
border-color: #A413BD;
}
.TagClassName
{
border-color: #A413BD;
}
</style>