Shades of Dark Violet #A603DC
Tints of Dark Violet #A603DC
RGB
CMYK
RGB Variations
Color information
#A603DC (or 0xA603DC) is known color: Dark Violet. HEX triplet: A6, 03 and DC. RGB value is (166,3,220). Sum of RGB (Red+Green+Blue) = 166+3+220=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #A603DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603DC is #59FC23. Grayscale: #4B4B4B. Windows color (decimal): -5897252 or 14418854. OLE color: 14418854.
HSL color Cylindrical-coordinate representation of color #A603DC: hue angle of 285.07º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603DC is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 3 | 220 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.14 |
| HSL | 285.07º | 0.97% | 0.44% | - |
| HSV(B) | 285.07º | 0.99% | 0.86% | - |
| XYZ | 28.68 | 13.34 | 68.77 | - |
| YUV | 76.48 | 209 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 220 | 0.25 | 0.99 | 0 | 0.14 | 285.07 | 0.97 | 0.44 |
| Hex | A6 | 3 | DC | 19 | 63 | 0 | E | 11D | 61 | 2C |
| Octal | 246 | 3 | 334 | 31 | 143 | 0 | 16 | 435 | 141 | 54 |
| Binary | 10100110 | 11 | 11011100 | 11001 | 1100011 | 0 | 1110 | 100011101 | 1100001 | 101100 |
Color Harmonies of #A603DC
Complementary color
Monochromatic Colors of #A603DC
Black with #A603DC
Text Example
Text Example
White with #A603DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603DC; }
p { color: rgb(166,3,220); }
H1.HeaderClassName
{
color: #A603DC;
}
.AnyTagClassName
{
color: #A603DC;
}
</style>
background-color css
<style>
a { background-color: #A603DC; }
a { background-color: rgb(166,3,220); }
div.DivClassName
{
background-color: #A603DC;
}
.BgClassName
{
background-color: #A603DC;
}
</style>
border-color css
<style>
span { border-color: #A603DC; }
span { border-color: rgb(166,3,220); }
td.TdClassName
{
border-color: #A603DC;
}
.TagClassName
{
border-color: #A603DC;
}
</style>