Shades of Violet Blue #AC689B
Tints of Violet Blue #AC689B
RGB
CMYK
RGB Variations
Color information
#AC689B (or 0xAC689B) is known color: Violet Blue. HEX triplet: AC, 68 and 9B. RGB value is (172,104,155). Sum of RGB (Red+Green+Blue) = 172+104+155=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC689B is #539764. Grayscale: #828282. Windows color (decimal): -5478245 or 10184876. OLE color: 10184876.
HSL color Cylindrical-coordinate representation of color #AC689B: hue angle of 315º 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 #AC689B is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 155 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.33 |
| HSL | 315º | 0.29% | 0.54% | - |
| HSV(B) | 315º | 0.4% | 0.67% | - |
| XYZ | 27.88 | 21.04 | 33.6 | - |
| YUV | 130.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 155 | 0 | 0.40 | 0.10 | 0.33 | 315 | 0.29 | 0.54 |
| Hex | AC | 68 | 9B | 0 | 28 | A | 21 | 13B | 1D | 36 |
| Octal | 254 | 150 | 233 | 0 | 50 | 12 | 41 | 473 | 35 | 66 |
| Binary | 10101100 | 1101000 | 10011011 | 0 | 101000 | 1010 | 100001 | 100111011 | 11101 | 110110 |
Color Harmonies of #AC689B
Complementary color
Monochromatic Colors of #AC689B
Black with #AC689B
Text Example
Text Example
White with #AC689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC689B; }
p { color: rgb(172,104,155); }
H1.HeaderClassName
{
color: #AC689B;
}
.AnyTagClassName
{
color: #AC689B;
}
</style>
background-color css
<style>
a { background-color: #AC689B; }
a { background-color: rgb(172,104,155); }
div.DivClassName
{
background-color: #AC689B;
}
.BgClassName
{
background-color: #AC689B;
}
</style>
border-color css
<style>
span { border-color: #AC689B; }
span { border-color: rgb(172,104,155); }
td.TdClassName
{
border-color: #AC689B;
}
.TagClassName
{
border-color: #AC689B;
}
</style>