Shades of Violet Blue #AC75AA
Tints of Violet Blue #AC75AA
RGB
CMYK
RGB Variations
Color information
#AC75AA (or 0xAC75AA) is known color: Violet Blue. HEX triplet: AC, 75 and AA. RGB value is (172,117,170). Sum of RGB (Red+Green+Blue) = 172+117+170=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC75AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC75AA is #538A55. Grayscale: #8B8B8B. Windows color (decimal): -5474902 or 11171244. OLE color: 11171244.
HSL color Cylindrical-coordinate representation of color #AC75AA: hue angle of 302.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC75AA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 170 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.33 |
| HSL | 302.18º | 0.25% | 0.57% | - |
| HSV(B) | 302.18º | 0.32% | 0.67% | - |
| XYZ | 30.63 | 24.4 | 41.12 | - |
| YUV | 139.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 170 | 0 | 0.32 | 0.01 | 0.33 | 302.18 | 0.25 | 0.57 |
| Hex | AC | 75 | AA | 0 | 20 | 1 | 21 | 12E | 19 | 39 |
| Octal | 254 | 165 | 252 | 0 | 40 | 1 | 41 | 456 | 31 | 71 |
| Binary | 10101100 | 1110101 | 10101010 | 0 | 100000 | 1 | 100001 | 100101110 | 11001 | 111001 |
Color Harmonies of #AC75AA
Complementary color
Monochromatic Colors of #AC75AA
Black with #AC75AA
Text Example
Text Example
White with #AC75AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC75AA; }
p { color: rgb(172,117,170); }
H1.HeaderClassName
{
color: #AC75AA;
}
.AnyTagClassName
{
color: #AC75AA;
}
</style>
background-color css
<style>
a { background-color: #AC75AA; }
a { background-color: rgb(172,117,170); }
div.DivClassName
{
background-color: #AC75AA;
}
.BgClassName
{
background-color: #AC75AA;
}
</style>
border-color css
<style>
span { border-color: #AC75AA; }
span { border-color: rgb(172,117,170); }
td.TdClassName
{
border-color: #AC75AA;
}
.TagClassName
{
border-color: #AC75AA;
}
</style>