Shades of Deep Lilac #A74BBC
Tints of Deep Lilac #A74BBC
RGB
CMYK
RGB Variations
Color information
#A74BBC (or 0xA74BBC) is known color: Deep Lilac. HEX triplet: A7, 4B and BC. RGB value is (167,75,188). Sum of RGB (Red+Green+Blue) = 167+75+188=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #A74BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BBC is #58B443. Grayscale: #737373. Windows color (decimal): -5813316 or 12340135. OLE color: 12340135.
HSL color Cylindrical-coordinate representation of color #A74BBC: hue angle of 288.85º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74BBC is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 75 | 188 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.26 |
| HSL | 288.85º | 0.46% | 0.52% | - |
| HSV(B) | 288.85º | 0.6% | 0.74% | - |
| XYZ | 27.53 | 16.88 | 49.38 | - |
| YUV | 115.39 | 168.98 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 188 | 0.11 | 0.60 | 0 | 0.26 | 288.85 | 0.46 | 0.52 |
| Hex | A7 | 4B | BC | B | 3C | 0 | 1A | 121 | 2E | 34 |
| Octal | 247 | 113 | 274 | 13 | 74 | 0 | 32 | 441 | 56 | 64 |
| Binary | 10100111 | 1001011 | 10111100 | 1011 | 111100 | 0 | 11010 | 100100001 | 101110 | 110100 |
Color Harmonies of #A74BBC
Complementary color
Monochromatic Colors of #A74BBC
Black with #A74BBC
Text Example
Text Example
White with #A74BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74BBC; }
p { color: rgb(167,75,188); }
H1.HeaderClassName
{
color: #A74BBC;
}
.AnyTagClassName
{
color: #A74BBC;
}
</style>
background-color css
<style>
a { background-color: #A74BBC; }
a { background-color: rgb(167,75,188); }
div.DivClassName
{
background-color: #A74BBC;
}
.BgClassName
{
background-color: #A74BBC;
}
</style>
border-color css
<style>
span { border-color: #A74BBC; }
span { border-color: rgb(167,75,188); }
td.TdClassName
{
border-color: #A74BBC;
}
.TagClassName
{
border-color: #A74BBC;
}
</style>