Shades of Violet Blue #AA68A0
Tints of Violet Blue #AA68A0
RGB
CMYK
RGB Variations
Color information
#AA68A0 (or 0xAA68A0) is known color: Violet Blue. HEX triplet: AA, 68 and A0. RGB value is (170,104,160). Sum of RGB (Red+Green+Blue) = 170+104+160=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA68A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA68A0 is #55975F. Grayscale: #818181. Windows color (decimal): -5609312 or 10512554. OLE color: 10512554.
HSL color Cylindrical-coordinate representation of color #AA68A0: hue angle of 309.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA68A0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 160 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.33 |
| HSL | 309.09º | 0.28% | 0.54% | - |
| HSV(B) | 309.09º | 0.39% | 0.67% | - |
| XYZ | 27.87 | 20.98 | 35.84 | - |
| YUV | 130.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 160 | 0 | 0.39 | 0.06 | 0.33 | 309.09 | 0.28 | 0.54 |
| Hex | AA | 68 | A0 | 0 | 27 | 6 | 21 | 135 | 1C | 36 |
| Octal | 252 | 150 | 240 | 0 | 47 | 6 | 41 | 465 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10100000 | 0 | 100111 | 110 | 100001 | 100110101 | 11100 | 110110 |
Color Harmonies of #AA68A0
Complementary color
Monochromatic Colors of #AA68A0
Black with #AA68A0
Text Example
Text Example
White with #AA68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68A0; }
p { color: rgb(170,104,160); }
H1.HeaderClassName
{
color: #AA68A0;
}
.AnyTagClassName
{
color: #AA68A0;
}
</style>
background-color css
<style>
a { background-color: #AA68A0; }
a { background-color: rgb(170,104,160); }
div.DivClassName
{
background-color: #AA68A0;
}
.BgClassName
{
background-color: #AA68A0;
}
</style>
border-color css
<style>
span { border-color: #AA68A0; }
span { border-color: rgb(170,104,160); }
td.TdClassName
{
border-color: #AA68A0;
}
.TagClassName
{
border-color: #AA68A0;
}
</style>