Shades of Violet Blue #A744AB
Tints of Violet Blue #A744AB
RGB
CMYK
RGB Variations
Color information
#A744AB (or 0xA744AB) is known color: Violet Blue. HEX triplet: A7, 44 and AB. RGB value is (167,68,171). Sum of RGB (Red+Green+Blue) = 167+68+171=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #A744AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A744AB is #58BB54. Grayscale: #6D6D6D. Windows color (decimal): -5815125 or 11224231. OLE color: 11224231.
HSL color Cylindrical-coordinate representation of color #A744AB: hue angle of 297.67º 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 #A744AB is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 68 | 171 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.33 |
| HSL | 297.67º | 0.43% | 0.47% | - |
| HSV(B) | 297.67º | 0.6% | 0.67% | - |
| XYZ | 25.35 | 15.29 | 40.14 | - |
| YUV | 109.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 171 | 0.02 | 0.60 | 0 | 0.33 | 297.67 | 0.43 | 0.47 |
| Hex | A7 | 44 | AB | 2 | 3C | 0 | 21 | 12A | 2B | 2F |
| Octal | 247 | 104 | 253 | 2 | 74 | 0 | 41 | 452 | 53 | 57 |
| Binary | 10100111 | 1000100 | 10101011 | 10 | 111100 | 0 | 100001 | 100101010 | 101011 | 101111 |
Color Harmonies of #A744AB
Complementary color
Monochromatic Colors of #A744AB
Black with #A744AB
Text Example
Text Example
White with #A744AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A744AB; }
p { color: rgb(167,68,171); }
H1.HeaderClassName
{
color: #A744AB;
}
.AnyTagClassName
{
color: #A744AB;
}
</style>
background-color css
<style>
a { background-color: #A744AB; }
a { background-color: rgb(167,68,171); }
div.DivClassName
{
background-color: #A744AB;
}
.BgClassName
{
background-color: #A744AB;
}
</style>
border-color css
<style>
span { border-color: #A744AB; }
span { border-color: rgb(167,68,171); }
td.TdClassName
{
border-color: #A744AB;
}
.TagClassName
{
border-color: #A744AB;
}
</style>