Shades of Deep Lilac #A84CB4
Tints of Deep Lilac #A84CB4
RGB
CMYK
RGB Variations
Color information
#A84CB4 (or 0xA84CB4) is known color: Deep Lilac. HEX triplet: A8, 4C and B4. RGB value is (168,76,180). Sum of RGB (Red+Green+Blue) = 168+76+180=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #A84CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CB4 is #57B34B. Grayscale: #737373. Windows color (decimal): -5747532 or 11816104. OLE color: 11816104.
HSL color Cylindrical-coordinate representation of color #A84CB4: hue angle of 293.08º 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 #A84CB4 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 76 | 180 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.29 |
| HSL | 293.08º | 0.41% | 0.5% | - |
| HSV(B) | 293.08º | 0.58% | 0.71% | - |
| XYZ | 26.97 | 16.79 | 45 | - |
| YUV | 115.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 180 | 0.07 | 0.58 | 0 | 0.29 | 293.08 | 0.41 | 0.5 |
| Hex | A8 | 4C | B4 | 7 | 3A | 0 | 1D | 125 | 29 | 32 |
| Octal | 250 | 114 | 264 | 7 | 72 | 0 | 35 | 445 | 51 | 62 |
| Binary | 10101000 | 1001100 | 10110100 | 111 | 111010 | 0 | 11101 | 100100101 | 101001 | 110010 |
Color Harmonies of #A84CB4
Complementary color
Monochromatic Colors of #A84CB4
Black with #A84CB4
Text Example
Text Example
White with #A84CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CB4; }
p { color: rgb(168,76,180); }
H1.HeaderClassName
{
color: #A84CB4;
}
.AnyTagClassName
{
color: #A84CB4;
}
</style>
background-color css
<style>
a { background-color: #A84CB4; }
a { background-color: rgb(168,76,180); }
div.DivClassName
{
background-color: #A84CB4;
}
.BgClassName
{
background-color: #A84CB4;
}
</style>
border-color css
<style>
span { border-color: #A84CB4; }
span { border-color: rgb(168,76,180); }
td.TdClassName
{
border-color: #A84CB4;
}
.TagClassName
{
border-color: #A84CB4;
}
</style>