Shades of Violet Blue #AC50AB
Tints of Violet Blue #AC50AB
RGB
CMYK
RGB Variations
Color information
#AC50AB (or 0xAC50AB) is known color: Violet Blue. HEX triplet: AC, 50 and AB. RGB value is (172,80,171). Sum of RGB (Red+Green+Blue) = 172+80+171=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC50AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC50AB is #53AF54. Grayscale: #757575. Windows color (decimal): -5484373 or 11227308. OLE color: 11227308.
HSL color Cylindrical-coordinate representation of color #AC50AB: hue angle of 300.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC50AB is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 171 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.33 |
| HSL | 300.65º | 0.37% | 0.49% | - |
| HSV(B) | 300.65º | 0.53% | 0.67% | - |
| XYZ | 27.23 | 17.45 | 40.46 | - |
| YUV | 117.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 171 | 0 | 0.53 | 0.01 | 0.33 | 300.65 | 0.37 | 0.49 |
| Hex | AC | 50 | AB | 0 | 35 | 1 | 21 | 12D | 25 | 31 |
| Octal | 254 | 120 | 253 | 0 | 65 | 1 | 41 | 455 | 45 | 61 |
| Binary | 10101100 | 1010000 | 10101011 | 0 | 110101 | 1 | 100001 | 100101101 | 100101 | 110001 |
Color Harmonies of #AC50AB
Complementary color
Monochromatic Colors of #AC50AB
Black with #AC50AB
Text Example
Text Example
White with #AC50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50AB; }
p { color: rgb(172,80,171); }
H1.HeaderClassName
{
color: #AC50AB;
}
.AnyTagClassName
{
color: #AC50AB;
}
</style>
background-color css
<style>
a { background-color: #AC50AB; }
a { background-color: rgb(172,80,171); }
div.DivClassName
{
background-color: #AC50AB;
}
.BgClassName
{
background-color: #AC50AB;
}
</style>
border-color css
<style>
span { border-color: #AC50AB; }
span { border-color: rgb(172,80,171); }
td.TdClassName
{
border-color: #AC50AB;
}
.TagClassName
{
border-color: #AC50AB;
}
</style>