Shades of Violet Blue #AC669B
Tints of Violet Blue #AC669B
RGB
CMYK
RGB Variations
Color information
#AC669B (or 0xAC669B) is known color: Violet Blue. HEX triplet: AC, 66 and 9B. RGB value is (172,102,155). Sum of RGB (Red+Green+Blue) = 172+102+155=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC669B is #539964. Grayscale: #808080. Windows color (decimal): -5478757 or 10184364. OLE color: 10184364.
HSL color Cylindrical-coordinate representation of color #AC669B: hue angle of 314.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC669B is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 155 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.33 |
| HSL | 314.57º | 0.3% | 0.54% | - |
| HSV(B) | 314.57º | 0.41% | 0.67% | - |
| XYZ | 27.68 | 20.64 | 33.54 | - |
| YUV | 128.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 155 | 0 | 0.41 | 0.10 | 0.33 | 314.57 | 0.3 | 0.54 |
| Hex | AC | 66 | 9B | 0 | 29 | A | 21 | 13B | 1E | 36 |
| Octal | 254 | 146 | 233 | 0 | 51 | 12 | 41 | 473 | 36 | 66 |
| Binary | 10101100 | 1100110 | 10011011 | 0 | 101001 | 1010 | 100001 | 100111011 | 11110 | 110110 |
Color Harmonies of #AC669B
Complementary color
Monochromatic Colors of #AC669B
Black with #AC669B
Text Example
Text Example
White with #AC669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC669B; }
p { color: rgb(172,102,155); }
H1.HeaderClassName
{
color: #AC669B;
}
.AnyTagClassName
{
color: #AC669B;
}
</style>
background-color css
<style>
a { background-color: #AC669B; }
a { background-color: rgb(172,102,155); }
div.DivClassName
{
background-color: #AC669B;
}
.BgClassName
{
background-color: #AC669B;
}
</style>
border-color css
<style>
span { border-color: #AC669B; }
span { border-color: rgb(172,102,155); }
td.TdClassName
{
border-color: #AC669B;
}
.TagClassName
{
border-color: #AC669B;
}
</style>