Shades of Deep Lilac #A851B4
Tints of Deep Lilac #A851B4
RGB
CMYK
RGB Variations
Color information
#A851B4 (or 0xA851B4) is known color: Deep Lilac. HEX triplet: A8, 51 and B4. RGB value is (168,81,180). Sum of RGB (Red+Green+Blue) = 168+81+180=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #A851B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851B4 is #57AE4B. Grayscale: #757575. Windows color (decimal): -5746252 or 11817384. OLE color: 11817384.
HSL color Cylindrical-coordinate representation of color #A851B4: hue angle of 292.73º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A851B4 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 81 | 180 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.29 |
| HSL | 292.73º | 0.4% | 0.51% | - |
| HSV(B) | 292.73º | 0.55% | 0.71% | - |
| XYZ | 27.33 | 17.5 | 45.12 | - |
| YUV | 118.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 180 | 0.07 | 0.55 | 0 | 0.29 | 292.73 | 0.4 | 0.51 |
| Hex | A8 | 51 | B4 | 7 | 37 | 0 | 1D | 125 | 28 | 33 |
| Octal | 250 | 121 | 264 | 7 | 67 | 0 | 35 | 445 | 50 | 63 |
| Binary | 10101000 | 1010001 | 10110100 | 111 | 110111 | 0 | 11101 | 100100101 | 101000 | 110011 |
Color Harmonies of #A851B4
Complementary color
Monochromatic Colors of #A851B4
Black with #A851B4
Text Example
Text Example
White with #A851B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851B4; }
p { color: rgb(168,81,180); }
H1.HeaderClassName
{
color: #A851B4;
}
.AnyTagClassName
{
color: #A851B4;
}
</style>
background-color css
<style>
a { background-color: #A851B4; }
a { background-color: rgb(168,81,180); }
div.DivClassName
{
background-color: #A851B4;
}
.BgClassName
{
background-color: #A851B4;
}
</style>
border-color css
<style>
span { border-color: #A851B4; }
span { border-color: rgb(168,81,180); }
td.TdClassName
{
border-color: #A851B4;
}
.TagClassName
{
border-color: #A851B4;
}
</style>