Shades of Violet Blue #AA68AF
Tints of Violet Blue #AA68AF
RGB
CMYK
RGB Variations
Color information
#AA68AF (or 0xAA68AF) is known color: Violet Blue. HEX triplet: AA, 68 and AF. RGB value is (170,104,175). Sum of RGB (Red+Green+Blue) = 170+104+175=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA68AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA68AF is #559750. Grayscale: #838383. Windows color (decimal): -5609297 or 11495594. OLE color: 11495594.
HSL color Cylindrical-coordinate representation of color #AA68AF: hue angle of 295.77º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA68AF is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 104 | 175 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.31 |
| HSL | 295.77º | 0.31% | 0.55% | - |
| HSV(B) | 295.77º | 0.41% | 0.69% | - |
| XYZ | 29.27 | 21.54 | 43.17 | - |
| YUV | 131.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 175 | 0.03 | 0.41 | 0 | 0.31 | 295.77 | 0.31 | 0.55 |
| Hex | AA | 68 | AF | 3 | 29 | 0 | 1F | 128 | 1F | 37 |
| Octal | 252 | 150 | 257 | 3 | 51 | 0 | 37 | 450 | 37 | 67 |
| Binary | 10101010 | 1101000 | 10101111 | 11 | 101001 | 0 | 11111 | 100101000 | 11111 | 110111 |
Color Harmonies of #AA68AF
Complementary color
Monochromatic Colors of #AA68AF
Black with #AA68AF
Text Example
Text Example
White with #AA68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68AF; }
p { color: rgb(170,104,175); }
H1.HeaderClassName
{
color: #AA68AF;
}
.AnyTagClassName
{
color: #AA68AF;
}
</style>
background-color css
<style>
a { background-color: #AA68AF; }
a { background-color: rgb(170,104,175); }
div.DivClassName
{
background-color: #AA68AF;
}
.BgClassName
{
background-color: #AA68AF;
}
</style>
border-color css
<style>
span { border-color: #AA68AF; }
span { border-color: rgb(170,104,175); }
td.TdClassName
{
border-color: #AA68AF;
}
.TagClassName
{
border-color: #AA68AF;
}
</style>