Shades of Violet Blue #AC73AA
Tints of Violet Blue #AC73AA
RGB
CMYK
RGB Variations
Color information
#AC73AA (or 0xAC73AA) is known color: Violet Blue. HEX triplet: AC, 73 and AA. RGB value is (172,115,170). Sum of RGB (Red+Green+Blue) = 172+115+170=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC73AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC73AA is #538C55. Grayscale: #8A8A8A. Windows color (decimal): -5475414 or 11170732. OLE color: 11170732.
HSL color Cylindrical-coordinate representation of color #AC73AA: hue angle of 302.11º 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 #AC73AA is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 170 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.33 |
| HSL | 302.11º | 0.26% | 0.56% | - |
| HSV(B) | 302.11º | 0.33% | 0.67% | - |
| XYZ | 30.4 | 23.93 | 41.05 | - |
| YUV | 138.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 170 | 0 | 0.33 | 0.01 | 0.33 | 302.11 | 0.26 | 0.56 |
| Hex | AC | 73 | AA | 0 | 21 | 1 | 21 | 12E | 1A | 38 |
| Octal | 254 | 163 | 252 | 0 | 41 | 1 | 41 | 456 | 32 | 70 |
| Binary | 10101100 | 1110011 | 10101010 | 0 | 100001 | 1 | 100001 | 100101110 | 11010 | 111000 |
Color Harmonies of #AC73AA
Complementary color
Monochromatic Colors of #AC73AA
Black with #AC73AA
Text Example
Text Example
White with #AC73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73AA; }
p { color: rgb(172,115,170); }
H1.HeaderClassName
{
color: #AC73AA;
}
.AnyTagClassName
{
color: #AC73AA;
}
</style>
background-color css
<style>
a { background-color: #AC73AA; }
a { background-color: rgb(172,115,170); }
div.DivClassName
{
background-color: #AC73AA;
}
.BgClassName
{
background-color: #AC73AA;
}
</style>
border-color css
<style>
span { border-color: #AC73AA; }
span { border-color: rgb(172,115,170); }
td.TdClassName
{
border-color: #AC73AA;
}
.TagClassName
{
border-color: #AC73AA;
}
</style>