Shades of Dark Violet #AC04CB
Tints of Dark Violet #AC04CB
RGB
CMYK
RGB Variations
Color information
#AC04CB (or 0xAC04CB) is known color: Dark Violet. HEX triplet: AC, 04 and CB. RGB value is (172,4,203). Sum of RGB (Red+Green+Blue) = 172+4+203=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC04CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04CB is #53FB34. Grayscale: #4C4C4C. Windows color (decimal): -5503797 or 13305004. OLE color: 13305004.
HSL color Cylindrical-coordinate representation of color #AC04CB: hue angle of 290.65º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04CB is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 4 | 203 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.20 |
| HSL | 290.65º | 0.96% | 0.41% | - |
| HSV(B) | 290.65º | 0.98% | 0.8% | - |
| XYZ | 27.84 | 13.17 | 57.57 | - |
| YUV | 76.92 | 199.16 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 203 | 0.15 | 0.98 | 0 | 0.20 | 290.65 | 0.96 | 0.41 |
| Hex | AC | 4 | CB | F | 62 | 0 | 14 | 123 | 60 | 29 |
| Octal | 254 | 4 | 313 | 17 | 142 | 0 | 24 | 443 | 140 | 51 |
| Binary | 10101100 | 100 | 11001011 | 1111 | 1100010 | 0 | 10100 | 100100011 | 1100000 | 101001 |
Color Harmonies of #AC04CB
Complementary color
Monochromatic Colors of #AC04CB
Black with #AC04CB
Text Example
Text Example
White with #AC04CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC04CB; }
p { color: rgb(172,4,203); }
H1.HeaderClassName
{
color: #AC04CB;
}
.AnyTagClassName
{
color: #AC04CB;
}
</style>
background-color css
<style>
a { background-color: #AC04CB; }
a { background-color: rgb(172,4,203); }
div.DivClassName
{
background-color: #AC04CB;
}
.BgClassName
{
background-color: #AC04CB;
}
</style>
border-color css
<style>
span { border-color: #AC04CB; }
span { border-color: rgb(172,4,203); }
td.TdClassName
{
border-color: #AC04CB;
}
.TagClassName
{
border-color: #AC04CB;
}
</style>