Shades of Violet Blue #AA68AC
Tints of Violet Blue #AA68AC
RGB
CMYK
RGB Variations
Color information
#AA68AC (or 0xAA68AC) is known color: Violet Blue. HEX triplet: AA, 68 and AC. RGB value is (170,104,172). Sum of RGB (Red+Green+Blue) = 170+104+172=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA68AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA68AC is #559753. Grayscale: #838383. Windows color (decimal): -5609300 or 11298986. OLE color: 11298986.
HSL color Cylindrical-coordinate representation of color #AA68AC: hue angle of 298.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA68AC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 172 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.33 |
| HSL | 298.24º | 0.29% | 0.54% | - |
| HSV(B) | 298.24º | 0.4% | 0.67% | - |
| XYZ | 28.97 | 21.43 | 41.64 | - |
| YUV | 131.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 172 | 0.01 | 0.40 | 0 | 0.33 | 298.24 | 0.29 | 0.54 |
| Hex | AA | 68 | AC | 1 | 28 | 0 | 21 | 12A | 1D | 36 |
| Octal | 252 | 150 | 254 | 1 | 50 | 0 | 41 | 452 | 35 | 66 |
| Binary | 10101010 | 1101000 | 10101100 | 1 | 101000 | 0 | 100001 | 100101010 | 11101 | 110110 |
Color Harmonies of #AA68AC
Complementary color
Monochromatic Colors of #AA68AC
Black with #AA68AC
Text Example
Text Example
White with #AA68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68AC; }
p { color: rgb(170,104,172); }
H1.HeaderClassName
{
color: #AA68AC;
}
.AnyTagClassName
{
color: #AA68AC;
}
</style>
background-color css
<style>
a { background-color: #AA68AC; }
a { background-color: rgb(170,104,172); }
div.DivClassName
{
background-color: #AA68AC;
}
.BgClassName
{
background-color: #AA68AC;
}
</style>
border-color css
<style>
span { border-color: #AA68AC; }
span { border-color: rgb(170,104,172); }
td.TdClassName
{
border-color: #AA68AC;
}
.TagClassName
{
border-color: #AA68AC;
}
</style>