Shades of Deep Lilac #A742B1
Tints of Deep Lilac #A742B1
RGB
CMYK
RGB Variations
Color information
#A742B1 (or 0xA742B1) is known color: Deep Lilac. HEX triplet: A7, 42 and B1. RGB value is (167,66,177). Sum of RGB (Red+Green+Blue) = 167+66+177=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 177 - color contains mainly: blue. Hex color #A742B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A742B1 is #58BD4E. Grayscale: #6C6C6C. Windows color (decimal): -5815631 or 11616935. OLE color: 11616935.
HSL color Cylindrical-coordinate representation of color #A742B1: hue angle of 294.59º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A742B1 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 66 | 177 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.31 |
| HSL | 294.59º | 0.46% | 0.48% | - |
| HSV(B) | 294.59º | 0.63% | 0.69% | - |
| XYZ | 25.82 | 15.29 | 43.18 | - |
| YUV | 108.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 177 | 0.06 | 0.63 | 0 | 0.31 | 294.59 | 0.46 | 0.48 |
| Hex | A7 | 42 | B1 | 6 | 3F | 0 | 1F | 127 | 2E | 30 |
| Octal | 247 | 102 | 261 | 6 | 77 | 0 | 37 | 447 | 56 | 60 |
| Binary | 10100111 | 1000010 | 10110001 | 110 | 111111 | 0 | 11111 | 100100111 | 101110 | 110000 |
Color Harmonies of #A742B1
Complementary color
Monochromatic Colors of #A742B1
Black with #A742B1
Text Example
Text Example
White with #A742B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A742B1; }
p { color: rgb(167,66,177); }
H1.HeaderClassName
{
color: #A742B1;
}
.AnyTagClassName
{
color: #A742B1;
}
</style>
background-color css
<style>
a { background-color: #A742B1; }
a { background-color: rgb(167,66,177); }
div.DivClassName
{
background-color: #A742B1;
}
.BgClassName
{
background-color: #A742B1;
}
</style>
border-color css
<style>
span { border-color: #A742B1; }
span { border-color: rgb(167,66,177); }
td.TdClassName
{
border-color: #A742B1;
}
.TagClassName
{
border-color: #A742B1;
}
</style>