Shades of Violet Blue #AA68B0
Tints of Violet Blue #AA68B0
RGB
CMYK
RGB Variations
Color information
#AA68B0 (or 0xAA68B0) is known color: Violet Blue. HEX triplet: AA, 68 and B0. RGB value is (170,104,176). Sum of RGB (Red+Green+Blue) = 170+104+176=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA68B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA68B0 is #55974F. Grayscale: #838383. Windows color (decimal): -5609296 or 11561130. OLE color: 11561130.
HSL color Cylindrical-coordinate representation of color #AA68B0: hue angle of 295º 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 #AA68B0 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 104 | 176 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.31 |
| HSL | 295º | 0.31% | 0.55% | - |
| HSV(B) | 295º | 0.41% | 0.69% | - |
| XYZ | 29.36 | 21.58 | 43.69 | - |
| YUV | 131.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 176 | 0.03 | 0.41 | 0 | 0.31 | 295 | 0.31 | 0.55 |
| Hex | AA | 68 | B0 | 3 | 29 | 0 | 1F | 127 | 1F | 37 |
| Octal | 252 | 150 | 260 | 3 | 51 | 0 | 37 | 447 | 37 | 67 |
| Binary | 10101010 | 1101000 | 10110000 | 11 | 101001 | 0 | 11111 | 100100111 | 11111 | 110111 |
Color Harmonies of #AA68B0
Complementary color
Monochromatic Colors of #AA68B0
Black with #AA68B0
Text Example
Text Example
White with #AA68B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68B0; }
p { color: rgb(170,104,176); }
H1.HeaderClassName
{
color: #AA68B0;
}
.AnyTagClassName
{
color: #AA68B0;
}
</style>
background-color css
<style>
a { background-color: #AA68B0; }
a { background-color: rgb(170,104,176); }
div.DivClassName
{
background-color: #AA68B0;
}
.BgClassName
{
background-color: #AA68B0;
}
</style>
border-color css
<style>
span { border-color: #AA68B0; }
span { border-color: rgb(170,104,176); }
td.TdClassName
{
border-color: #AA68B0;
}
.TagClassName
{
border-color: #AA68B0;
}
</style>