Shades of Violet Blue #A74C93
Tints of Violet Blue #A74C93
RGB
CMYK
RGB Variations
Color information
#A74C93 (or 0xA74C93) is known color: Violet Blue. HEX triplet: A7, 4C and 93. RGB value is (167,76,147). Sum of RGB (Red+Green+Blue) = 167+76+147=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74C93 is #58B36C. Grayscale: #6F6F6F. Windows color (decimal): -5813101 or 9653415. OLE color: 9653415.
HSL color Cylindrical-coordinate representation of color #A74C93: hue angle of 313.19º 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 #A74C93 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 76 | 147 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.35 |
| HSL | 313.19º | 0.37% | 0.48% | - |
| HSV(B) | 313.19º | 0.54% | 0.65% | - |
| XYZ | 23.79 | 15.49 | 29.34 | - |
| YUV | 111.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 147 | 0 | 0.54 | 0.12 | 0.35 | 313.19 | 0.37 | 0.48 |
| Hex | A7 | 4C | 93 | 0 | 36 | C | 23 | 139 | 25 | 30 |
| Octal | 247 | 114 | 223 | 0 | 66 | 14 | 43 | 471 | 45 | 60 |
| Binary | 10100111 | 1001100 | 10010011 | 0 | 110110 | 1100 | 100011 | 100111001 | 100101 | 110000 |
Color Harmonies of #A74C93
Complementary color
Monochromatic Colors of #A74C93
Black with #A74C93
Text Example
Text Example
White with #A74C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74C93; }
p { color: rgb(167,76,147); }
H1.HeaderClassName
{
color: #A74C93;
}
.AnyTagClassName
{
color: #A74C93;
}
</style>
background-color css
<style>
a { background-color: #A74C93; }
a { background-color: rgb(167,76,147); }
div.DivClassName
{
background-color: #A74C93;
}
.BgClassName
{
background-color: #A74C93;
}
</style>
border-color css
<style>
span { border-color: #A74C93; }
span { border-color: rgb(167,76,147); }
td.TdClassName
{
border-color: #A74C93;
}
.TagClassName
{
border-color: #A74C93;
}
</style>