Shades of Dark Violet #A603DE
Tints of Dark Violet #A603DE
RGB
CMYK
RGB Variations
Color information
#A603DE (or 0xA603DE) is known color: Dark Violet. HEX triplet: A6, 03 and DE. RGB value is (166,3,222). Sum of RGB (Red+Green+Blue) = 166+3+222=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #A603DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603DE is #59FC21. Grayscale: #4B4B4B. Windows color (decimal): -5897250 or 14549926. OLE color: 14549926.
HSL color Cylindrical-coordinate representation of color #A603DE: hue angle of 284.66º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603DE is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 3 | 222 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.13 |
| HSL | 284.66º | 0.97% | 0.44% | - |
| HSV(B) | 284.66º | 0.99% | 0.87% | - |
| XYZ | 28.94 | 13.45 | 70.18 | - |
| YUV | 76.7 | 210 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 222 | 0.25 | 0.99 | 0 | 0.13 | 284.66 | 0.97 | 0.44 |
| Hex | A6 | 3 | DE | 19 | 63 | 0 | D | 11D | 61 | 2C |
| Octal | 246 | 3 | 336 | 31 | 143 | 0 | 15 | 435 | 141 | 54 |
| Binary | 10100110 | 11 | 11011110 | 11001 | 1100011 | 0 | 1101 | 100011101 | 1100001 | 101100 |
Color Harmonies of #A603DE
Complementary color
Monochromatic Colors of #A603DE
Black with #A603DE
Text Example
Text Example
White with #A603DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603DE; }
p { color: rgb(166,3,222); }
H1.HeaderClassName
{
color: #A603DE;
}
.AnyTagClassName
{
color: #A603DE;
}
</style>
background-color css
<style>
a { background-color: #A603DE; }
a { background-color: rgb(166,3,222); }
div.DivClassName
{
background-color: #A603DE;
}
.BgClassName
{
background-color: #A603DE;
}
</style>
border-color css
<style>
span { border-color: #A603DE; }
span { border-color: rgb(166,3,222); }
td.TdClassName
{
border-color: #A603DE;
}
.TagClassName
{
border-color: #A603DE;
}
</style>