Shades of Violet Blue #AC68AD
Tints of Violet Blue #AC68AD
RGB
CMYK
RGB Variations
Color information
#AC68AD (or 0xAC68AD) is known color: Violet Blue. HEX triplet: AC, 68 and AD. RGB value is (172,104,173). Sum of RGB (Red+Green+Blue) = 172+104+173=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC68AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC68AD is #539752. Grayscale: #838383. Windows color (decimal): -5478227 or 11364524. OLE color: 11364524.
HSL color Cylindrical-coordinate representation of color #AC68AD: hue angle of 299.13º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC68AD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 104 | 173 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.32 |
| HSL | 299.13º | 0.3% | 0.54% | - |
| HSV(B) | 299.13º | 0.4% | 0.68% | - |
| XYZ | 29.51 | 21.69 | 42.17 | - |
| YUV | 132.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 173 | 0.01 | 0.40 | 0 | 0.32 | 299.13 | 0.3 | 0.54 |
| Hex | AC | 68 | AD | 1 | 28 | 0 | 20 | 12B | 1E | 36 |
| Octal | 254 | 150 | 255 | 1 | 50 | 0 | 40 | 453 | 36 | 66 |
| Binary | 10101100 | 1101000 | 10101101 | 1 | 101000 | 0 | 100000 | 100101011 | 11110 | 110110 |
Color Harmonies of #AC68AD
Complementary color
Monochromatic Colors of #AC68AD
Black with #AC68AD
Text Example
Text Example
White with #AC68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68AD; }
p { color: rgb(172,104,173); }
H1.HeaderClassName
{
color: #AC68AD;
}
.AnyTagClassName
{
color: #AC68AD;
}
</style>
background-color css
<style>
a { background-color: #AC68AD; }
a { background-color: rgb(172,104,173); }
div.DivClassName
{
background-color: #AC68AD;
}
.BgClassName
{
background-color: #AC68AD;
}
</style>
border-color css
<style>
span { border-color: #AC68AD; }
span { border-color: rgb(172,104,173); }
td.TdClassName
{
border-color: #AC68AD;
}
.TagClassName
{
border-color: #AC68AD;
}
</style>