Shades of Dark Violet #A613D8
Tints of Dark Violet #A613D8
RGB
CMYK
RGB Variations
Color information
#A613D8 (or 0xA613D8) is known color: Dark Violet. HEX triplet: A6, 13 and D8. RGB value is (166,19,216). Sum of RGB (Red+Green+Blue) = 166+19+216=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #A613D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613D8 is #59EC27. Grayscale: #545454. Windows color (decimal): -5893160 or 14160806. OLE color: 14160806.
HSL color Cylindrical-coordinate representation of color #A613D8: hue angle of 284.77º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A613D8 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 19 | 216 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.15 |
| HSL | 284.77º | 0.84% | 0.46% | - |
| HSV(B) | 284.77º | 0.91% | 0.85% | - |
| XYZ | 28.35 | 13.53 | 66.08 | - |
| YUV | 85.41 | 201.7 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 216 | 0.23 | 0.91 | 0 | 0.15 | 284.77 | 0.84 | 0.46 |
| Hex | A6 | 13 | D8 | 17 | 5B | 0 | F | 11D | 54 | 2E |
| Octal | 246 | 23 | 330 | 27 | 133 | 0 | 17 | 435 | 124 | 56 |
| Binary | 10100110 | 10011 | 11011000 | 10111 | 1011011 | 0 | 1111 | 100011101 | 1010100 | 101110 |
Color Harmonies of #A613D8
Complementary color
Monochromatic Colors of #A613D8
Black with #A613D8
Text Example
Text Example
White with #A613D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613D8; }
p { color: rgb(166,19,216); }
H1.HeaderClassName
{
color: #A613D8;
}
.AnyTagClassName
{
color: #A613D8;
}
</style>
background-color css
<style>
a { background-color: #A613D8; }
a { background-color: rgb(166,19,216); }
div.DivClassName
{
background-color: #A613D8;
}
.BgClassName
{
background-color: #A613D8;
}
</style>
border-color css
<style>
span { border-color: #A613D8; }
span { border-color: rgb(166,19,216); }
td.TdClassName
{
border-color: #A613D8;
}
.TagClassName
{
border-color: #A613D8;
}
</style>