Shades of Dark Violet #AC05CB
Tints of Dark Violet #AC05CB
RGB
CMYK
RGB Variations
Color information
#AC05CB (or 0xAC05CB) is known color: Dark Violet. HEX triplet: AC, 05 and CB. RGB value is (172,5,203). Sum of RGB (Red+Green+Blue) = 172+5+203=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC05CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05CB is #53FA34. Grayscale: #4C4C4C. Windows color (decimal): -5503541 or 13305260. OLE color: 13305260.
HSL color Cylindrical-coordinate representation of color #AC05CB: hue angle of 290.61º degrees, saturation: 0.95, 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 #AC05CB is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 5 | 203 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.20 |
| HSL | 290.61º | 0.95% | 0.41% | - |
| HSV(B) | 290.61º | 0.98% | 0.8% | - |
| XYZ | 27.85 | 13.19 | 57.58 | - |
| YUV | 77.51 | 198.83 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 203 | 0.15 | 0.98 | 0 | 0.20 | 290.61 | 0.95 | 0.41 |
| Hex | AC | 5 | CB | F | 62 | 0 | 14 | 123 | 5F | 29 |
| Octal | 254 | 5 | 313 | 17 | 142 | 0 | 24 | 443 | 137 | 51 |
| Binary | 10101100 | 101 | 11001011 | 1111 | 1100010 | 0 | 10100 | 100100011 | 1011111 | 101001 |
Color Harmonies of #AC05CB
Complementary color
Monochromatic Colors of #AC05CB
Black with #AC05CB
Text Example
Text Example
White with #AC05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05CB; }
p { color: rgb(172,5,203); }
H1.HeaderClassName
{
color: #AC05CB;
}
.AnyTagClassName
{
color: #AC05CB;
}
</style>
background-color css
<style>
a { background-color: #AC05CB; }
a { background-color: rgb(172,5,203); }
div.DivClassName
{
background-color: #AC05CB;
}
.BgClassName
{
background-color: #AC05CB;
}
</style>
border-color css
<style>
span { border-color: #AC05CB; }
span { border-color: rgb(172,5,203); }
td.TdClassName
{
border-color: #AC05CB;
}
.TagClassName
{
border-color: #AC05CB;
}
</style>