Shades of Violet Blue #A74B96
Tints of Violet Blue #A74B96
RGB
CMYK
RGB Variations
Color information
#A74B96 (or 0xA74B96) is known color: Violet Blue. HEX triplet: A7, 4B and 96. RGB value is (167,75,150). Sum of RGB (Red+Green+Blue) = 167+75+150=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74B96 is #58B469. Grayscale: #6E6E6E. Windows color (decimal): -5813354 or 9849767. OLE color: 9849767.
HSL color Cylindrical-coordinate representation of color #A74B96: hue angle of 311.09º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74B96 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 75 | 150 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.35 |
| HSL | 311.09º | 0.38% | 0.47% | - |
| HSV(B) | 311.09º | 0.55% | 0.65% | - |
| XYZ | 23.96 | 15.45 | 30.57 | - |
| YUV | 111.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 150 | 0 | 0.55 | 0.10 | 0.35 | 311.09 | 0.38 | 0.47 |
| Hex | A7 | 4B | 96 | 0 | 37 | A | 23 | 137 | 26 | 2F |
| Octal | 247 | 113 | 226 | 0 | 67 | 12 | 43 | 467 | 46 | 57 |
| Binary | 10100111 | 1001011 | 10010110 | 0 | 110111 | 1010 | 100011 | 100110111 | 100110 | 101111 |
Color Harmonies of #A74B96
Complementary color
Monochromatic Colors of #A74B96
Black with #A74B96
Text Example
Text Example
White with #A74B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74B96; }
p { color: rgb(167,75,150); }
H1.HeaderClassName
{
color: #A74B96;
}
.AnyTagClassName
{
color: #A74B96;
}
</style>
background-color css
<style>
a { background-color: #A74B96; }
a { background-color: rgb(167,75,150); }
div.DivClassName
{
background-color: #A74B96;
}
.BgClassName
{
background-color: #A74B96;
}
</style>
border-color css
<style>
span { border-color: #A74B96; }
span { border-color: rgb(167,75,150); }
td.TdClassName
{
border-color: #A74B96;
}
.TagClassName
{
border-color: #A74B96;
}
</style>