Shades of Dark Violet #A616CC
Tints of Dark Violet #A616CC
RGB
CMYK
RGB Variations
Color information
#A616CC (or 0xA616CC) is known color: Dark Violet. HEX triplet: A6, 16 and CC. RGB value is (166,22,204). Sum of RGB (Red+Green+Blue) = 166+22+204=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #A616CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616CC is #59E933. Grayscale: #555555. Windows color (decimal): -5892404 or 13375142. OLE color: 13375142.
HSL color Cylindrical-coordinate representation of color #A616CC: hue angle of 287.47º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A616CC is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 22 | 204 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.2 |
| HSL | 287.47º | 0.81% | 0.44% | - |
| HSV(B) | 287.47º | 0.89% | 0.8% | - |
| XYZ | 26.91 | 13.04 | 58.23 | - |
| YUV | 85.8 | 194.71 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 204 | 0.19 | 0.89 | 0 | 0.2 | 287.47 | 0.81 | 0.44 |
| Hex | A6 | 16 | CC | 13 | 59 | 0 | 14 | 11F | 51 | 2C |
| Octal | 246 | 26 | 314 | 23 | 131 | 0 | 24 | 437 | 121 | 54 |
| Binary | 10100110 | 10110 | 11001100 | 10011 | 1011001 | 0 | 10100 | 100011111 | 1010001 | 101100 |
Color Harmonies of #A616CC
Complementary color
Monochromatic Colors of #A616CC
Black with #A616CC
Text Example
Text Example
White with #A616CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A616CC; }
p { color: rgb(166,22,204); }
H1.HeaderClassName
{
color: #A616CC;
}
.AnyTagClassName
{
color: #A616CC;
}
</style>
background-color css
<style>
a { background-color: #A616CC; }
a { background-color: rgb(166,22,204); }
div.DivClassName
{
background-color: #A616CC;
}
.BgClassName
{
background-color: #A616CC;
}
</style>
border-color css
<style>
span { border-color: #A616CC; }
span { border-color: rgb(166,22,204); }
td.TdClassName
{
border-color: #A616CC;
}
.TagClassName
{
border-color: #A616CC;
}
</style>