Shades of Violet Blue #AA68A6
Tints of Violet Blue #AA68A6
RGB
CMYK
RGB Variations
Color information
#AA68A6 (or 0xAA68A6) is known color: Violet Blue. HEX triplet: AA, 68 and A6. RGB value is (170,104,166). Sum of RGB (Red+Green+Blue) = 170+104+166=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA68A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA68A6 is #559759. Grayscale: #828282. Windows color (decimal): -5609306 or 10905770. OLE color: 10905770.
HSL color Cylindrical-coordinate representation of color #AA68A6: hue angle of 303.64º 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 #AA68A6 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 166 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.33 |
| HSL | 303.64º | 0.28% | 0.54% | - |
| HSV(B) | 303.64º | 0.39% | 0.67% | - |
| XYZ | 28.41 | 21.2 | 38.67 | - |
| YUV | 130.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 166 | 0 | 0.39 | 0.02 | 0.33 | 303.64 | 0.28 | 0.54 |
| Hex | AA | 68 | A6 | 0 | 27 | 2 | 21 | 130 | 1C | 36 |
| Octal | 252 | 150 | 246 | 0 | 47 | 2 | 41 | 460 | 34 | 66 |
| Binary | 10101010 | 1101000 | 10100110 | 0 | 100111 | 10 | 100001 | 100110000 | 11100 | 110110 |
Color Harmonies of #AA68A6
Complementary color
Monochromatic Colors of #AA68A6
Black with #AA68A6
Text Example
Text Example
White with #AA68A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68A6; }
p { color: rgb(170,104,166); }
H1.HeaderClassName
{
color: #AA68A6;
}
.AnyTagClassName
{
color: #AA68A6;
}
</style>
background-color css
<style>
a { background-color: #AA68A6; }
a { background-color: rgb(170,104,166); }
div.DivClassName
{
background-color: #AA68A6;
}
.BgClassName
{
background-color: #AA68A6;
}
</style>
border-color css
<style>
span { border-color: #AA68A6; }
span { border-color: rgb(170,104,166); }
td.TdClassName
{
border-color: #AA68A6;
}
.TagClassName
{
border-color: #AA68A6;
}
</style>