Shades of Deep Lilac #A74BB4
Tints of Deep Lilac #A74BB4
RGB
CMYK
RGB Variations
Color information
#A74BB4 (or 0xA74BB4) is known color: Deep Lilac. HEX triplet: A7, 4B and B4. RGB value is (167,75,180). Sum of RGB (Red+Green+Blue) = 167+75+180=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #A74BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BB4 is #58B44B. Grayscale: #727272. Windows color (decimal): -5813324 or 11815847. OLE color: 11815847.
HSL color Cylindrical-coordinate representation of color #A74BB4: hue angle of 292.57º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74BB4 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 75 | 180 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.29 |
| HSL | 292.57º | 0.41% | 0.5% | - |
| HSV(B) | 292.57º | 0.58% | 0.71% | - |
| XYZ | 26.69 | 16.54 | 44.97 | - |
| YUV | 114.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 180 | 0.07 | 0.58 | 0 | 0.29 | 292.57 | 0.41 | 0.5 |
| Hex | A7 | 4B | B4 | 7 | 3A | 0 | 1D | 125 | 29 | 32 |
| Octal | 247 | 113 | 264 | 7 | 72 | 0 | 35 | 445 | 51 | 62 |
| Binary | 10100111 | 1001011 | 10110100 | 111 | 111010 | 0 | 11101 | 100100101 | 101001 | 110010 |
Color Harmonies of #A74BB4
Complementary color
Monochromatic Colors of #A74BB4
Black with #A74BB4
Text Example
Text Example
White with #A74BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74BB4; }
p { color: rgb(167,75,180); }
H1.HeaderClassName
{
color: #A74BB4;
}
.AnyTagClassName
{
color: #A74BB4;
}
</style>
background-color css
<style>
a { background-color: #A74BB4; }
a { background-color: rgb(167,75,180); }
div.DivClassName
{
background-color: #A74BB4;
}
.BgClassName
{
background-color: #A74BB4;
}
</style>
border-color css
<style>
span { border-color: #A74BB4; }
span { border-color: rgb(167,75,180); }
td.TdClassName
{
border-color: #A74BB4;
}
.TagClassName
{
border-color: #A74BB4;
}
</style>