Shades of Dark Violet #A618D1
Tints of Dark Violet #A618D1
RGB
CMYK
RGB Variations
Color information
#A618D1 (or 0xA618D1) is known color: Dark Violet. HEX triplet: A6, 18 and D1. RGB value is (166,24,209). Sum of RGB (Red+Green+Blue) = 166+24+209=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #A618D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618D1 is #59E72E. Grayscale: #565656. Windows color (decimal): -5891887 or 13703334. OLE color: 13703334.
HSL color Cylindrical-coordinate representation of color #A618D1: hue angle of 286.05º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A618D1 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 24 | 209 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.18 |
| HSL | 286.05º | 0.79% | 0.46% | - |
| HSV(B) | 286.05º | 0.89% | 0.82% | - |
| XYZ | 27.56 | 13.36 | 61.45 | - |
| YUV | 87.55 | 196.54 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 209 | 0.21 | 0.89 | 0 | 0.18 | 286.05 | 0.79 | 0.46 |
| Hex | A6 | 18 | D1 | 15 | 59 | 0 | 12 | 11E | 4F | 2E |
| Octal | 246 | 30 | 321 | 25 | 131 | 0 | 22 | 436 | 117 | 56 |
| Binary | 10100110 | 11000 | 11010001 | 10101 | 1011001 | 0 | 10010 | 100011110 | 1001111 | 101110 |
Color Harmonies of #A618D1
Complementary color
Monochromatic Colors of #A618D1
Black with #A618D1
Text Example
Text Example
White with #A618D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A618D1; }
p { color: rgb(166,24,209); }
H1.HeaderClassName
{
color: #A618D1;
}
.AnyTagClassName
{
color: #A618D1;
}
</style>
background-color css
<style>
a { background-color: #A618D1; }
a { background-color: rgb(166,24,209); }
div.DivClassName
{
background-color: #A618D1;
}
.BgClassName
{
background-color: #A618D1;
}
</style>
border-color css
<style>
span { border-color: #A618D1; }
span { border-color: rgb(166,24,209); }
td.TdClassName
{
border-color: #A618D1;
}
.TagClassName
{
border-color: #A618D1;
}
</style>