Shades of Dark Violet #AC01D0
Tints of Dark Violet #AC01D0
RGB
CMYK
RGB Variations
Color information
#AC01D0 (or 0xAC01D0) is known color: Dark Violet. HEX triplet: AC, 01 and D0. RGB value is (172,1,208). Sum of RGB (Red+Green+Blue) = 172+1+208=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC01D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01D0 is #53FE2F. Grayscale: #4B4B4B. Windows color (decimal): -5504560 or 13631916. OLE color: 13631916.
HSL color Cylindrical-coordinate representation of color #AC01D0: hue angle of 289.57º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01D0 is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 1 | 208 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.18 |
| HSL | 289.57º | 0.99% | 0.41% | - |
| HSV(B) | 289.57º | 1% | 0.82% | - |
| XYZ | 28.41 | 13.35 | 60.75 | - |
| YUV | 75.73 | 202.65 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 208 | 0.17 | 1.00 | 0 | 0.18 | 289.57 | 0.99 | 0.41 |
| Hex | AC | 1 | D0 | 11 | 64 | 0 | 12 | 122 | 63 | 29 |
| Octal | 254 | 1 | 320 | 21 | 144 | 0 | 22 | 442 | 143 | 51 |
| Binary | 10101100 | 1 | 11010000 | 10001 | 1100100 | 0 | 10010 | 100100010 | 1100011 | 101001 |
Color Harmonies of #AC01D0
Complementary color
Monochromatic Colors of #AC01D0
Black with #AC01D0
Text Example
Text Example
White with #AC01D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01D0; }
p { color: rgb(172,1,208); }
H1.HeaderClassName
{
color: #AC01D0;
}
.AnyTagClassName
{
color: #AC01D0;
}
</style>
background-color css
<style>
a { background-color: #AC01D0; }
a { background-color: rgb(172,1,208); }
div.DivClassName
{
background-color: #AC01D0;
}
.BgClassName
{
background-color: #AC01D0;
}
</style>
border-color css
<style>
span { border-color: #AC01D0; }
span { border-color: rgb(172,1,208); }
td.TdClassName
{
border-color: #AC01D0;
}
.TagClassName
{
border-color: #AC01D0;
}
</style>