Shades of Violet Blue #A069AA
Tints of Violet Blue #A069AA
RGB
CMYK
RGB Variations
Color information
#A069AA (or 0xA069AA) is known color: Violet Blue. HEX triplet: A0, 69 and AA. RGB value is (160,105,170). Sum of RGB (Red+Green+Blue) = 160+105+170=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #A069AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A069AA is #5F9655. Grayscale: #808080. Windows color (decimal): -6264406 or 11168160. OLE color: 11168160.
HSL color Cylindrical-coordinate representation of color #A069AA: hue angle of 290.77º 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 #A069AA is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 105 | 170 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.33 |
| HSL | 290.77º | 0.28% | 0.54% | - |
| HSV(B) | 290.77º | 0.38% | 0.67% | - |
| XYZ | 26.8 | 20.48 | 40.57 | - |
| YUV | 128.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 170 | 0.06 | 0.38 | 0 | 0.33 | 290.77 | 0.28 | 0.54 |
| Hex | A0 | 69 | AA | 6 | 26 | 0 | 21 | 123 | 1C | 36 |
| Octal | 240 | 151 | 252 | 6 | 46 | 0 | 41 | 443 | 34 | 66 |
| Binary | 10100000 | 1101001 | 10101010 | 110 | 100110 | 0 | 100001 | 100100011 | 11100 | 110110 |
Color Harmonies of #A069AA
Complementary color
Monochromatic Colors of #A069AA
Black with #A069AA
Text Example
Text Example
White with #A069AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069AA; }
p { color: rgb(160,105,170); }
H1.HeaderClassName
{
color: #A069AA;
}
.AnyTagClassName
{
color: #A069AA;
}
</style>
background-color css
<style>
a { background-color: #A069AA; }
a { background-color: rgb(160,105,170); }
div.DivClassName
{
background-color: #A069AA;
}
.BgClassName
{
background-color: #A069AA;
}
</style>
border-color css
<style>
span { border-color: #A069AA; }
span { border-color: rgb(160,105,170); }
td.TdClassName
{
border-color: #A069AA;
}
.TagClassName
{
border-color: #A069AA;
}
</style>