Shades of Dark Violet #AC08C6
Tints of Dark Violet #AC08C6
RGB
CMYK
RGB Variations
Color information
#AC08C6 (or 0xAC08C6) is known color: Dark Violet. HEX triplet: AC, 08 and C6. RGB value is (172,8,198). Sum of RGB (Red+Green+Blue) = 172+8+198=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC08C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08C6 is #53F739. Grayscale: #4E4E4E. Windows color (decimal): -5502778 or 12978348. OLE color: 12978348.
HSL color Cylindrical-coordinate representation of color #AC08C6: hue angle of 291.79º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC08C6 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 8 | 198 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.22 |
| HSL | 291.79º | 0.92% | 0.4% | - |
| HSV(B) | 291.79º | 0.96% | 0.78% | - |
| XYZ | 27.29 | 13.02 | 54.5 | - |
| YUV | 78.7 | 195.33 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 198 | 0.13 | 0.96 | 0 | 0.22 | 291.79 | 0.92 | 0.4 |
| Hex | AC | 8 | C6 | D | 60 | 0 | 16 | 124 | 5C | 28 |
| Octal | 254 | 10 | 306 | 15 | 140 | 0 | 26 | 444 | 134 | 50 |
| Binary | 10101100 | 1000 | 11000110 | 1101 | 1100000 | 0 | 10110 | 100100100 | 1011100 | 101000 |
Color Harmonies of #AC08C6
Complementary color
Monochromatic Colors of #AC08C6
Black with #AC08C6
Text Example
Text Example
White with #AC08C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC08C6; }
p { color: rgb(172,8,198); }
H1.HeaderClassName
{
color: #AC08C6;
}
.AnyTagClassName
{
color: #AC08C6;
}
</style>
background-color css
<style>
a { background-color: #AC08C6; }
a { background-color: rgb(172,8,198); }
div.DivClassName
{
background-color: #AC08C6;
}
.BgClassName
{
background-color: #AC08C6;
}
</style>
border-color css
<style>
span { border-color: #AC08C6; }
span { border-color: rgb(172,8,198); }
td.TdClassName
{
border-color: #AC08C6;
}
.TagClassName
{
border-color: #AC08C6;
}
</style>