Shades of Dark Violet #A813DC
Tints of Dark Violet #A813DC
RGB
CMYK
RGB Variations
Color information
#A813DC (or 0xA813DC) is known color: Dark Violet. HEX triplet: A8, 13 and DC. RGB value is (168,19,220). Sum of RGB (Red+Green+Blue) = 168+19+220=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #A813DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813DC is #57EC23. Grayscale: #555555. Windows color (decimal): -5762084 or 14422952. OLE color: 14422952.
HSL color Cylindrical-coordinate representation of color #A813DC: hue angle of 284.48º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A813DC is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 19 | 220 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.14 |
| HSL | 284.48º | 0.84% | 0.47% | - |
| HSV(B) | 284.48º | 0.91% | 0.86% | - |
| XYZ | 29.3 | 13.96 | 68.86 | - |
| YUV | 86.47 | 203.36 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 220 | 0.24 | 0.91 | 0 | 0.14 | 284.48 | 0.84 | 0.47 |
| Hex | A8 | 13 | DC | 18 | 5B | 0 | E | 11C | 54 | 2F |
| Octal | 250 | 23 | 334 | 30 | 133 | 0 | 16 | 434 | 124 | 57 |
| Binary | 10101000 | 10011 | 11011100 | 11000 | 1011011 | 0 | 1110 | 100011100 | 1010100 | 101111 |
Color Harmonies of #A813DC
Complementary color
Monochromatic Colors of #A813DC
Black with #A813DC
Text Example
Text Example
White with #A813DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813DC; }
p { color: rgb(168,19,220); }
H1.HeaderClassName
{
color: #A813DC;
}
.AnyTagClassName
{
color: #A813DC;
}
</style>
background-color css
<style>
a { background-color: #A813DC; }
a { background-color: rgb(168,19,220); }
div.DivClassName
{
background-color: #A813DC;
}
.BgClassName
{
background-color: #A813DC;
}
</style>
border-color css
<style>
span { border-color: #A813DC; }
span { border-color: rgb(168,19,220); }
td.TdClassName
{
border-color: #A813DC;
}
.TagClassName
{
border-color: #A813DC;
}
</style>