Shades of Violet Blue #AA69A0
Tints of Violet Blue #AA69A0
RGB
CMYK
RGB Variations
Color information
#AA69A0 (or 0xAA69A0) is known color: Violet Blue. HEX triplet: AA, 69 and A0. RGB value is (170,105,160). Sum of RGB (Red+Green+Blue) = 170+105+160=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA69A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA69A0 is #55965F. Grayscale: #828282. Windows color (decimal): -5609056 or 10512810. OLE color: 10512810.
HSL color Cylindrical-coordinate representation of color #AA69A0: hue angle of 309.23º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA69A0 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 160 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.33 |
| HSL | 309.23º | 0.28% | 0.54% | - |
| HSV(B) | 309.23º | 0.38% | 0.67% | - |
| XYZ | 27.97 | 21.19 | 35.87 | - |
| YUV | 130.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 160 | 0 | 0.38 | 0.06 | 0.33 | 309.23 | 0.28 | 0.54 |
| Hex | AA | 69 | A0 | 0 | 26 | 6 | 21 | 135 | 1C | 36 |
| Octal | 252 | 151 | 240 | 0 | 46 | 6 | 41 | 465 | 34 | 66 |
| Binary | 10101010 | 1101001 | 10100000 | 0 | 100110 | 110 | 100001 | 100110101 | 11100 | 110110 |
Color Harmonies of #AA69A0
Complementary color
Monochromatic Colors of #AA69A0
Black with #AA69A0
Text Example
Text Example
White with #AA69A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69A0; }
p { color: rgb(170,105,160); }
H1.HeaderClassName
{
color: #AA69A0;
}
.AnyTagClassName
{
color: #AA69A0;
}
</style>
background-color css
<style>
a { background-color: #AA69A0; }
a { background-color: rgb(170,105,160); }
div.DivClassName
{
background-color: #AA69A0;
}
.BgClassName
{
background-color: #AA69A0;
}
</style>
border-color css
<style>
span { border-color: #AA69A0; }
span { border-color: rgb(170,105,160); }
td.TdClassName
{
border-color: #AA69A0;
}
.TagClassName
{
border-color: #AA69A0;
}
</style>