Shades of Violet Blue #AC619B
Tints of Violet Blue #AC619B
RGB
CMYK
RGB Variations
Color information
#AC619B (or 0xAC619B) is known color: Violet Blue. HEX triplet: AC, 61 and 9B. RGB value is (172,97,155). Sum of RGB (Red+Green+Blue) = 172+97+155=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC619B is #539E64. Grayscale: #7D7D7D. Windows color (decimal): -5480037 or 10183084. OLE color: 10183084.
HSL color Cylindrical-coordinate representation of color #AC619B: hue angle of 313.6º 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 #AC619B is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 155 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.33 |
| HSL | 313.6º | 0.31% | 0.53% | - |
| HSV(B) | 313.6º | 0.44% | 0.67% | - |
| XYZ | 27.2 | 19.69 | 33.38 | - |
| YUV | 126.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 155 | 0 | 0.44 | 0.10 | 0.33 | 313.6 | 0.31 | 0.53 |
| Hex | AC | 61 | 9B | 0 | 2C | A | 21 | 13A | 1F | 35 |
| Octal | 254 | 141 | 233 | 0 | 54 | 12 | 41 | 472 | 37 | 65 |
| Binary | 10101100 | 1100001 | 10011011 | 0 | 101100 | 1010 | 100001 | 100111010 | 11111 | 110101 |
Color Harmonies of #AC619B
Complementary color
Monochromatic Colors of #AC619B
Black with #AC619B
Text Example
Text Example
White with #AC619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC619B; }
p { color: rgb(172,97,155); }
H1.HeaderClassName
{
color: #AC619B;
}
.AnyTagClassName
{
color: #AC619B;
}
</style>
background-color css
<style>
a { background-color: #AC619B; }
a { background-color: rgb(172,97,155); }
div.DivClassName
{
background-color: #AC619B;
}
.BgClassName
{
background-color: #AC619B;
}
</style>
border-color css
<style>
span { border-color: #AC619B; }
span { border-color: rgb(172,97,155); }
td.TdClassName
{
border-color: #AC619B;
}
.TagClassName
{
border-color: #AC619B;
}
</style>