Shades of Dark Violet #A618D8
Tints of Dark Violet #A618D8
RGB
CMYK
RGB Variations
Color information
#A618D8 (or 0xA618D8) is known color: Dark Violet. HEX triplet: A6, 18 and D8. RGB value is (166,24,216). Sum of RGB (Red+Green+Blue) = 166+24+216=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #A618D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618D8 is #59E727. Grayscale: #575757. Windows color (decimal): -5891880 or 14162086. OLE color: 14162086.
HSL color Cylindrical-coordinate representation of color #A618D8: hue angle of 284.38º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A618D8 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 24 | 216 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.15 |
| HSL | 284.38º | 0.8% | 0.47% | - |
| HSV(B) | 284.38º | 0.89% | 0.85% | - |
| XYZ | 28.45 | 13.72 | 66.11 | - |
| YUV | 88.35 | 200.04 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 216 | 0.23 | 0.89 | 0 | 0.15 | 284.38 | 0.8 | 0.47 |
| Hex | A6 | 18 | D8 | 17 | 59 | 0 | F | 11C | 50 | 2F |
| Octal | 246 | 30 | 330 | 27 | 131 | 0 | 17 | 434 | 120 | 57 |
| Binary | 10100110 | 11000 | 11011000 | 10111 | 1011001 | 0 | 1111 | 100011100 | 1010000 | 101111 |
Color Harmonies of #A618D8
Complementary color
Monochromatic Colors of #A618D8
Black with #A618D8
Text Example
Text Example
White with #A618D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A618D8; }
p { color: rgb(166,24,216); }
H1.HeaderClassName
{
color: #A618D8;
}
.AnyTagClassName
{
color: #A618D8;
}
</style>
background-color css
<style>
a { background-color: #A618D8; }
a { background-color: rgb(166,24,216); }
div.DivClassName
{
background-color: #A618D8;
}
.BgClassName
{
background-color: #A618D8;
}
</style>
border-color css
<style>
span { border-color: #A618D8; }
span { border-color: rgb(166,24,216); }
td.TdClassName
{
border-color: #A618D8;
}
.TagClassName
{
border-color: #A618D8;
}
</style>