Shades of Violet Blue #A944AB
Tints of Violet Blue #A944AB
RGB
CMYK
RGB Variations
Color information
#A944AB (or 0xA944AB) is known color: Violet Blue. HEX triplet: A9, 44 and AB. RGB value is (169,68,171). Sum of RGB (Red+Green+Blue) = 169+68+171=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #A944AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A944AB is #56BB54. Grayscale: #6D6D6D. Windows color (decimal): -5684053 or 11224233. OLE color: 11224233.
HSL color Cylindrical-coordinate representation of color #A944AB: hue angle of 298.83º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A944AB is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 68 | 171 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.33 |
| HSL | 298.84º | 0.43% | 0.47% | - |
| HSV(B) | 298.84º | 0.6% | 0.67% | - |
| XYZ | 25.78 | 15.51 | 40.16 | - |
| YUV | 109.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 171 | 0.01 | 0.60 | 0 | 0.33 | 298.84 | 0.43 | 0.47 |
| Hex | A9 | 44 | AB | 1 | 3C | 0 | 21 | 12B | 2B | 2F |
| Octal | 251 | 104 | 253 | 1 | 74 | 0 | 41 | 453 | 53 | 57 |
| Binary | 10101001 | 1000100 | 10101011 | 1 | 111100 | 0 | 100001 | 100101011 | 101011 | 101111 |
Color Harmonies of #A944AB
Complementary color
Monochromatic Colors of #A944AB
Black with #A944AB
Text Example
Text Example
White with #A944AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A944AB; }
p { color: rgb(169,68,171); }
H1.HeaderClassName
{
color: #A944AB;
}
.AnyTagClassName
{
color: #A944AB;
}
</style>
background-color css
<style>
a { background-color: #A944AB; }
a { background-color: rgb(169,68,171); }
div.DivClassName
{
background-color: #A944AB;
}
.BgClassName
{
background-color: #A944AB;
}
</style>
border-color css
<style>
span { border-color: #A944AB; }
span { border-color: rgb(169,68,171); }
td.TdClassName
{
border-color: #A944AB;
}
.TagClassName
{
border-color: #A944AB;
}
</style>