Shades of Deep Lilac #A74FB1
Tints of Deep Lilac #A74FB1
RGB
CMYK
RGB Variations
Color information
#A74FB1 (or 0xA74FB1) is known color: Deep Lilac. HEX triplet: A7, 4F and B1. RGB value is (167,79,177). Sum of RGB (Red+Green+Blue) = 167+79+177=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 177 - color contains mainly: blue. Hex color #A74FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74FB1 is #58B04E. Grayscale: #747474. Windows color (decimal): -5812303 or 11620263. OLE color: 11620263.
HSL color Cylindrical-coordinate representation of color #A74FB1: hue angle of 293.88º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74FB1 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 79 | 177 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.31 |
| HSL | 293.88º | 0.39% | 0.5% | - |
| HSV(B) | 293.88º | 0.55% | 0.69% | - |
| XYZ | 26.67 | 16.98 | 43.47 | - |
| YUV | 116.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 177 | 0.06 | 0.55 | 0 | 0.31 | 293.88 | 0.39 | 0.5 |
| Hex | A7 | 4F | B1 | 6 | 37 | 0 | 1F | 126 | 27 | 32 |
| Octal | 247 | 117 | 261 | 6 | 67 | 0 | 37 | 446 | 47 | 62 |
| Binary | 10100111 | 1001111 | 10110001 | 110 | 110111 | 0 | 11111 | 100100110 | 100111 | 110010 |
Color Harmonies of #A74FB1
Complementary color
Monochromatic Colors of #A74FB1
Black with #A74FB1
Text Example
Text Example
White with #A74FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FB1; }
p { color: rgb(167,79,177); }
H1.HeaderClassName
{
color: #A74FB1;
}
.AnyTagClassName
{
color: #A74FB1;
}
</style>
background-color css
<style>
a { background-color: #A74FB1; }
a { background-color: rgb(167,79,177); }
div.DivClassName
{
background-color: #A74FB1;
}
.BgClassName
{
background-color: #A74FB1;
}
</style>
border-color css
<style>
span { border-color: #A74FB1; }
span { border-color: rgb(167,79,177); }
td.TdClassName
{
border-color: #A74FB1;
}
.TagClassName
{
border-color: #A74FB1;
}
</style>