Shades of Violet Blue #A74DAB
Tints of Violet Blue #A74DAB
RGB
CMYK
RGB Variations
Color information
#A74DAB (or 0xA74DAB) is known color: Violet Blue. HEX triplet: A7, 4D and AB. RGB value is (167,77,171). Sum of RGB (Red+Green+Blue) = 167+77+171=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #A74DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74DAB is #58B254. Grayscale: #727272. Windows color (decimal): -5812821 or 11226535. OLE color: 11226535.
HSL color Cylindrical-coordinate representation of color #A74DAB: hue angle of 297.45º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74DAB is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 77 | 171 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.33 |
| HSL | 297.45º | 0.38% | 0.49% | - |
| HSV(B) | 297.45º | 0.55% | 0.67% | - |
| XYZ | 25.94 | 16.46 | 40.34 | - |
| YUV | 114.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 171 | 0.02 | 0.55 | 0 | 0.33 | 297.45 | 0.38 | 0.49 |
| Hex | A7 | 4D | AB | 2 | 37 | 0 | 21 | 129 | 26 | 31 |
| Octal | 247 | 115 | 253 | 2 | 67 | 0 | 41 | 451 | 46 | 61 |
| Binary | 10100111 | 1001101 | 10101011 | 10 | 110111 | 0 | 100001 | 100101001 | 100110 | 110001 |
Color Harmonies of #A74DAB
Complementary color
Monochromatic Colors of #A74DAB
Black with #A74DAB
Text Example
Text Example
White with #A74DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DAB; }
p { color: rgb(167,77,171); }
H1.HeaderClassName
{
color: #A74DAB;
}
.AnyTagClassName
{
color: #A74DAB;
}
</style>
background-color css
<style>
a { background-color: #A74DAB; }
a { background-color: rgb(167,77,171); }
div.DivClassName
{
background-color: #A74DAB;
}
.BgClassName
{
background-color: #A74DAB;
}
</style>
border-color css
<style>
span { border-color: #A74DAB; }
span { border-color: rgb(167,77,171); }
td.TdClassName
{
border-color: #A74DAB;
}
.TagClassName
{
border-color: #A74DAB;
}
</style>