Shades of Violet Blue #AC61A1
Tints of Violet Blue #AC61A1
RGB
CMYK
RGB Variations
Color information
#AC61A1 (or 0xAC61A1) is known color: Violet Blue. HEX triplet: AC, 61 and A1. RGB value is (172,97,161). Sum of RGB (Red+Green+Blue) = 172+97+161=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC61A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC61A1 is #539E5E. Grayscale: #7E7E7E. Windows color (decimal): -5480031 or 10576300. OLE color: 10576300.
HSL color Cylindrical-coordinate representation of color #AC61A1: hue angle of 308.8º 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 #AC61A1 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 161 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.33 |
| HSL | 308.8º | 0.31% | 0.53% | - |
| HSV(B) | 308.8º | 0.44% | 0.67% | - |
| XYZ | 27.72 | 19.89 | 36.1 | - |
| YUV | 126.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 161 | 0 | 0.44 | 0.06 | 0.33 | 308.8 | 0.31 | 0.53 |
| Hex | AC | 61 | A1 | 0 | 2C | 6 | 21 | 135 | 1F | 35 |
| Octal | 254 | 141 | 241 | 0 | 54 | 6 | 41 | 465 | 37 | 65 |
| Binary | 10101100 | 1100001 | 10100001 | 0 | 101100 | 110 | 100001 | 100110101 | 11111 | 110101 |
Color Harmonies of #AC61A1
Complementary color
Monochromatic Colors of #AC61A1
Black with #AC61A1
Text Example
Text Example
White with #AC61A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC61A1; }
p { color: rgb(172,97,161); }
H1.HeaderClassName
{
color: #AC61A1;
}
.AnyTagClassName
{
color: #AC61A1;
}
</style>
background-color css
<style>
a { background-color: #AC61A1; }
a { background-color: rgb(172,97,161); }
div.DivClassName
{
background-color: #AC61A1;
}
.BgClassName
{
background-color: #AC61A1;
}
</style>
border-color css
<style>
span { border-color: #AC61A1; }
span { border-color: rgb(172,97,161); }
td.TdClassName
{
border-color: #AC61A1;
}
.TagClassName
{
border-color: #AC61A1;
}
</style>