Shades of Violet Blue #AC73A9
Tints of Violet Blue #AC73A9
RGB
CMYK
RGB Variations
Color information
#AC73A9 (or 0xAC73A9) is known color: Violet Blue. HEX triplet: AC, 73 and A9. RGB value is (172,115,169). Sum of RGB (Red+Green+Blue) = 172+115+169=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC73A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC73A9 is #538C56. Grayscale: #8A8A8A. Windows color (decimal): -5475415 or 11105196. OLE color: 11105196.
HSL color Cylindrical-coordinate representation of color #AC73A9: hue angle of 303.16º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC73A9 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 169 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.33 |
| HSL | 303.16º | 0.26% | 0.56% | - |
| HSV(B) | 303.16º | 0.33% | 0.67% | - |
| XYZ | 30.31 | 23.9 | 40.55 | - |
| YUV | 138.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 169 | 0 | 0.33 | 0.02 | 0.33 | 303.16 | 0.26 | 0.56 |
| Hex | AC | 73 | A9 | 0 | 21 | 2 | 21 | 12F | 1A | 38 |
| Octal | 254 | 163 | 251 | 0 | 41 | 2 | 41 | 457 | 32 | 70 |
| Binary | 10101100 | 1110011 | 10101001 | 0 | 100001 | 10 | 100001 | 100101111 | 11010 | 111000 |
Color Harmonies of #AC73A9
Complementary color
Monochromatic Colors of #AC73A9
Black with #AC73A9
Text Example
Text Example
White with #AC73A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73A9; }
p { color: rgb(172,115,169); }
H1.HeaderClassName
{
color: #AC73A9;
}
.AnyTagClassName
{
color: #AC73A9;
}
</style>
background-color css
<style>
a { background-color: #AC73A9; }
a { background-color: rgb(172,115,169); }
div.DivClassName
{
background-color: #AC73A9;
}
.BgClassName
{
background-color: #AC73A9;
}
</style>
border-color css
<style>
span { border-color: #AC73A9; }
span { border-color: rgb(172,115,169); }
td.TdClassName
{
border-color: #AC73A9;
}
.TagClassName
{
border-color: #AC73A9;
}
</style>