Shades of Violet Blue #A74FAC
Tints of Violet Blue #A74FAC
RGB
CMYK
RGB Variations
Color information
#A74FAC (or 0xA74FAC) is known color: Violet Blue. HEX triplet: A7, 4F and AC. RGB value is (167,79,172). Sum of RGB (Red+Green+Blue) = 167+79+172=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #A74FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74FAC is #58B053. Grayscale: #737373. Windows color (decimal): -5812308 or 11292583. OLE color: 11292583.
HSL color Cylindrical-coordinate representation of color #A74FAC: hue angle of 296.77º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A74FAC is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 79 | 172 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.33 |
| HSL | 296.77º | 0.37% | 0.49% | - |
| HSV(B) | 296.77º | 0.54% | 0.67% | - |
| XYZ | 26.18 | 16.79 | 40.89 | - |
| YUV | 115.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 172 | 0.03 | 0.54 | 0 | 0.33 | 296.77 | 0.37 | 0.49 |
| Hex | A7 | 4F | AC | 3 | 36 | 0 | 21 | 129 | 25 | 31 |
| Octal | 247 | 117 | 254 | 3 | 66 | 0 | 41 | 451 | 45 | 61 |
| Binary | 10100111 | 1001111 | 10101100 | 11 | 110110 | 0 | 100001 | 100101001 | 100101 | 110001 |
Color Harmonies of #A74FAC
Complementary color
Monochromatic Colors of #A74FAC
Black with #A74FAC
Text Example
Text Example
White with #A74FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FAC; }
p { color: rgb(167,79,172); }
H1.HeaderClassName
{
color: #A74FAC;
}
.AnyTagClassName
{
color: #A74FAC;
}
</style>
background-color css
<style>
a { background-color: #A74FAC; }
a { background-color: rgb(167,79,172); }
div.DivClassName
{
background-color: #A74FAC;
}
.BgClassName
{
background-color: #A74FAC;
}
</style>
border-color css
<style>
span { border-color: #A74FAC; }
span { border-color: rgb(167,79,172); }
td.TdClassName
{
border-color: #A74FAC;
}
.TagClassName
{
border-color: #A74FAC;
}
</style>