Shades of Violet Blue #AA669E
Tints of Violet Blue #AA669E
RGB
CMYK
RGB Variations
Color information
#AA669E (or 0xAA669E) is known color: Violet Blue. HEX triplet: AA, 66 and 9E. RGB value is (170,102,158). Sum of RGB (Red+Green+Blue) = 170+102+158=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA669E is #559961. Grayscale: #808080. Windows color (decimal): -5609826 or 10380970. OLE color: 10380970.
HSL color Cylindrical-coordinate representation of color #AA669E: hue angle of 310.59º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA669E is Cyan = 0, Magento = 0.4, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 158 | - |
| CMYK | 0 | 0.4 | 0.07 | 0.33 |
| HSL | 310.59º | 0.29% | 0.53% | - |
| HSV(B) | 310.59º | 0.4% | 0.67% | - |
| XYZ | 27.5 | 20.52 | 34.86 | - |
| YUV | 128.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 158 | 0 | 0.4 | 0.07 | 0.33 | 310.59 | 0.29 | 0.53 |
| Hex | AA | 66 | 9E | 0 | 28 | 7 | 21 | 137 | 1D | 35 |
| Octal | 252 | 146 | 236 | 0 | 50 | 7 | 41 | 467 | 35 | 65 |
| Binary | 10101010 | 1100110 | 10011110 | 0 | 101000 | 111 | 100001 | 100110111 | 11101 | 110101 |
Color Harmonies of #AA669E
Complementary color
Monochromatic Colors of #AA669E
Black with #AA669E
Text Example
Text Example
White with #AA669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA669E; }
p { color: rgb(170,102,158); }
H1.HeaderClassName
{
color: #AA669E;
}
.AnyTagClassName
{
color: #AA669E;
}
</style>
background-color css
<style>
a { background-color: #AA669E; }
a { background-color: rgb(170,102,158); }
div.DivClassName
{
background-color: #AA669E;
}
.BgClassName
{
background-color: #AA669E;
}
</style>
border-color css
<style>
span { border-color: #AA669E; }
span { border-color: rgb(170,102,158); }
td.TdClassName
{
border-color: #AA669E;
}
.TagClassName
{
border-color: #AA669E;
}
</style>