Shades of Dark Violet #AC03D1
Tints of Dark Violet #AC03D1
RGB
CMYK
RGB Variations
Color information
#AC03D1 (or 0xAC03D1) is known color: Dark Violet. HEX triplet: AC, 03 and D1. RGB value is (172,3,209). Sum of RGB (Red+Green+Blue) = 172+3+209=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC03D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03D1 is #53FC2E. Grayscale: #4C4C4C. Windows color (decimal): -5504047 or 13697964. OLE color: 13697964.
HSL color Cylindrical-coordinate representation of color #AC03D1: hue angle of 289.22º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03D1 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 3 | 209 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.18 |
| HSL | 289.22º | 0.97% | 0.42% | - |
| HSV(B) | 289.22º | 0.99% | 0.82% | - |
| XYZ | 28.55 | 13.44 | 61.41 | - |
| YUV | 77.02 | 202.49 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 209 | 0.18 | 0.99 | 0 | 0.18 | 289.22 | 0.97 | 0.42 |
| Hex | AC | 3 | D1 | 12 | 63 | 0 | 12 | 121 | 61 | 2A |
| Octal | 254 | 3 | 321 | 22 | 143 | 0 | 22 | 441 | 141 | 52 |
| Binary | 10101100 | 11 | 11010001 | 10010 | 1100011 | 0 | 10010 | 100100001 | 1100001 | 101010 |
Color Harmonies of #AC03D1
Complementary color
Monochromatic Colors of #AC03D1
Black with #AC03D1
Text Example
Text Example
White with #AC03D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03D1; }
p { color: rgb(172,3,209); }
H1.HeaderClassName
{
color: #AC03D1;
}
.AnyTagClassName
{
color: #AC03D1;
}
</style>
background-color css
<style>
a { background-color: #AC03D1; }
a { background-color: rgb(172,3,209); }
div.DivClassName
{
background-color: #AC03D1;
}
.BgClassName
{
background-color: #AC03D1;
}
</style>
border-color css
<style>
span { border-color: #AC03D1; }
span { border-color: rgb(172,3,209); }
td.TdClassName
{
border-color: #AC03D1;
}
.TagClassName
{
border-color: #AC03D1;
}
</style>