Shades of Violet Blue #AC68AB
Tints of Violet Blue #AC68AB
RGB
CMYK
RGB Variations
Color information
#AC68AB (or 0xAC68AB) is known color: Violet Blue. HEX triplet: AC, 68 and AB. RGB value is (172,104,171). Sum of RGB (Red+Green+Blue) = 172+104+171=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC68AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC68AB is #539754. Grayscale: #838383. Windows color (decimal): -5478229 or 11233452. OLE color: 11233452.
HSL color Cylindrical-coordinate representation of color #AC68AB: hue angle of 300.88º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC68AB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 171 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.33 |
| HSL | 300.88º | 0.29% | 0.54% | - |
| HSV(B) | 300.88º | 0.4% | 0.67% | - |
| XYZ | 29.31 | 21.61 | 41.15 | - |
| YUV | 131.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 171 | 0 | 0.40 | 0.01 | 0.33 | 300.88 | 0.29 | 0.54 |
| Hex | AC | 68 | AB | 0 | 28 | 1 | 21 | 12D | 1D | 36 |
| Octal | 254 | 150 | 253 | 0 | 50 | 1 | 41 | 455 | 35 | 66 |
| Binary | 10101100 | 1101000 | 10101011 | 0 | 101000 | 1 | 100001 | 100101101 | 11101 | 110110 |
Color Harmonies of #AC68AB
Complementary color
Monochromatic Colors of #AC68AB
Black with #AC68AB
Text Example
Text Example
White with #AC68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68AB; }
p { color: rgb(172,104,171); }
H1.HeaderClassName
{
color: #AC68AB;
}
.AnyTagClassName
{
color: #AC68AB;
}
</style>
background-color css
<style>
a { background-color: #AC68AB; }
a { background-color: rgb(172,104,171); }
div.DivClassName
{
background-color: #AC68AB;
}
.BgClassName
{
background-color: #AC68AB;
}
</style>
border-color css
<style>
span { border-color: #AC68AB; }
span { border-color: rgb(172,104,171); }
td.TdClassName
{
border-color: #AC68AB;
}
.TagClassName
{
border-color: #AC68AB;
}
</style>