Shades of Violet Blue #AC45AB
Tints of Violet Blue #AC45AB
RGB
CMYK
RGB Variations
Color information
#AC45AB (or 0xAC45AB) is known color: Violet Blue. HEX triplet: AC, 45 and AB. RGB value is (172,69,171). Sum of RGB (Red+Green+Blue) = 172+69+171=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC45AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC45AB is #53BA54. Grayscale: #6F6F6F. Windows color (decimal): -5487189 or 11224492. OLE color: 11224492.
HSL color Cylindrical-coordinate representation of color #AC45AB: hue angle of 300.58º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC45AB is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 171 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.33 |
| HSL | 300.58º | 0.43% | 0.47% | - |
| HSV(B) | 300.58º | 0.6% | 0.67% | - |
| XYZ | 26.49 | 15.97 | 40.21 | - |
| YUV | 111.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 171 | 0 | 0.60 | 0.01 | 0.33 | 300.58 | 0.43 | 0.47 |
| Hex | AC | 45 | AB | 0 | 3C | 1 | 21 | 12D | 2B | 2F |
| Octal | 254 | 105 | 253 | 0 | 74 | 1 | 41 | 455 | 53 | 57 |
| Binary | 10101100 | 1000101 | 10101011 | 0 | 111100 | 1 | 100001 | 100101101 | 101011 | 101111 |
Color Harmonies of #AC45AB
Complementary color
Monochromatic Colors of #AC45AB
Black with #AC45AB
Text Example
Text Example
White with #AC45AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC45AB; }
p { color: rgb(172,69,171); }
H1.HeaderClassName
{
color: #AC45AB;
}
.AnyTagClassName
{
color: #AC45AB;
}
</style>
background-color css
<style>
a { background-color: #AC45AB; }
a { background-color: rgb(172,69,171); }
div.DivClassName
{
background-color: #AC45AB;
}
.BgClassName
{
background-color: #AC45AB;
}
</style>
border-color css
<style>
span { border-color: #AC45AB; }
span { border-color: rgb(172,69,171); }
td.TdClassName
{
border-color: #AC45AB;
}
.TagClassName
{
border-color: #AC45AB;
}
</style>