Shades of Dark Violet #A601C2
Tints of Dark Violet #A601C2
RGB
CMYK
RGB Variations
Color information
#A601C2 (or 0xA601C2) is known color: Dark Violet. HEX triplet: A6, 01 and C2. RGB value is (166,1,194). Sum of RGB (Red+Green+Blue) = 166+1+194=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 194 (76.17% from 255 or 53.74% from 361); Max value from RGB is 194 - color contains mainly: blue. Hex color #A601C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601C2 is #59FE3D. Grayscale: #474747. Windows color (decimal): -5897790 or 12714406. OLE color: 12714406.
HSL color Cylindrical-coordinate representation of color #A601C2: hue angle of 291.3º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A601C2 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 1 | 194 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.24 |
| HSL | 291.3º | 0.99% | 0.38% | - |
| HSV(B) | 291.3º | 0.99% | 0.76% | - |
| XYZ | 25.47 | 12.02 | 52.02 | - |
| YUV | 72.34 | 196.66 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 194 | 0.14 | 0.99 | 0 | 0.24 | 291.3 | 0.99 | 0.38 |
| Hex | A6 | 1 | C2 | E | 63 | 0 | 18 | 123 | 63 | 26 |
| Octal | 246 | 1 | 302 | 16 | 143 | 0 | 30 | 443 | 143 | 46 |
| Binary | 10100110 | 1 | 11000010 | 1110 | 1100011 | 0 | 11000 | 100100011 | 1100011 | 100110 |
Color Harmonies of #A601C2
Complementary color
Monochromatic Colors of #A601C2
Black with #A601C2
Text Example
Text Example
White with #A601C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A601C2; }
p { color: rgb(166,1,194); }
H1.HeaderClassName
{
color: #A601C2;
}
.AnyTagClassName
{
color: #A601C2;
}
</style>
background-color css
<style>
a { background-color: #A601C2; }
a { background-color: rgb(166,1,194); }
div.DivClassName
{
background-color: #A601C2;
}
.BgClassName
{
background-color: #A601C2;
}
</style>
border-color css
<style>
span { border-color: #A601C2; }
span { border-color: rgb(166,1,194); }
td.TdClassName
{
border-color: #A601C2;
}
.TagClassName
{
border-color: #A601C2;
}
</style>