Shades of Dark Violet #A603DF
Tints of Dark Violet #A603DF
RGB
CMYK
RGB Variations
Color information
#A603DF (or 0xA603DF) is known color: Dark Violet. HEX triplet: A6, 03 and DF. RGB value is (166,3,223). Sum of RGB (Red+Green+Blue) = 166+3+223=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #A603DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603DF is #59FC20. Grayscale: #4C4C4C. Windows color (decimal): -5897249 or 14615462. OLE color: 14615462.
HSL color Cylindrical-coordinate representation of color #A603DF: hue angle of 284.45º 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 #A603DF is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 3 | 223 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.13 |
| HSL | 284.45º | 0.97% | 0.44% | - |
| HSV(B) | 284.45º | 0.99% | 0.87% | - |
| XYZ | 29.08 | 13.5 | 70.89 | - |
| YUV | 76.82 | 210.5 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 223 | 0.26 | 0.99 | 0 | 0.13 | 284.45 | 0.97 | 0.44 |
| Hex | A6 | 3 | DF | 1A | 63 | 0 | D | 11C | 61 | 2C |
| Octal | 246 | 3 | 337 | 32 | 143 | 0 | 15 | 434 | 141 | 54 |
| Binary | 10100110 | 11 | 11011111 | 11010 | 1100011 | 0 | 1101 | 100011100 | 1100001 | 101100 |
Color Harmonies of #A603DF
Complementary color
Monochromatic Colors of #A603DF
Black with #A603DF
Text Example
Text Example
White with #A603DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603DF; }
p { color: rgb(166,3,223); }
H1.HeaderClassName
{
color: #A603DF;
}
.AnyTagClassName
{
color: #A603DF;
}
</style>
background-color css
<style>
a { background-color: #A603DF; }
a { background-color: rgb(166,3,223); }
div.DivClassName
{
background-color: #A603DF;
}
.BgClassName
{
background-color: #A603DF;
}
</style>
border-color css
<style>
span { border-color: #A603DF; }
span { border-color: rgb(166,3,223); }
td.TdClassName
{
border-color: #A603DF;
}
.TagClassName
{
border-color: #A603DF;
}
</style>