Shades of Violet Blue #A74D9E
Tints of Violet Blue #A74D9E
RGB
CMYK
RGB Variations
Color information
#A74D9E (or 0xA74D9E) is known color: Violet Blue. HEX triplet: A7, 4D and 9E. RGB value is (167,77,158). Sum of RGB (Red+Green+Blue) = 167+77+158=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74D9E is #58B261. Grayscale: #707070. Windows color (decimal): -5812834 or 10374567. OLE color: 10374567.
HSL color Cylindrical-coordinate representation of color #A74D9E: hue angle of 306º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A74D9E is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 77 | 158 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.35 |
| HSL | 306º | 0.37% | 0.48% | - |
| HSV(B) | 306º | 0.54% | 0.65% | - |
| XYZ | 24.76 | 15.99 | 34.13 | - |
| YUV | 113.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 158 | 0 | 0.54 | 0.05 | 0.35 | 306 | 0.37 | 0.48 |
| Hex | A7 | 4D | 9E | 0 | 36 | 5 | 23 | 132 | 25 | 30 |
| Octal | 247 | 115 | 236 | 0 | 66 | 5 | 43 | 462 | 45 | 60 |
| Binary | 10100111 | 1001101 | 10011110 | 0 | 110110 | 101 | 100011 | 100110010 | 100101 | 110000 |
Color Harmonies of #A74D9E
Complementary color
Monochromatic Colors of #A74D9E
Black with #A74D9E
Text Example
Text Example
White with #A74D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74D9E; }
p { color: rgb(167,77,158); }
H1.HeaderClassName
{
color: #A74D9E;
}
.AnyTagClassName
{
color: #A74D9E;
}
</style>
background-color css
<style>
a { background-color: #A74D9E; }
a { background-color: rgb(167,77,158); }
div.DivClassName
{
background-color: #A74D9E;
}
.BgClassName
{
background-color: #A74D9E;
}
</style>
border-color css
<style>
span { border-color: #A74D9E; }
span { border-color: rgb(167,77,158); }
td.TdClassName
{
border-color: #A74D9E;
}
.TagClassName
{
border-color: #A74D9E;
}
</style>