Shades of Dark Violet #A603CD
Tints of Dark Violet #A603CD
RGB
CMYK
RGB Variations
Color information
#A603CD (or 0xA603CD) is known color: Dark Violet. HEX triplet: A6, 03 and CD. RGB value is (166,3,205). Sum of RGB (Red+Green+Blue) = 166+3+205=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #A603CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603CD is #59FC32. Grayscale: #4A4A4A. Windows color (decimal): -5897267 or 13435814. OLE color: 13435814.
HSL color Cylindrical-coordinate representation of color #A603CD: hue angle of 288.42º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603CD is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 3 | 205 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.20 |
| HSL | 288.42º | 0.97% | 0.41% | - |
| HSV(B) | 288.42º | 0.99% | 0.8% | - |
| XYZ | 26.78 | 12.58 | 58.77 | - |
| YUV | 74.77 | 201.5 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 205 | 0.19 | 0.99 | 0 | 0.20 | 288.42 | 0.97 | 0.41 |
| Hex | A6 | 3 | CD | 13 | 63 | 0 | 14 | 120 | 61 | 29 |
| Octal | 246 | 3 | 315 | 23 | 143 | 0 | 24 | 440 | 141 | 51 |
| Binary | 10100110 | 11 | 11001101 | 10011 | 1100011 | 0 | 10100 | 100100000 | 1100001 | 101001 |
Color Harmonies of #A603CD
Complementary color
Monochromatic Colors of #A603CD
Black with #A603CD
Text Example
Text Example
White with #A603CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603CD; }
p { color: rgb(166,3,205); }
H1.HeaderClassName
{
color: #A603CD;
}
.AnyTagClassName
{
color: #A603CD;
}
</style>
background-color css
<style>
a { background-color: #A603CD; }
a { background-color: rgb(166,3,205); }
div.DivClassName
{
background-color: #A603CD;
}
.BgClassName
{
background-color: #A603CD;
}
</style>
border-color css
<style>
span { border-color: #A603CD; }
span { border-color: rgb(166,3,205); }
td.TdClassName
{
border-color: #A603CD;
}
.TagClassName
{
border-color: #A603CD;
}
</style>