Shades of Dark Violet #A413D3
Tints of Dark Violet #A413D3
RGB
CMYK
RGB Variations
Color information
#A413D3 (or 0xA413D3) is known color: Dark Violet. HEX triplet: A4, 13 and D3. RGB value is (164,19,211). Sum of RGB (Red+Green+Blue) = 164+19+211=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 211 (82.81% from 255 or 53.55% from 394); Max value from RGB is 211 - color contains mainly: blue. Hex color #A413D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413D3 is #5BEC2C. Grayscale: #535353. Windows color (decimal): -6024237 or 13833124. OLE color: 13833124.
HSL color Cylindrical-coordinate representation of color #A413D3: hue angle of 285.31º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A413D3 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 19 | 211 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.17 |
| HSL | 285.31º | 0.83% | 0.45% | - |
| HSV(B) | 285.31º | 0.91% | 0.83% | - |
| XYZ | 27.3 | 13.06 | 62.71 | - |
| YUV | 84.24 | 199.54 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 211 | 0.22 | 0.91 | 0 | 0.17 | 285.31 | 0.83 | 0.45 |
| Hex | A4 | 13 | D3 | 16 | 5B | 0 | 11 | 11D | 53 | 2D |
| Octal | 244 | 23 | 323 | 26 | 133 | 0 | 21 | 435 | 123 | 55 |
| Binary | 10100100 | 10011 | 11010011 | 10110 | 1011011 | 0 | 10001 | 100011101 | 1010011 | 101101 |
Color Harmonies of #A413D3
Complementary color
Monochromatic Colors of #A413D3
Black with #A413D3
Text Example
Text Example
White with #A413D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413D3; }
p { color: rgb(164,19,211); }
H1.HeaderClassName
{
color: #A413D3;
}
.AnyTagClassName
{
color: #A413D3;
}
</style>
background-color css
<style>
a { background-color: #A413D3; }
a { background-color: rgb(164,19,211); }
div.DivClassName
{
background-color: #A413D3;
}
.BgClassName
{
background-color: #A413D3;
}
</style>
border-color css
<style>
span { border-color: #A413D3; }
span { border-color: rgb(164,19,211); }
td.TdClassName
{
border-color: #A413D3;
}
.TagClassName
{
border-color: #A413D3;
}
</style>