Shades of Dark Violet #A603DB
Tints of Dark Violet #A603DB
RGB
CMYK
RGB Variations
Color information
#A603DB (or 0xA603DB) is known color: Dark Violet. HEX triplet: A6, 03 and DB. RGB value is (166,3,219). Sum of RGB (Red+Green+Blue) = 166+3+219=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #A603DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603DB is #59FC24. Grayscale: #4B4B4B. Windows color (decimal): -5897253 or 14353318. OLE color: 14353318.
HSL color Cylindrical-coordinate representation of color #A603DB: hue angle of 285.28º 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 #A603DB is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 3 | 219 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.14 |
| HSL | 285.28º | 0.97% | 0.44% | - |
| HSV(B) | 285.28º | 0.99% | 0.86% | - |
| XYZ | 28.54 | 13.29 | 68.08 | - |
| YUV | 76.36 | 208.5 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 219 | 0.24 | 0.99 | 0 | 0.14 | 285.28 | 0.97 | 0.44 |
| Hex | A6 | 3 | DB | 18 | 63 | 0 | E | 11D | 61 | 2C |
| Octal | 246 | 3 | 333 | 30 | 143 | 0 | 16 | 435 | 141 | 54 |
| Binary | 10100110 | 11 | 11011011 | 11000 | 1100011 | 0 | 1110 | 100011101 | 1100001 | 101100 |
Color Harmonies of #A603DB
Complementary color
Monochromatic Colors of #A603DB
Black with #A603DB
Text Example
Text Example
White with #A603DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603DB; }
p { color: rgb(166,3,219); }
H1.HeaderClassName
{
color: #A603DB;
}
.AnyTagClassName
{
color: #A603DB;
}
</style>
background-color css
<style>
a { background-color: #A603DB; }
a { background-color: rgb(166,3,219); }
div.DivClassName
{
background-color: #A603DB;
}
.BgClassName
{
background-color: #A603DB;
}
</style>
border-color css
<style>
span { border-color: #A603DB; }
span { border-color: rgb(166,3,219); }
td.TdClassName
{
border-color: #A603DB;
}
.TagClassName
{
border-color: #A603DB;
}
</style>