Shades of Deep Lilac #A84BC4
Tints of Deep Lilac #A84BC4
RGB
CMYK
RGB Variations
Color information
#A84BC4 (or 0xA84BC4) is known color: Deep Lilac. HEX triplet: A8, 4B and C4. RGB value is (168,75,196). Sum of RGB (Red+Green+Blue) = 168+75+196=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #A84BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BC4 is #57B43B. Grayscale: #747474. Windows color (decimal): -5747772 or 12864424. OLE color: 12864424.
HSL color Cylindrical-coordinate representation of color #A84BC4: hue angle of 286.12º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84BC4 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 75 | 196 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.23 |
| HSL | 286.12º | 0.51% | 0.53% | - |
| HSV(B) | 286.12º | 0.62% | 0.77% | - |
| XYZ | 28.63 | 17.34 | 54.06 | - |
| YUV | 116.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 196 | 0.14 | 0.62 | 0 | 0.23 | 286.12 | 0.51 | 0.53 |
| Hex | A8 | 4B | C4 | E | 3E | 0 | 17 | 11E | 33 | 35 |
| Octal | 250 | 113 | 304 | 16 | 76 | 0 | 27 | 436 | 63 | 65 |
| Binary | 10101000 | 1001011 | 11000100 | 1110 | 111110 | 0 | 10111 | 100011110 | 110011 | 110101 |
Color Harmonies of #A84BC4
Complementary color
Monochromatic Colors of #A84BC4
Black with #A84BC4
Text Example
Text Example
White with #A84BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84BC4; }
p { color: rgb(168,75,196); }
H1.HeaderClassName
{
color: #A84BC4;
}
.AnyTagClassName
{
color: #A84BC4;
}
</style>
background-color css
<style>
a { background-color: #A84BC4; }
a { background-color: rgb(168,75,196); }
div.DivClassName
{
background-color: #A84BC4;
}
.BgClassName
{
background-color: #A84BC4;
}
</style>
border-color css
<style>
span { border-color: #A84BC4; }
span { border-color: rgb(168,75,196); }
td.TdClassName
{
border-color: #A84BC4;
}
.TagClassName
{
border-color: #A84BC4;
}
</style>