Shades of Dark Violet #AC04CF
Tints of Dark Violet #AC04CF
RGB
CMYK
RGB Variations
Color information
#AC04CF (or 0xAC04CF) is known color: Dark Violet. HEX triplet: AC, 04 and CF. RGB value is (172,4,207). Sum of RGB (Red+Green+Blue) = 172+4+207=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC04CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04CF is #53FB30. Grayscale: #4C4C4C. Windows color (decimal): -5503793 or 13567148. OLE color: 13567148.
HSL color Cylindrical-coordinate representation of color #AC04CF: hue angle of 289.66º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04CF is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 4 | 207 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.19 |
| HSL | 289.66º | 0.96% | 0.41% | - |
| HSV(B) | 289.66º | 0.98% | 0.81% | - |
| XYZ | 28.32 | 13.36 | 60.12 | - |
| YUV | 77.37 | 201.16 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 207 | 0.17 | 0.98 | 0 | 0.19 | 289.66 | 0.96 | 0.41 |
| Hex | AC | 4 | CF | 11 | 62 | 0 | 13 | 122 | 60 | 29 |
| Octal | 254 | 4 | 317 | 21 | 142 | 0 | 23 | 442 | 140 | 51 |
| Binary | 10101100 | 100 | 11001111 | 10001 | 1100010 | 0 | 10011 | 100100010 | 1100000 | 101001 |
Color Harmonies of #AC04CF
Complementary color
Monochromatic Colors of #AC04CF
Black with #AC04CF
Text Example
Text Example
White with #AC04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC04CF; }
p { color: rgb(172,4,207); }
H1.HeaderClassName
{
color: #AC04CF;
}
.AnyTagClassName
{
color: #AC04CF;
}
</style>
background-color css
<style>
a { background-color: #AC04CF; }
a { background-color: rgb(172,4,207); }
div.DivClassName
{
background-color: #AC04CF;
}
.BgClassName
{
background-color: #AC04CF;
}
</style>
border-color css
<style>
span { border-color: #AC04CF; }
span { border-color: rgb(172,4,207); }
td.TdClassName
{
border-color: #AC04CF;
}
.TagClassName
{
border-color: #AC04CF;
}
</style>