Shades of Violet Blue #AC68A9
Tints of Violet Blue #AC68A9
RGB
CMYK
RGB Variations
Color information
#AC68A9 (or 0xAC68A9) is known color: Violet Blue. HEX triplet: AC, 68 and A9. RGB value is (172,104,169). Sum of RGB (Red+Green+Blue) = 172+104+169=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC68A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC68A9 is #539756. Grayscale: #838383. Windows color (decimal): -5478231 or 11102380. OLE color: 11102380.
HSL color Cylindrical-coordinate representation of color #AC68A9: hue angle of 302.65º 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 #AC68A9 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 169 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.33 |
| HSL | 302.65º | 0.29% | 0.54% | - |
| HSV(B) | 302.65º | 0.4% | 0.67% | - |
| XYZ | 29.13 | 21.54 | 40.16 | - |
| YUV | 131.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 169 | 0 | 0.40 | 0.02 | 0.33 | 302.65 | 0.29 | 0.54 |
| Hex | AC | 68 | A9 | 0 | 28 | 2 | 21 | 12F | 1D | 36 |
| Octal | 254 | 150 | 251 | 0 | 50 | 2 | 41 | 457 | 35 | 66 |
| Binary | 10101100 | 1101000 | 10101001 | 0 | 101000 | 10 | 100001 | 100101111 | 11101 | 110110 |
Color Harmonies of #AC68A9
Complementary color
Monochromatic Colors of #AC68A9
Black with #AC68A9
Text Example
Text Example
White with #AC68A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68A9; }
p { color: rgb(172,104,169); }
H1.HeaderClassName
{
color: #AC68A9;
}
.AnyTagClassName
{
color: #AC68A9;
}
</style>
background-color css
<style>
a { background-color: #AC68A9; }
a { background-color: rgb(172,104,169); }
div.DivClassName
{
background-color: #AC68A9;
}
.BgClassName
{
background-color: #AC68A9;
}
</style>
border-color css
<style>
span { border-color: #AC68A9; }
span { border-color: rgb(172,104,169); }
td.TdClassName
{
border-color: #AC68A9;
}
.TagClassName
{
border-color: #AC68A9;
}
</style>