Shades of Deep Lilac #A451B9
Tints of Deep Lilac #A451B9
RGB
CMYK
RGB Variations
Color information
#A451B9 (or 0xA451B9) is known color: Deep Lilac. HEX triplet: A4, 51 and B9. RGB value is (164,81,185). Sum of RGB (Red+Green+Blue) = 164+81+185=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #A451B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451B9 is #5BAE46. Grayscale: #757575. Windows color (decimal): -6008391 or 12145060. OLE color: 12145060.
HSL color Cylindrical-coordinate representation of color #A451B9: hue angle of 287.88º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A451B9 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 81 | 185 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.27 |
| HSL | 287.88º | 0.43% | 0.52% | - |
| HSV(B) | 287.88º | 0.56% | 0.73% | - |
| XYZ | 27.01 | 17.28 | 47.81 | - |
| YUV | 117.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 185 | 0.11 | 0.56 | 0 | 0.27 | 287.88 | 0.43 | 0.52 |
| Hex | A4 | 51 | B9 | B | 38 | 0 | 1B | 120 | 2B | 34 |
| Octal | 244 | 121 | 271 | 13 | 70 | 0 | 33 | 440 | 53 | 64 |
| Binary | 10100100 | 1010001 | 10111001 | 1011 | 111000 | 0 | 11011 | 100100000 | 101011 | 110100 |
Color Harmonies of #A451B9
Complementary color
Monochromatic Colors of #A451B9
Black with #A451B9
Text Example
Text Example
White with #A451B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451B9; }
p { color: rgb(164,81,185); }
H1.HeaderClassName
{
color: #A451B9;
}
.AnyTagClassName
{
color: #A451B9;
}
</style>
background-color css
<style>
a { background-color: #A451B9; }
a { background-color: rgb(164,81,185); }
div.DivClassName
{
background-color: #A451B9;
}
.BgClassName
{
background-color: #A451B9;
}
</style>
border-color css
<style>
span { border-color: #A451B9; }
span { border-color: rgb(164,81,185); }
td.TdClassName
{
border-color: #A451B9;
}
.TagClassName
{
border-color: #A451B9;
}
</style>