Shades of Dark Violet #A603D0
Tints of Dark Violet #A603D0
RGB
CMYK
RGB Variations
Color information
#A603D0 (or 0xA603D0) is known color: Dark Violet. HEX triplet: A6, 03 and D0. RGB value is (166,3,208). Sum of RGB (Red+Green+Blue) = 166+3+208=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #A603D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603D0 is #59FC2F. Grayscale: #4A4A4A. Windows color (decimal): -5897264 or 13632422. OLE color: 13632422.
HSL color Cylindrical-coordinate representation of color #A603D0: hue angle of 287.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603D0 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 3 | 208 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.18 |
| HSL | 287.71º | 0.97% | 0.41% | - |
| HSV(B) | 287.71º | 0.99% | 0.82% | - |
| XYZ | 27.14 | 12.73 | 60.7 | - |
| YUV | 75.11 | 203 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 208 | 0.20 | 0.99 | 0 | 0.18 | 287.71 | 0.97 | 0.41 |
| Hex | A6 | 3 | D0 | 14 | 63 | 0 | 12 | 120 | 61 | 29 |
| Octal | 246 | 3 | 320 | 24 | 143 | 0 | 22 | 440 | 141 | 51 |
| Binary | 10100110 | 11 | 11010000 | 10100 | 1100011 | 0 | 10010 | 100100000 | 1100001 | 101001 |
Color Harmonies of #A603D0
Complementary color
Monochromatic Colors of #A603D0
Black with #A603D0
Text Example
Text Example
White with #A603D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603D0; }
p { color: rgb(166,3,208); }
H1.HeaderClassName
{
color: #A603D0;
}
.AnyTagClassName
{
color: #A603D0;
}
</style>
background-color css
<style>
a { background-color: #A603D0; }
a { background-color: rgb(166,3,208); }
div.DivClassName
{
background-color: #A603D0;
}
.BgClassName
{
background-color: #A603D0;
}
</style>
border-color css
<style>
span { border-color: #A603D0; }
span { border-color: rgb(166,3,208); }
td.TdClassName
{
border-color: #A603D0;
}
.TagClassName
{
border-color: #A603D0;
}
</style>