Shades of Violet Blue #A74BAC
Tints of Violet Blue #A74BAC
RGB
CMYK
RGB Variations
Color information
#A74BAC (or 0xA74BAC) is known color: Violet Blue. HEX triplet: A7, 4B and AC. RGB value is (167,75,172). Sum of RGB (Red+Green+Blue) = 167+75+172=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #A74BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74BAC is #58B453. Grayscale: #717171. Windows color (decimal): -5813332 or 11291559. OLE color: 11291559.
HSL color Cylindrical-coordinate representation of color #A74BAC: hue angle of 296.91º 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 #A74BAC is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 75 | 172 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.33 |
| HSL | 296.91º | 0.39% | 0.48% | - |
| HSV(B) | 296.91º | 0.56% | 0.67% | - |
| XYZ | 25.9 | 16.23 | 40.8 | - |
| YUV | 113.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 172 | 0.03 | 0.56 | 0 | 0.33 | 296.91 | 0.39 | 0.48 |
| Hex | A7 | 4B | AC | 3 | 38 | 0 | 21 | 129 | 27 | 30 |
| Octal | 247 | 113 | 254 | 3 | 70 | 0 | 41 | 451 | 47 | 60 |
| Binary | 10100111 | 1001011 | 10101100 | 11 | 111000 | 0 | 100001 | 100101001 | 100111 | 110000 |
Color Harmonies of #A74BAC
Complementary color
Monochromatic Colors of #A74BAC
Black with #A74BAC
Text Example
Text Example
White with #A74BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74BAC; }
p { color: rgb(167,75,172); }
H1.HeaderClassName
{
color: #A74BAC;
}
.AnyTagClassName
{
color: #A74BAC;
}
</style>
background-color css
<style>
a { background-color: #A74BAC; }
a { background-color: rgb(167,75,172); }
div.DivClassName
{
background-color: #A74BAC;
}
.BgClassName
{
background-color: #A74BAC;
}
</style>
border-color css
<style>
span { border-color: #A74BAC; }
span { border-color: rgb(167,75,172); }
td.TdClassName
{
border-color: #A74BAC;
}
.TagClassName
{
border-color: #A74BAC;
}
</style>