Shades of Dark Violet #AC0ECB
Tints of Dark Violet #AC0ECB
RGB
CMYK
RGB Variations
Color information
#AC0ECB (or 0xAC0ECB) is known color: Dark Violet. HEX triplet: AC, 0E and CB. RGB value is (172,14,203). Sum of RGB (Red+Green+Blue) = 172+14+203=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC0ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ECB is #53F134. Grayscale: #525252. Windows color (decimal): -5501237 or 13307564. OLE color: 13307564.
HSL color Cylindrical-coordinate representation of color #AC0ECB: hue angle of 290.16º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0ECB is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 14 | 203 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.20 |
| HSL | 290.16º | 0.87% | 0.43% | - |
| HSV(B) | 290.16º | 0.93% | 0.8% | - |
| XYZ | 27.95 | 13.4 | 57.61 | - |
| YUV | 82.79 | 195.85 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 203 | 0.15 | 0.93 | 0 | 0.20 | 290.16 | 0.87 | 0.43 |
| Hex | AC | E | CB | F | 5D | 0 | 14 | 122 | 57 | 2B |
| Octal | 254 | 16 | 313 | 17 | 135 | 0 | 24 | 442 | 127 | 53 |
| Binary | 10101100 | 1110 | 11001011 | 1111 | 1011101 | 0 | 10100 | 100100010 | 1010111 | 101011 |
Color Harmonies of #AC0ECB
Complementary color
Monochromatic Colors of #AC0ECB
Black with #AC0ECB
Text Example
Text Example
White with #AC0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0ECB; }
p { color: rgb(172,14,203); }
H1.HeaderClassName
{
color: #AC0ECB;
}
.AnyTagClassName
{
color: #AC0ECB;
}
</style>
background-color css
<style>
a { background-color: #AC0ECB; }
a { background-color: rgb(172,14,203); }
div.DivClassName
{
background-color: #AC0ECB;
}
.BgClassName
{
background-color: #AC0ECB;
}
</style>
border-color css
<style>
span { border-color: #AC0ECB; }
span { border-color: rgb(172,14,203); }
td.TdClassName
{
border-color: #AC0ECB;
}
.TagClassName
{
border-color: #AC0ECB;
}
</style>