Shades of Dark Violet #A606EC
Tints of Dark Violet #A606EC
RGB
CMYK
RGB Variations
Color information
#A606EC (or 0xA606EC) is known color: Dark Violet. HEX triplet: A6, 06 and EC. RGB value is (166,6,236). Sum of RGB (Red+Green+Blue) = 166+6+236=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #A606EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A606EC is #59F913. Grayscale: #4F4F4F. Windows color (decimal): -5896468 or 15468198. OLE color: 15468198.
HSL color Cylindrical-coordinate representation of color #A606EC: hue angle of 281.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A606EC is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 6 | 236 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.07 |
| HSL | 281.74º | 0.95% | 0.47% | - |
| HSV(B) | 281.74º | 0.97% | 0.93% | - |
| XYZ | 30.93 | 14.29 | 80.49 | - |
| YUV | 80.06 | 216.01 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 236 | 0.30 | 0.97 | 0 | 0.07 | 281.74 | 0.95 | 0.47 |
| Hex | A6 | 6 | EC | 1E | 61 | 0 | 7 | 11A | 5F | 2F |
| Octal | 246 | 6 | 354 | 36 | 141 | 0 | 7 | 432 | 137 | 57 |
| Binary | 10100110 | 110 | 11101100 | 11110 | 1100001 | 0 | 111 | 100011010 | 1011111 | 101111 |
Color Harmonies of #A606EC
Complementary color
Monochromatic Colors of #A606EC
Black with #A606EC
Text Example
Text Example
White with #A606EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A606EC; }
p { color: rgb(166,6,236); }
H1.HeaderClassName
{
color: #A606EC;
}
.AnyTagClassName
{
color: #A606EC;
}
</style>
background-color css
<style>
a { background-color: #A606EC; }
a { background-color: rgb(166,6,236); }
div.DivClassName
{
background-color: #A606EC;
}
.BgClassName
{
background-color: #A606EC;
}
</style>
border-color css
<style>
span { border-color: #A606EC; }
span { border-color: rgb(166,6,236); }
td.TdClassName
{
border-color: #A606EC;
}
.TagClassName
{
border-color: #A606EC;
}
</style>