Shades of Dark Violet #AC0CCB
Tints of Dark Violet #AC0CCB
RGB
CMYK
RGB Variations
Color information
#AC0CCB (or 0xAC0CCB) is known color: Dark Violet. HEX triplet: AC, 0C and CB. RGB value is (172,12,203). Sum of RGB (Red+Green+Blue) = 172+12+203=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC0CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CCB is #53F334. Grayscale: #515151. Windows color (decimal): -5501749 or 13307052. OLE color: 13307052.
HSL color Cylindrical-coordinate representation of color #AC0CCB: hue angle of 290.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0CCB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 12 | 203 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.20 |
| HSL | 290.26º | 0.89% | 0.42% | - |
| HSV(B) | 290.26º | 0.94% | 0.8% | - |
| XYZ | 27.92 | 13.35 | 57.6 | - |
| YUV | 81.61 | 196.51 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 203 | 0.15 | 0.94 | 0 | 0.20 | 290.26 | 0.89 | 0.42 |
| Hex | AC | C | CB | F | 5E | 0 | 14 | 122 | 59 | 2A |
| Octal | 254 | 14 | 313 | 17 | 136 | 0 | 24 | 442 | 131 | 52 |
| Binary | 10101100 | 1100 | 11001011 | 1111 | 1011110 | 0 | 10100 | 100100010 | 1011001 | 101010 |
Color Harmonies of #AC0CCB
Complementary color
Monochromatic Colors of #AC0CCB
Black with #AC0CCB
Text Example
Text Example
White with #AC0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CCB; }
p { color: rgb(172,12,203); }
H1.HeaderClassName
{
color: #AC0CCB;
}
.AnyTagClassName
{
color: #AC0CCB;
}
</style>
background-color css
<style>
a { background-color: #AC0CCB; }
a { background-color: rgb(172,12,203); }
div.DivClassName
{
background-color: #AC0CCB;
}
.BgClassName
{
background-color: #AC0CCB;
}
</style>
border-color css
<style>
span { border-color: #AC0CCB; }
span { border-color: rgb(172,12,203); }
td.TdClassName
{
border-color: #AC0CCB;
}
.TagClassName
{
border-color: #AC0CCB;
}
</style>