Shades of Violet Blue #A74AAB
Tints of Violet Blue #A74AAB
RGB
CMYK
RGB Variations
Color information
#A74AAB (or 0xA74AAB) is known color: Violet Blue. HEX triplet: A7, 4A and AB. RGB value is (167,74,171). Sum of RGB (Red+Green+Blue) = 167+74+171=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #A74AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74AAB is #58B554. Grayscale: #707070. Windows color (decimal): -5813589 or 11225767. OLE color: 11225767.
HSL color Cylindrical-coordinate representation of color #A74AAB: hue angle of 297.53º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74AAB is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 74 | 171 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.33 |
| HSL | 297.53º | 0.4% | 0.48% | - |
| HSV(B) | 297.53º | 0.57% | 0.67% | - |
| XYZ | 25.74 | 16.05 | 40.27 | - |
| YUV | 112.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 171 | 0.02 | 0.57 | 0 | 0.33 | 297.53 | 0.4 | 0.48 |
| Hex | A7 | 4A | AB | 2 | 39 | 0 | 21 | 12A | 28 | 30 |
| Octal | 247 | 112 | 253 | 2 | 71 | 0 | 41 | 452 | 50 | 60 |
| Binary | 10100111 | 1001010 | 10101011 | 10 | 111001 | 0 | 100001 | 100101010 | 101000 | 110000 |
Color Harmonies of #A74AAB
Complementary color
Monochromatic Colors of #A74AAB
Black with #A74AAB
Text Example
Text Example
White with #A74AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74AAB; }
p { color: rgb(167,74,171); }
H1.HeaderClassName
{
color: #A74AAB;
}
.AnyTagClassName
{
color: #A74AAB;
}
</style>
background-color css
<style>
a { background-color: #A74AAB; }
a { background-color: rgb(167,74,171); }
div.DivClassName
{
background-color: #A74AAB;
}
.BgClassName
{
background-color: #A74AAB;
}
</style>
border-color css
<style>
span { border-color: #A74AAB; }
span { border-color: rgb(167,74,171); }
td.TdClassName
{
border-color: #A74AAB;
}
.TagClassName
{
border-color: #A74AAB;
}
</style>