Shades of Violet Blue #AC609B
Tints of Violet Blue #AC609B
RGB
CMYK
RGB Variations
Color information
#AC609B (or 0xAC609B) is known color: Violet Blue. HEX triplet: AC, 60 and 9B. RGB value is (172,96,155). Sum of RGB (Red+Green+Blue) = 172+96+155=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC609B is #539F64. Grayscale: #7D7D7D. Windows color (decimal): -5480293 or 10182828. OLE color: 10182828.
HSL color Cylindrical-coordinate representation of color #AC609B: hue angle of 313.42º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC609B is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 155 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.33 |
| HSL | 313.42º | 0.31% | 0.53% | - |
| HSV(B) | 313.42º | 0.44% | 0.67% | - |
| XYZ | 27.11 | 19.5 | 33.35 | - |
| YUV | 125.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 155 | 0 | 0.44 | 0.10 | 0.33 | 313.42 | 0.31 | 0.53 |
| Hex | AC | 60 | 9B | 0 | 2C | A | 21 | 139 | 1F | 35 |
| Octal | 254 | 140 | 233 | 0 | 54 | 12 | 41 | 471 | 37 | 65 |
| Binary | 10101100 | 1100000 | 10011011 | 0 | 101100 | 1010 | 100001 | 100111001 | 11111 | 110101 |
Color Harmonies of #AC609B
Complementary color
Monochromatic Colors of #AC609B
Black with #AC609B
Text Example
Text Example
White with #AC609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC609B; }
p { color: rgb(172,96,155); }
H1.HeaderClassName
{
color: #AC609B;
}
.AnyTagClassName
{
color: #AC609B;
}
</style>
background-color css
<style>
a { background-color: #AC609B; }
a { background-color: rgb(172,96,155); }
div.DivClassName
{
background-color: #AC609B;
}
.BgClassName
{
background-color: #AC609B;
}
</style>
border-color css
<style>
span { border-color: #AC609B; }
span { border-color: rgb(172,96,155); }
td.TdClassName
{
border-color: #AC609B;
}
.TagClassName
{
border-color: #AC609B;
}
</style>