Shades of Dark Violet #A617DA
Tints of Dark Violet #A617DA
RGB
CMYK
RGB Variations
Color information
#A617DA (or 0xA617DA) is known color: Dark Violet. HEX triplet: A6, 17 and DA. RGB value is (166,23,218). Sum of RGB (Red+Green+Blue) = 166+23+218=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #A617DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A617DA is #59E825. Grayscale: #575757. Windows color (decimal): -5892134 or 14292902. OLE color: 14292902.
HSL color Cylindrical-coordinate representation of color #A617DA: hue angle of 284º degrees, saturation: 0.81, 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 #A617DA is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 23 | 218 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.15 |
| HSL | 284º | 0.81% | 0.47% | - |
| HSV(B) | 284º | 0.89% | 0.85% | - |
| XYZ | 28.69 | 13.78 | 67.48 | - |
| YUV | 87.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 218 | 0.24 | 0.89 | 0 | 0.15 | 284 | 0.81 | 0.47 |
| Hex | A6 | 17 | DA | 18 | 59 | 0 | F | 11C | 51 | 2F |
| Octal | 246 | 27 | 332 | 30 | 131 | 0 | 17 | 434 | 121 | 57 |
| Binary | 10100110 | 10111 | 11011010 | 11000 | 1011001 | 0 | 1111 | 100011100 | 1010001 | 101111 |
Color Harmonies of #A617DA
Complementary color
Monochromatic Colors of #A617DA
Black with #A617DA
Text Example
Text Example
White with #A617DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A617DA; }
p { color: rgb(166,23,218); }
H1.HeaderClassName
{
color: #A617DA;
}
.AnyTagClassName
{
color: #A617DA;
}
</style>
background-color css
<style>
a { background-color: #A617DA; }
a { background-color: rgb(166,23,218); }
div.DivClassName
{
background-color: #A617DA;
}
.BgClassName
{
background-color: #A617DA;
}
</style>
border-color css
<style>
span { border-color: #A617DA; }
span { border-color: rgb(166,23,218); }
td.TdClassName
{
border-color: #A617DA;
}
.TagClassName
{
border-color: #A617DA;
}
</style>