Shades of Dark Violet #AC09CB
Tints of Dark Violet #AC09CB
RGB
CMYK
RGB Variations
Color information
#AC09CB (or 0xAC09CB) is known color: Dark Violet. HEX triplet: AC, 09 and CB. RGB value is (172,9,203). Sum of RGB (Red+Green+Blue) = 172+9+203=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC09CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC09CB is #53F634. Grayscale: #4F4F4F. Windows color (decimal): -5502517 or 13306284. OLE color: 13306284.
HSL color Cylindrical-coordinate representation of color #AC09CB: hue angle of 290.41º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC09CB is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 9 | 203 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.20 |
| HSL | 290.41º | 0.92% | 0.42% | - |
| HSV(B) | 290.41º | 0.96% | 0.8% | - |
| XYZ | 27.89 | 13.28 | 57.59 | - |
| YUV | 79.85 | 197.5 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 203 | 0.15 | 0.96 | 0 | 0.20 | 290.41 | 0.92 | 0.42 |
| Hex | AC | 9 | CB | F | 60 | 0 | 14 | 122 | 5C | 2A |
| Octal | 254 | 11 | 313 | 17 | 140 | 0 | 24 | 442 | 134 | 52 |
| Binary | 10101100 | 1001 | 11001011 | 1111 | 1100000 | 0 | 10100 | 100100010 | 1011100 | 101010 |
Color Harmonies of #AC09CB
Complementary color
Monochromatic Colors of #AC09CB
Black with #AC09CB
Text Example
Text Example
White with #AC09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC09CB; }
p { color: rgb(172,9,203); }
H1.HeaderClassName
{
color: #AC09CB;
}
.AnyTagClassName
{
color: #AC09CB;
}
</style>
background-color css
<style>
a { background-color: #AC09CB; }
a { background-color: rgb(172,9,203); }
div.DivClassName
{
background-color: #AC09CB;
}
.BgClassName
{
background-color: #AC09CB;
}
</style>
border-color css
<style>
span { border-color: #AC09CB; }
span { border-color: rgb(172,9,203); }
td.TdClassName
{
border-color: #AC09CB;
}
.TagClassName
{
border-color: #AC09CB;
}
</style>