Shades of Dark Violet #AC03CF
Tints of Dark Violet #AC03CF
RGB
CMYK
RGB Variations
Color information
#AC03CF (or 0xAC03CF) is known color: Dark Violet. HEX triplet: AC, 03 and CF. RGB value is (172,3,207). Sum of RGB (Red+Green+Blue) = 172+3+207=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC03CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03CF is #53FC30. Grayscale: #4C4C4C. Windows color (decimal): -5504049 or 13566892. OLE color: 13566892.
HSL color Cylindrical-coordinate representation of color #AC03CF: hue angle of 289.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03CF is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 3 | 207 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.19 |
| HSL | 289.71º | 0.97% | 0.41% | - |
| HSV(B) | 289.71º | 0.99% | 0.81% | - |
| XYZ | 28.31 | 13.34 | 60.11 | - |
| YUV | 76.79 | 201.49 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 207 | 0.17 | 0.99 | 0 | 0.19 | 289.71 | 0.97 | 0.41 |
| Hex | AC | 3 | CF | 11 | 63 | 0 | 13 | 122 | 61 | 29 |
| Octal | 254 | 3 | 317 | 21 | 143 | 0 | 23 | 442 | 141 | 51 |
| Binary | 10101100 | 11 | 11001111 | 10001 | 1100011 | 0 | 10011 | 100100010 | 1100001 | 101001 |
Color Harmonies of #AC03CF
Complementary color
Monochromatic Colors of #AC03CF
Black with #AC03CF
Text Example
Text Example
White with #AC03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03CF; }
p { color: rgb(172,3,207); }
H1.HeaderClassName
{
color: #AC03CF;
}
.AnyTagClassName
{
color: #AC03CF;
}
</style>
background-color css
<style>
a { background-color: #AC03CF; }
a { background-color: rgb(172,3,207); }
div.DivClassName
{
background-color: #AC03CF;
}
.BgClassName
{
background-color: #AC03CF;
}
</style>
border-color css
<style>
span { border-color: #AC03CF; }
span { border-color: rgb(172,3,207); }
td.TdClassName
{
border-color: #AC03CF;
}
.TagClassName
{
border-color: #AC03CF;
}
</style>