Shades of Violet Blue #A969A0
Tints of Violet Blue #A969A0
RGB
CMYK
RGB Variations
Color information
#A969A0 (or 0xA969A0) is known color: Violet Blue. HEX triplet: A9, 69 and A0. RGB value is (169,105,160). Sum of RGB (Red+Green+Blue) = 169+105+160=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A969A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A969A0 is #56965F. Grayscale: #828282. Windows color (decimal): -5674592 or 10512809. OLE color: 10512809.
HSL color Cylindrical-coordinate representation of color #A969A0: hue angle of 308.44º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A969A0 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 105 | 160 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.34 |
| HSL | 308.44º | 0.27% | 0.54% | - |
| HSV(B) | 308.44º | 0.38% | 0.66% | - |
| XYZ | 27.76 | 21.08 | 35.86 | - |
| YUV | 130.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 160 | 0 | 0.38 | 0.05 | 0.34 | 308.44 | 0.27 | 0.54 |
| Hex | A9 | 69 | A0 | 0 | 26 | 5 | 22 | 134 | 1B | 36 |
| Octal | 251 | 151 | 240 | 0 | 46 | 5 | 42 | 464 | 33 | 66 |
| Binary | 10101001 | 1101001 | 10100000 | 0 | 100110 | 101 | 100010 | 100110100 | 11011 | 110110 |
Color Harmonies of #A969A0
Complementary color
Monochromatic Colors of #A969A0
Black with #A969A0
Text Example
Text Example
White with #A969A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A969A0; }
p { color: rgb(169,105,160); }
H1.HeaderClassName
{
color: #A969A0;
}
.AnyTagClassName
{
color: #A969A0;
}
</style>
background-color css
<style>
a { background-color: #A969A0; }
a { background-color: rgb(169,105,160); }
div.DivClassName
{
background-color: #A969A0;
}
.BgClassName
{
background-color: #A969A0;
}
</style>
border-color css
<style>
span { border-color: #A969A0; }
span { border-color: rgb(169,105,160); }
td.TdClassName
{
border-color: #A969A0;
}
.TagClassName
{
border-color: #A969A0;
}
</style>