Shades of Dark Violet #A603D1
Tints of Dark Violet #A603D1
RGB
CMYK
RGB Variations
Color information
#A603D1 (or 0xA603D1) is known color: Dark Violet. HEX triplet: A6, 03 and D1. RGB value is (166,3,209). Sum of RGB (Red+Green+Blue) = 166+3+209=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #A603D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603D1 is #59FC2E. Grayscale: #4A4A4A. Windows color (decimal): -5897263 or 13697958. OLE color: 13697958.
HSL color Cylindrical-coordinate representation of color #A603D1: hue angle of 287.48º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603D1 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 3 | 209 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.18 |
| HSL | 287.48º | 0.97% | 0.42% | - |
| HSV(B) | 287.48º | 0.99% | 0.82% | - |
| XYZ | 27.27 | 12.78 | 61.35 | - |
| YUV | 75.22 | 203.5 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 209 | 0.21 | 0.99 | 0 | 0.18 | 287.48 | 0.97 | 0.42 |
| Hex | A6 | 3 | D1 | 15 | 63 | 0 | 12 | 11F | 61 | 2A |
| Octal | 246 | 3 | 321 | 25 | 143 | 0 | 22 | 437 | 141 | 52 |
| Binary | 10100110 | 11 | 11010001 | 10101 | 1100011 | 0 | 10010 | 100011111 | 1100001 | 101010 |
Color Harmonies of #A603D1
Complementary color
Monochromatic Colors of #A603D1
Black with #A603D1
Text Example
Text Example
White with #A603D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603D1; }
p { color: rgb(166,3,209); }
H1.HeaderClassName
{
color: #A603D1;
}
.AnyTagClassName
{
color: #A603D1;
}
</style>
background-color css
<style>
a { background-color: #A603D1; }
a { background-color: rgb(166,3,209); }
div.DivClassName
{
background-color: #A603D1;
}
.BgClassName
{
background-color: #A603D1;
}
</style>
border-color css
<style>
span { border-color: #A603D1; }
span { border-color: rgb(166,3,209); }
td.TdClassName
{
border-color: #A603D1;
}
.TagClassName
{
border-color: #A603D1;
}
</style>