Shades of Violet Blue #A169AA
Tints of Violet Blue #A169AA
RGB
CMYK
RGB Variations
Color information
#A169AA (or 0xA169AA) is known color: Violet Blue. HEX triplet: A1, 69 and AA. RGB value is (161,105,170). Sum of RGB (Red+Green+Blue) = 161+105+170=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #A169AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A169AA is #5E9655. Grayscale: #808080. Windows color (decimal): -6198870 or 11168161. OLE color: 11168161.
HSL color Cylindrical-coordinate representation of color #A169AA: hue angle of 291.69º 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 #A169AA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 105 | 170 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.33 |
| HSL | 291.69º | 0.28% | 0.54% | - |
| HSV(B) | 291.69º | 0.38% | 0.67% | - |
| XYZ | 27.01 | 20.58 | 40.58 | - |
| YUV | 129.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 170 | 0.05 | 0.38 | 0 | 0.33 | 291.69 | 0.28 | 0.54 |
| Hex | A1 | 69 | AA | 5 | 26 | 0 | 21 | 124 | 1C | 36 |
| Octal | 241 | 151 | 252 | 5 | 46 | 0 | 41 | 444 | 34 | 66 |
| Binary | 10100001 | 1101001 | 10101010 | 101 | 100110 | 0 | 100001 | 100100100 | 11100 | 110110 |
Color Harmonies of #A169AA
Complementary color
Monochromatic Colors of #A169AA
Black with #A169AA
Text Example
Text Example
White with #A169AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169AA; }
p { color: rgb(161,105,170); }
H1.HeaderClassName
{
color: #A169AA;
}
.AnyTagClassName
{
color: #A169AA;
}
</style>
background-color css
<style>
a { background-color: #A169AA; }
a { background-color: rgb(161,105,170); }
div.DivClassName
{
background-color: #A169AA;
}
.BgClassName
{
background-color: #A169AA;
}
</style>
border-color css
<style>
span { border-color: #A169AA; }
span { border-color: rgb(161,105,170); }
td.TdClassName
{
border-color: #A169AA;
}
.TagClassName
{
border-color: #A169AA;
}
</style>