Shades of Violet Blue #A967AB
Tints of Violet Blue #A967AB
RGB
CMYK
RGB Variations
Color information
#A967AB (or 0xA967AB) is known color: Violet Blue. HEX triplet: A9, 67 and AB. RGB value is (169,103,171). Sum of RGB (Red+Green+Blue) = 169+103+171=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #A967AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A967AB is #569854. Grayscale: #828282. Windows color (decimal): -5675093 or 11233193. OLE color: 11233193.
HSL color Cylindrical-coordinate representation of color #A967AB: hue angle of 298.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A967AB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 103 | 171 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.33 |
| HSL | 298.24º | 0.29% | 0.54% | - |
| HSV(B) | 298.24º | 0.4% | 0.67% | - |
| XYZ | 28.56 | 21.08 | 41.09 | - |
| YUV | 130.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 171 | 0.01 | 0.40 | 0 | 0.33 | 298.24 | 0.29 | 0.54 |
| Hex | A9 | 67 | AB | 1 | 28 | 0 | 21 | 12A | 1D | 36 |
| Octal | 251 | 147 | 253 | 1 | 50 | 0 | 41 | 452 | 35 | 66 |
| Binary | 10101001 | 1100111 | 10101011 | 1 | 101000 | 0 | 100001 | 100101010 | 11101 | 110110 |
Color Harmonies of #A967AB
Complementary color
Monochromatic Colors of #A967AB
Black with #A967AB
Text Example
Text Example
White with #A967AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A967AB; }
p { color: rgb(169,103,171); }
H1.HeaderClassName
{
color: #A967AB;
}
.AnyTagClassName
{
color: #A967AB;
}
</style>
background-color css
<style>
a { background-color: #A967AB; }
a { background-color: rgb(169,103,171); }
div.DivClassName
{
background-color: #A967AB;
}
.BgClassName
{
background-color: #A967AB;
}
</style>
border-color css
<style>
span { border-color: #A967AB; }
span { border-color: rgb(169,103,171); }
td.TdClassName
{
border-color: #A967AB;
}
.TagClassName
{
border-color: #A967AB;
}
</style>