Shades of Dark Violet #A601CC
Tints of Dark Violet #A601CC
RGB
CMYK
RGB Variations
Color information
#A601CC (or 0xA601CC) is known color: Dark Violet. HEX triplet: A6, 01 and CC. RGB value is (166,1,204). Sum of RGB (Red+Green+Blue) = 166+1+204=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #A601CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601CC is #59FE33. Grayscale: #484848. Windows color (decimal): -5897780 or 13369766. OLE color: 13369766.
HSL color Cylindrical-coordinate representation of color #A601CC: hue angle of 288.77º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A601CC is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 1 | 204 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.2 |
| HSL | 288.77º | 0.99% | 0.4% | - |
| HSV(B) | 288.77º | 1% | 0.8% | - |
| XYZ | 26.64 | 12.49 | 58.13 | - |
| YUV | 73.48 | 201.66 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 204 | 0.19 | 1.00 | 0 | 0.2 | 288.77 | 0.99 | 0.4 |
| Hex | A6 | 1 | CC | 13 | 64 | 0 | 14 | 121 | 63 | 28 |
| Octal | 246 | 1 | 314 | 23 | 144 | 0 | 24 | 441 | 143 | 50 |
| Binary | 10100110 | 1 | 11001100 | 10011 | 1100100 | 0 | 10100 | 100100001 | 1100011 | 101000 |
Color Harmonies of #A601CC
Complementary color
Monochromatic Colors of #A601CC
Black with #A601CC
Text Example
Text Example
White with #A601CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A601CC; }
p { color: rgb(166,1,204); }
H1.HeaderClassName
{
color: #A601CC;
}
.AnyTagClassName
{
color: #A601CC;
}
</style>
background-color css
<style>
a { background-color: #A601CC; }
a { background-color: rgb(166,1,204); }
div.DivClassName
{
background-color: #A601CC;
}
.BgClassName
{
background-color: #A601CC;
}
</style>
border-color css
<style>
span { border-color: #A601CC; }
span { border-color: rgb(166,1,204); }
td.TdClassName
{
border-color: #A601CC;
}
.TagClassName
{
border-color: #A601CC;
}
</style>