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