Shades of Dark Violet #A603C6
Tints of Dark Violet #A603C6
RGB
CMYK
RGB Variations
Color information
#A603C6 (or 0xA603C6) is known color: Dark Violet. HEX triplet: A6, 03 and C6. RGB value is (166,3,198). Sum of RGB (Red+Green+Blue) = 166+3+198=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #A603C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603C6 is #59FC39. Grayscale: #494949. Windows color (decimal): -5897274 or 12977062. OLE color: 12977062.
HSL color Cylindrical-coordinate representation of color #A603C6: hue angle of 290.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A603C6 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 3 | 198 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.22 |
| HSL | 290.15º | 0.97% | 0.39% | - |
| HSV(B) | 290.15º | 0.98% | 0.78% | - |
| XYZ | 25.95 | 12.25 | 54.42 | - |
| YUV | 73.97 | 198 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 198 | 0.16 | 0.98 | 0 | 0.22 | 290.15 | 0.97 | 0.39 |
| Hex | A6 | 3 | C6 | 10 | 62 | 0 | 16 | 122 | 61 | 27 |
| Octal | 246 | 3 | 306 | 20 | 142 | 0 | 26 | 442 | 141 | 47 |
| Binary | 10100110 | 11 | 11000110 | 10000 | 1100010 | 0 | 10110 | 100100010 | 1100001 | 100111 |
Color Harmonies of #A603C6
Complementary color
Monochromatic Colors of #A603C6
Black with #A603C6
Text Example
Text Example
White with #A603C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603C6; }
p { color: rgb(166,3,198); }
H1.HeaderClassName
{
color: #A603C6;
}
.AnyTagClassName
{
color: #A603C6;
}
</style>
background-color css
<style>
a { background-color: #A603C6; }
a { background-color: rgb(166,3,198); }
div.DivClassName
{
background-color: #A603C6;
}
.BgClassName
{
background-color: #A603C6;
}
</style>
border-color css
<style>
span { border-color: #A603C6; }
span { border-color: rgb(166,3,198); }
td.TdClassName
{
border-color: #A603C6;
}
.TagClassName
{
border-color: #A603C6;
}
</style>