Shades of Deep Lilac #A742BC
Tints of Deep Lilac #A742BC
RGB
CMYK
RGB Variations
Color information
#A742BC (or 0xA742BC) is known color: Deep Lilac. HEX triplet: A7, 42 and BC. RGB value is (167,66,188). Sum of RGB (Red+Green+Blue) = 167+66+188=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #A742BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742BC is #58BD43. Grayscale: #6D6D6D. Windows color (decimal): -5815620 or 12337831. OLE color: 12337831.
HSL color Cylindrical-coordinate representation of color #A742BC: hue angle of 289.67º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A742BC is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 66 | 188 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.26 |
| HSL | 289.67º | 0.48% | 0.5% | - |
| HSV(B) | 289.67º | 0.65% | 0.74% | - |
| XYZ | 26.96 | 15.74 | 49.19 | - |
| YUV | 110.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 188 | 0.11 | 0.65 | 0 | 0.26 | 289.67 | 0.48 | 0.5 |
| Hex | A7 | 42 | BC | B | 41 | 0 | 1A | 122 | 30 | 32 |
| Octal | 247 | 102 | 274 | 13 | 101 | 0 | 32 | 442 | 60 | 62 |
| Binary | 10100111 | 1000010 | 10111100 | 1011 | 1000001 | 0 | 11010 | 100100010 | 110000 | 110010 |
Color Harmonies of #A742BC
Complementary color
Monochromatic Colors of #A742BC
Black with #A742BC
Text Example
Text Example
White with #A742BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A742BC; }
p { color: rgb(167,66,188); }
H1.HeaderClassName
{
color: #A742BC;
}
.AnyTagClassName
{
color: #A742BC;
}
</style>
background-color css
<style>
a { background-color: #A742BC; }
a { background-color: rgb(167,66,188); }
div.DivClassName
{
background-color: #A742BC;
}
.BgClassName
{
background-color: #A742BC;
}
</style>
border-color css
<style>
span { border-color: #A742BC; }
span { border-color: rgb(167,66,188); }
td.TdClassName
{
border-color: #A742BC;
}
.TagClassName
{
border-color: #A742BC;
}
</style>