Shades of Dark Violet #A603EC
Tints of Dark Violet #A603EC
RGB
CMYK
RGB Variations
Color information
#A603EC (or 0xA603EC) is known color: Dark Violet. HEX triplet: A6, 03 and EC. RGB value is (166,3,236). Sum of RGB (Red+Green+Blue) = 166+3+236=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #A603EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A603EC is #59FC13. Grayscale: #4D4D4D. Windows color (decimal): -5897236 or 15467430. OLE color: 15467430.
HSL color Cylindrical-coordinate representation of color #A603EC: hue angle of 281.97º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603EC is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 3 | 236 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.07 |
| HSL | 281.97º | 0.97% | 0.47% | - |
| HSV(B) | 281.97º | 0.99% | 0.93% | - |
| XYZ | 30.9 | 14.23 | 80.47 | - |
| YUV | 78.3 | 217 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 236 | 0.30 | 0.99 | 0 | 0.07 | 281.97 | 0.97 | 0.47 |
| Hex | A6 | 3 | EC | 1E | 63 | 0 | 7 | 11A | 61 | 2F |
| Octal | 246 | 3 | 354 | 36 | 143 | 0 | 7 | 432 | 141 | 57 |
| Binary | 10100110 | 11 | 11101100 | 11110 | 1100011 | 0 | 111 | 100011010 | 1100001 | 101111 |
Color Harmonies of #A603EC
Complementary color
Monochromatic Colors of #A603EC
Black with #A603EC
Text Example
Text Example
White with #A603EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603EC; }
p { color: rgb(166,3,236); }
H1.HeaderClassName
{
color: #A603EC;
}
.AnyTagClassName
{
color: #A603EC;
}
</style>
background-color css
<style>
a { background-color: #A603EC; }
a { background-color: rgb(166,3,236); }
div.DivClassName
{
background-color: #A603EC;
}
.BgClassName
{
background-color: #A603EC;
}
</style>
border-color css
<style>
span { border-color: #A603EC; }
span { border-color: rgb(166,3,236); }
td.TdClassName
{
border-color: #A603EC;
}
.TagClassName
{
border-color: #A603EC;
}
</style>