Shades of Dark Violet #A603DA
Tints of Dark Violet #A603DA
RGB
CMYK
RGB Variations
Color information
#A603DA (or 0xA603DA) is known color: Dark Violet. HEX triplet: A6, 03 and DA. RGB value is (166,3,218). Sum of RGB (Red+Green+Blue) = 166+3+218=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #A603DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603DA is #59FC25. Grayscale: #4B4B4B. Windows color (decimal): -5897254 or 14287782. OLE color: 14287782.
HSL color Cylindrical-coordinate representation of color #A603DA: hue angle of 285.49º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603DA is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 3 | 218 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.15 |
| HSL | 285.49º | 0.97% | 0.43% | - |
| HSV(B) | 285.49º | 0.99% | 0.85% | - |
| XYZ | 28.41 | 13.23 | 67.39 | - |
| YUV | 76.25 | 208 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 218 | 0.24 | 0.99 | 0 | 0.15 | 285.49 | 0.97 | 0.43 |
| Hex | A6 | 3 | DA | 18 | 63 | 0 | F | 11D | 61 | 2B |
| Octal | 246 | 3 | 332 | 30 | 143 | 0 | 17 | 435 | 141 | 53 |
| Binary | 10100110 | 11 | 11011010 | 11000 | 1100011 | 0 | 1111 | 100011101 | 1100001 | 101011 |
Color Harmonies of #A603DA
Complementary color
Monochromatic Colors of #A603DA
Black with #A603DA
Text Example
Text Example
White with #A603DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603DA; }
p { color: rgb(166,3,218); }
H1.HeaderClassName
{
color: #A603DA;
}
.AnyTagClassName
{
color: #A603DA;
}
</style>
background-color css
<style>
a { background-color: #A603DA; }
a { background-color: rgb(166,3,218); }
div.DivClassName
{
background-color: #A603DA;
}
.BgClassName
{
background-color: #A603DA;
}
</style>
border-color css
<style>
span { border-color: #A603DA; }
span { border-color: rgb(166,3,218); }
td.TdClassName
{
border-color: #A603DA;
}
.TagClassName
{
border-color: #A603DA;
}
</style>