Shades of Dark Violet #AC00CB
Tints of Dark Violet #AC00CB
RGB
CMYK
RGB Variations
Color information
#AC00CB (or 0xAC00CB) is known color: Dark Violet. HEX triplet: AC, 00 and CB. RGB value is (172,0,203). Sum of RGB (Red+Green+Blue) = 172+0+203=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC00CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00CB is #53FF34. Grayscale: #494949. Windows color (decimal): -5504821 or 13303980. OLE color: 13303980.
HSL color Cylindrical-coordinate representation of color #AC00CB: hue angle of 290.84º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00CB is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 0 | 203 | - |
| CMYK | 0.15 | 1 | 0 | 0.20 |
| HSL | 290.84º | 1% | 0.4% | - |
| HSV(B) | 290.84º | 1% | 0.8% | - |
| XYZ | 27.79 | 13.08 | 57.56 | - |
| YUV | 74.57 | 200.48 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 203 | 0.15 | 1 | 0 | 0.20 | 290.84 | 1 | 0.4 |
| Hex | AC | 0 | CB | F | 64 | 0 | 14 | 123 | 64 | 28 |
| Octal | 254 | 0 | 313 | 17 | 144 | 0 | 24 | 443 | 144 | 50 |
| Binary | 10101100 | 0 | 11001011 | 1111 | 1100100 | 0 | 10100 | 100100011 | 1100100 | 101000 |
Color Harmonies of #AC00CB
Complementary color
Monochromatic Colors of #AC00CB
Black with #AC00CB
Text Example
Text Example
White with #AC00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00CB; }
p { color: rgb(172,0,203); }
H1.HeaderClassName
{
color: #AC00CB;
}
.AnyTagClassName
{
color: #AC00CB;
}
</style>
background-color css
<style>
a { background-color: #AC00CB; }
a { background-color: rgb(172,0,203); }
div.DivClassName
{
background-color: #AC00CB;
}
.BgClassName
{
background-color: #AC00CB;
}
</style>
border-color css
<style>
span { border-color: #AC00CB; }
span { border-color: rgb(172,0,203); }
td.TdClassName
{
border-color: #AC00CB;
}
.TagClassName
{
border-color: #AC00CB;
}
</style>