Shades of Dark Violet #AC03DF
Tints of Dark Violet #AC03DF
RGB
CMYK
RGB Variations
Color information
#AC03DF (or 0xAC03DF) is known color: Dark Violet. HEX triplet: AC, 03 and DF. RGB value is (172,3,223). Sum of RGB (Red+Green+Blue) = 172+3+223=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC03DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03DF is #53FC20. Grayscale: #4D4D4D. Windows color (decimal): -5504033 or 14615468. OLE color: 14615468.
HSL color Cylindrical-coordinate representation of color #AC03DF: hue angle of 286.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03DF is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 3 | 223 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.13 |
| HSL | 286.09º | 0.97% | 0.44% | - |
| HSV(B) | 286.09º | 0.99% | 0.87% | - |
| XYZ | 30.37 | 14.16 | 70.95 | - |
| YUV | 78.61 | 209.49 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 223 | 0.23 | 0.99 | 0 | 0.13 | 286.09 | 0.97 | 0.44 |
| Hex | AC | 3 | DF | 17 | 63 | 0 | D | 11E | 61 | 2C |
| Octal | 254 | 3 | 337 | 27 | 143 | 0 | 15 | 436 | 141 | 54 |
| Binary | 10101100 | 11 | 11011111 | 10111 | 1100011 | 0 | 1101 | 100011110 | 1100001 | 101100 |
Color Harmonies of #AC03DF
Complementary color
Monochromatic Colors of #AC03DF
Black with #AC03DF
Text Example
Text Example
White with #AC03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03DF; }
p { color: rgb(172,3,223); }
H1.HeaderClassName
{
color: #AC03DF;
}
.AnyTagClassName
{
color: #AC03DF;
}
</style>
background-color css
<style>
a { background-color: #AC03DF; }
a { background-color: rgb(172,3,223); }
div.DivClassName
{
background-color: #AC03DF;
}
.BgClassName
{
background-color: #AC03DF;
}
</style>
border-color css
<style>
span { border-color: #AC03DF; }
span { border-color: rgb(172,3,223); }
td.TdClassName
{
border-color: #AC03DF;
}
.TagClassName
{
border-color: #AC03DF;
}
</style>