Shades of Violet Blue #A74DAC
Tints of Violet Blue #A74DAC
RGB
CMYK
RGB Variations
Color information
#A74DAC (or 0xA74DAC) is known color: Violet Blue. HEX triplet: A7, 4D and AC. RGB value is (167,77,172). Sum of RGB (Red+Green+Blue) = 167+77+172=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #A74DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74DAC is #58B253. Grayscale: #727272. Windows color (decimal): -5812820 or 11292071. OLE color: 11292071.
HSL color Cylindrical-coordinate representation of color #A74DAC: hue angle of 296.84º 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 #A74DAC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 77 | 172 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.33 |
| HSL | 296.84º | 0.38% | 0.49% | - |
| HSV(B) | 296.84º | 0.55% | 0.67% | - |
| XYZ | 26.04 | 16.5 | 40.84 | - |
| YUV | 114.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 172 | 0.03 | 0.55 | 0 | 0.33 | 296.84 | 0.38 | 0.49 |
| Hex | A7 | 4D | AC | 3 | 37 | 0 | 21 | 129 | 26 | 31 |
| Octal | 247 | 115 | 254 | 3 | 67 | 0 | 41 | 451 | 46 | 61 |
| Binary | 10100111 | 1001101 | 10101100 | 11 | 110111 | 0 | 100001 | 100101001 | 100110 | 110001 |
Color Harmonies of #A74DAC
Complementary color
Monochromatic Colors of #A74DAC
Black with #A74DAC
Text Example
Text Example
White with #A74DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DAC; }
p { color: rgb(167,77,172); }
H1.HeaderClassName
{
color: #A74DAC;
}
.AnyTagClassName
{
color: #A74DAC;
}
</style>
background-color css
<style>
a { background-color: #A74DAC; }
a { background-color: rgb(167,77,172); }
div.DivClassName
{
background-color: #A74DAC;
}
.BgClassName
{
background-color: #A74DAC;
}
</style>
border-color css
<style>
span { border-color: #A74DAC; }
span { border-color: rgb(167,77,172); }
td.TdClassName
{
border-color: #A74DAC;
}
.TagClassName
{
border-color: #A74DAC;
}
</style>