Shades of Violet Blue #A969AB
Tints of Violet Blue #A969AB
RGB
CMYK
RGB Variations
Color information
#A969AB (or 0xA969AB) is known color: Violet Blue. HEX triplet: A9, 69 and AB. RGB value is (169,105,171). Sum of RGB (Red+Green+Blue) = 169+105+171=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #A969AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A969AB is #569654. Grayscale: #838383. Windows color (decimal): -5674581 or 11233705. OLE color: 11233705.
HSL color Cylindrical-coordinate representation of color #A969AB: hue angle of 298.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A969AB is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 105 | 171 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.33 |
| HSL | 298.18º | 0.28% | 0.54% | - |
| HSV(B) | 298.18º | 0.39% | 0.67% | - |
| XYZ | 28.76 | 21.48 | 41.16 | - |
| YUV | 131.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 171 | 0.01 | 0.39 | 0 | 0.33 | 298.18 | 0.28 | 0.54 |
| Hex | A9 | 69 | AB | 1 | 27 | 0 | 21 | 12A | 1C | 36 |
| Octal | 251 | 151 | 253 | 1 | 47 | 0 | 41 | 452 | 34 | 66 |
| Binary | 10101001 | 1101001 | 10101011 | 1 | 100111 | 0 | 100001 | 100101010 | 11100 | 110110 |
Color Harmonies of #A969AB
Complementary color
Monochromatic Colors of #A969AB
Black with #A969AB
Text Example
Text Example
White with #A969AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A969AB; }
p { color: rgb(169,105,171); }
H1.HeaderClassName
{
color: #A969AB;
}
.AnyTagClassName
{
color: #A969AB;
}
</style>
background-color css
<style>
a { background-color: #A969AB; }
a { background-color: rgb(169,105,171); }
div.DivClassName
{
background-color: #A969AB;
}
.BgClassName
{
background-color: #A969AB;
}
</style>
border-color css
<style>
span { border-color: #A969AB; }
span { border-color: rgb(169,105,171); }
td.TdClassName
{
border-color: #A969AB;
}
.TagClassName
{
border-color: #A969AB;
}
</style>