Shades of Violet Blue #A044AB
Tints of Violet Blue #A044AB
RGB
CMYK
RGB Variations
Color information
#A044AB (or 0xA044AB) is known color: Violet Blue. HEX triplet: A0, 44 and AB. RGB value is (160,68,171). Sum of RGB (Red+Green+Blue) = 160+68+171=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #A044AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A044AB is #5FBB54. Grayscale: #6A6A6A. Windows color (decimal): -6273877 or 11224224. OLE color: 11224224.
HSL color Cylindrical-coordinate representation of color #A044AB: hue angle of 293.59º 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 #A044AB is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 68 | 171 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.33 |
| HSL | 293.59º | 0.43% | 0.47% | - |
| HSV(B) | 293.59º | 0.6% | 0.67% | - |
| XYZ | 23.92 | 14.55 | 40.08 | - |
| YUV | 107.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 171 | 0.06 | 0.60 | 0 | 0.33 | 293.59 | 0.43 | 0.47 |
| Hex | A0 | 44 | AB | 6 | 3C | 0 | 21 | 126 | 2B | 2F |
| Octal | 240 | 104 | 253 | 6 | 74 | 0 | 41 | 446 | 53 | 57 |
| Binary | 10100000 | 1000100 | 10101011 | 110 | 111100 | 0 | 100001 | 100100110 | 101011 | 101111 |
Color Harmonies of #A044AB
Complementary color
Monochromatic Colors of #A044AB
Black with #A044AB
Text Example
Text Example
White with #A044AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044AB; }
p { color: rgb(160,68,171); }
H1.HeaderClassName
{
color: #A044AB;
}
.AnyTagClassName
{
color: #A044AB;
}
</style>
background-color css
<style>
a { background-color: #A044AB; }
a { background-color: rgb(160,68,171); }
div.DivClassName
{
background-color: #A044AB;
}
.BgClassName
{
background-color: #A044AB;
}
</style>
border-color css
<style>
span { border-color: #A044AB; }
span { border-color: rgb(160,68,171); }
td.TdClassName
{
border-color: #A044AB;
}
.TagClassName
{
border-color: #A044AB;
}
</style>