Shades of Violet Blue #AC68AC
Tints of Violet Blue #AC68AC
RGB
CMYK
RGB Variations
Color information
#AC68AC (or 0xAC68AC) is known color: Violet Blue. HEX triplet: AC, 68 and AC. RGB value is (172,104,172). Sum of RGB (Red+Green+Blue) = 172+104+172=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC68AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC68AC is #539753. Grayscale: #838383. Windows color (decimal): -5478228 or 11298988. OLE color: 11298988.
HSL color Cylindrical-coordinate representation of color #AC68AC: hue angle of 300º 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 #AC68AC is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 172 | - |
| CMYK | 0 | 0.40 | 0 | 0.33 |
| HSL | 300º | 0.29% | 0.54% | - |
| HSV(B) | 300º | 0.4% | 0.67% | - |
| XYZ | 29.41 | 21.65 | 41.66 | - |
| YUV | 132.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 172 | 0 | 0.40 | 0 | 0.33 | 300 | 0.29 | 0.54 |
| Hex | AC | 68 | AC | 0 | 28 | 0 | 21 | 12C | 1D | 36 |
| Octal | 254 | 150 | 254 | 0 | 50 | 0 | 41 | 454 | 35 | 66 |
| Binary | 10101100 | 1101000 | 10101100 | 0 | 101000 | 0 | 100001 | 100101100 | 11101 | 110110 |
Color Harmonies of #AC68AC
Complementary color
Monochromatic Colors of #AC68AC
Black with #AC68AC
Text Example
Text Example
White with #AC68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68AC; }
p { color: rgb(172,104,172); }
H1.HeaderClassName
{
color: #AC68AC;
}
.AnyTagClassName
{
color: #AC68AC;
}
</style>
background-color css
<style>
a { background-color: #AC68AC; }
a { background-color: rgb(172,104,172); }
div.DivClassName
{
background-color: #AC68AC;
}
.BgClassName
{
background-color: #AC68AC;
}
</style>
border-color css
<style>
span { border-color: #AC68AC; }
span { border-color: rgb(172,104,172); }
td.TdClassName
{
border-color: #AC68AC;
}
.TagClassName
{
border-color: #AC68AC;
}
</style>