Shades of Dark Violet #A616CF
Tints of Dark Violet #A616CF
RGB
CMYK
RGB Variations
Color information
#A616CF (or 0xA616CF) is known color: Dark Violet. HEX triplet: A6, 16 and CF. RGB value is (166,22,207). Sum of RGB (Red+Green+Blue) = 166+22+207=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #A616CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616CF is #59E930. Grayscale: #555555. Windows color (decimal): -5892401 or 13571750. OLE color: 13571750.
HSL color Cylindrical-coordinate representation of color #A616CF: hue angle of 286.7º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A616CF is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 22 | 207 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.19 |
| HSL | 286.7º | 0.81% | 0.45% | - |
| HSV(B) | 286.7º | 0.89% | 0.81% | - |
| XYZ | 27.28 | 13.19 | 60.14 | - |
| YUV | 86.15 | 196.21 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 207 | 0.20 | 0.89 | 0 | 0.19 | 286.7 | 0.81 | 0.45 |
| Hex | A6 | 16 | CF | 14 | 59 | 0 | 13 | 11F | 51 | 2D |
| Octal | 246 | 26 | 317 | 24 | 131 | 0 | 23 | 437 | 121 | 55 |
| Binary | 10100110 | 10110 | 11001111 | 10100 | 1011001 | 0 | 10011 | 100011111 | 1010001 | 101101 |
Color Harmonies of #A616CF
Complementary color
Monochromatic Colors of #A616CF
Black with #A616CF
Text Example
Text Example
White with #A616CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A616CF; }
p { color: rgb(166,22,207); }
H1.HeaderClassName
{
color: #A616CF;
}
.AnyTagClassName
{
color: #A616CF;
}
</style>
background-color css
<style>
a { background-color: #A616CF; }
a { background-color: rgb(166,22,207); }
div.DivClassName
{
background-color: #A616CF;
}
.BgClassName
{
background-color: #A616CF;
}
</style>
border-color css
<style>
span { border-color: #A616CF; }
span { border-color: rgb(166,22,207); }
td.TdClassName
{
border-color: #A616CF;
}
.TagClassName
{
border-color: #A616CF;
}
</style>