Shades of Violet Blue #AC689D
Tints of Violet Blue #AC689D
RGB
CMYK
RGB Variations
Color information
#AC689D (or 0xAC689D) is known color: Violet Blue. HEX triplet: AC, 68 and 9D. RGB value is (172,104,157). Sum of RGB (Red+Green+Blue) = 172+104+157=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC689D is #539762. Grayscale: #828282. Windows color (decimal): -5478243 or 10315948. OLE color: 10315948.
HSL color Cylindrical-coordinate representation of color #AC689D: hue angle of 313.24º 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 #AC689D is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 157 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.33 |
| HSL | 313.24º | 0.29% | 0.54% | - |
| HSV(B) | 313.24º | 0.4% | 0.67% | - |
| XYZ | 28.05 | 21.11 | 34.49 | - |
| YUV | 130.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 157 | 0 | 0.40 | 0.09 | 0.33 | 313.24 | 0.29 | 0.54 |
| Hex | AC | 68 | 9D | 0 | 28 | 9 | 21 | 139 | 1D | 36 |
| Octal | 254 | 150 | 235 | 0 | 50 | 11 | 41 | 471 | 35 | 66 |
| Binary | 10101100 | 1101000 | 10011101 | 0 | 101000 | 1001 | 100001 | 100111001 | 11101 | 110110 |
Color Harmonies of #AC689D
Complementary color
Monochromatic Colors of #AC689D
Black with #AC689D
Text Example
Text Example
White with #AC689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC689D; }
p { color: rgb(172,104,157); }
H1.HeaderClassName
{
color: #AC689D;
}
.AnyTagClassName
{
color: #AC689D;
}
</style>
background-color css
<style>
a { background-color: #AC689D; }
a { background-color: rgb(172,104,157); }
div.DivClassName
{
background-color: #AC689D;
}
.BgClassName
{
background-color: #AC689D;
}
</style>
border-color css
<style>
span { border-color: #AC689D; }
span { border-color: rgb(172,104,157); }
td.TdClassName
{
border-color: #AC689D;
}
.TagClassName
{
border-color: #AC689D;
}
</style>