Shades of Dark Violet #A603C5
Tints of Dark Violet #A603C5
RGB
CMYK
RGB Variations
Color information
#A603C5 (or 0xA603C5) is known color: Dark Violet. HEX triplet: A6, 03 and C5. RGB value is (166,3,197). Sum of RGB (Red+Green+Blue) = 166+3+197=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 197 (77.34% from 255 or 53.83% from 366); Max value from RGB is 197 - color contains mainly: blue. Hex color #A603C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603C5 is #59FC3A. Grayscale: #494949. Windows color (decimal): -5897275 or 12911526. OLE color: 12911526.
HSL color Cylindrical-coordinate representation of color #A603C5: hue angle of 290.41º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A603C5 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 3 | 197 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.23 |
| HSL | 290.41º | 0.97% | 0.39% | - |
| HSV(B) | 290.41º | 0.98% | 0.77% | - |
| XYZ | 25.84 | 12.2 | 53.82 | - |
| YUV | 73.85 | 197.5 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 197 | 0.16 | 0.98 | 0 | 0.23 | 290.41 | 0.97 | 0.39 |
| Hex | A6 | 3 | C5 | 10 | 62 | 0 | 17 | 122 | 61 | 27 |
| Octal | 246 | 3 | 305 | 20 | 142 | 0 | 27 | 442 | 141 | 47 |
| Binary | 10100110 | 11 | 11000101 | 10000 | 1100010 | 0 | 10111 | 100100010 | 1100001 | 100111 |
Color Harmonies of #A603C5
Complementary color
Monochromatic Colors of #A603C5
Black with #A603C5
Text Example
Text Example
White with #A603C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603C5; }
p { color: rgb(166,3,197); }
H1.HeaderClassName
{
color: #A603C5;
}
.AnyTagClassName
{
color: #A603C5;
}
</style>
background-color css
<style>
a { background-color: #A603C5; }
a { background-color: rgb(166,3,197); }
div.DivClassName
{
background-color: #A603C5;
}
.BgClassName
{
background-color: #A603C5;
}
</style>
border-color css
<style>
span { border-color: #A603C5; }
span { border-color: rgb(166,3,197); }
td.TdClassName
{
border-color: #A603C5;
}
.TagClassName
{
border-color: #A603C5;
}
</style>