Shades of Dark Violet #A600C5
Tints of Dark Violet #A600C5
RGB
CMYK
RGB Variations
Color information
#A600C5 (or 0xA600C5) is known color: Dark Violet. HEX triplet: A6, 00 and C5. RGB value is (166,0,197). Sum of RGB (Red+Green+Blue) = 166+0+197=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #A600C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600C5 is #59FF3A. Grayscale: #474747. Windows color (decimal): -5898043 or 12910758. OLE color: 12910758.
HSL color Cylindrical-coordinate representation of color #A600C5: hue angle of 290.56º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600C5 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 0 | 197 | - |
| CMYK | 0.16 | 1 | 0 | 0.23 |
| HSL | 290.56º | 1% | 0.39% | - |
| HSV(B) | 290.56º | 1% | 0.77% | - |
| XYZ | 25.8 | 12.14 | 53.81 | - |
| YUV | 72.09 | 198.5 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 197 | 0.16 | 1 | 0 | 0.23 | 290.56 | 1 | 0.39 |
| Hex | A6 | 0 | C5 | 10 | 64 | 0 | 17 | 123 | 64 | 27 |
| Octal | 246 | 0 | 305 | 20 | 144 | 0 | 27 | 443 | 144 | 47 |
| Binary | 10100110 | 0 | 11000101 | 10000 | 1100100 | 0 | 10111 | 100100011 | 1100100 | 100111 |
Color Harmonies of #A600C5
Complementary color
Monochromatic Colors of #A600C5
Black with #A600C5
Text Example
Text Example
White with #A600C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600C5; }
p { color: rgb(166,0,197); }
H1.HeaderClassName
{
color: #A600C5;
}
.AnyTagClassName
{
color: #A600C5;
}
</style>
background-color css
<style>
a { background-color: #A600C5; }
a { background-color: rgb(166,0,197); }
div.DivClassName
{
background-color: #A600C5;
}
.BgClassName
{
background-color: #A600C5;
}
</style>
border-color css
<style>
span { border-color: #A600C5; }
span { border-color: rgb(166,0,197); }
td.TdClassName
{
border-color: #A600C5;
}
.TagClassName
{
border-color: #A600C5;
}
</style>