Shades of Violet Blue #A74BAB
Tints of Violet Blue #A74BAB
RGB
CMYK
RGB Variations
Color information
#A74BAB (or 0xA74BAB) is known color: Violet Blue. HEX triplet: A7, 4B and AB. RGB value is (167,75,171). Sum of RGB (Red+Green+Blue) = 167+75+171=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #A74BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74BAB is #58B454. Grayscale: #717171. Windows color (decimal): -5813333 or 11226023. OLE color: 11226023.
HSL color Cylindrical-coordinate representation of color #A74BAB: hue angle of 297.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74BAB is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 75 | 171 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.33 |
| HSL | 297.5º | 0.39% | 0.48% | - |
| HSV(B) | 297.5º | 0.56% | 0.67% | - |
| XYZ | 25.8 | 16.19 | 40.29 | - |
| YUV | 113.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 171 | 0.02 | 0.56 | 0 | 0.33 | 297.5 | 0.39 | 0.48 |
| Hex | A7 | 4B | AB | 2 | 38 | 0 | 21 | 12A | 27 | 30 |
| Octal | 247 | 113 | 253 | 2 | 70 | 0 | 41 | 452 | 47 | 60 |
| Binary | 10100111 | 1001011 | 10101011 | 10 | 111000 | 0 | 100001 | 100101010 | 100111 | 110000 |
Color Harmonies of #A74BAB
Complementary color
Monochromatic Colors of #A74BAB
Black with #A74BAB
Text Example
Text Example
White with #A74BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74BAB; }
p { color: rgb(167,75,171); }
H1.HeaderClassName
{
color: #A74BAB;
}
.AnyTagClassName
{
color: #A74BAB;
}
</style>
background-color css
<style>
a { background-color: #A74BAB; }
a { background-color: rgb(167,75,171); }
div.DivClassName
{
background-color: #A74BAB;
}
.BgClassName
{
background-color: #A74BAB;
}
</style>
border-color css
<style>
span { border-color: #A74BAB; }
span { border-color: rgb(167,75,171); }
td.TdClassName
{
border-color: #A74BAB;
}
.TagClassName
{
border-color: #A74BAB;
}
</style>