Shades of Violet Blue #AA75AC
Tints of Violet Blue #AA75AC
RGB
CMYK
RGB Variations
Color information
#AA75AC (or 0xAA75AC) is known color: Violet Blue. HEX triplet: AA, 75 and AC. RGB value is (170,117,172). Sum of RGB (Red+Green+Blue) = 170+117+172=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA75AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA75AC is #558A53. Grayscale: #8A8A8A. Windows color (decimal): -5605972 or 11302314. OLE color: 11302314.
HSL color Cylindrical-coordinate representation of color #AA75AC: hue angle of 297.82º 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 #AA75AC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 172 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.33 |
| HSL | 297.82º | 0.25% | 0.57% | - |
| HSV(B) | 297.82º | 0.32% | 0.67% | - |
| XYZ | 30.39 | 24.25 | 42.11 | - |
| YUV | 139.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 172 | 0.01 | 0.32 | 0 | 0.33 | 297.82 | 0.25 | 0.57 |
| Hex | AA | 75 | AC | 1 | 20 | 0 | 21 | 12A | 19 | 39 |
| Octal | 252 | 165 | 254 | 1 | 40 | 0 | 41 | 452 | 31 | 71 |
| Binary | 10101010 | 1110101 | 10101100 | 1 | 100000 | 0 | 100001 | 100101010 | 11001 | 111001 |
Color Harmonies of #AA75AC
Complementary color
Monochromatic Colors of #AA75AC
Black with #AA75AC
Text Example
Text Example
White with #AA75AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75AC; }
p { color: rgb(170,117,172); }
H1.HeaderClassName
{
color: #AA75AC;
}
.AnyTagClassName
{
color: #AA75AC;
}
</style>
background-color css
<style>
a { background-color: #AA75AC; }
a { background-color: rgb(170,117,172); }
div.DivClassName
{
background-color: #AA75AC;
}
.BgClassName
{
background-color: #AA75AC;
}
</style>
border-color css
<style>
span { border-color: #AA75AC; }
span { border-color: rgb(170,117,172); }
td.TdClassName
{
border-color: #AA75AC;
}
.TagClassName
{
border-color: #AA75AC;
}
</style>