Shades of Deep Lilac #A451B5
Tints of Deep Lilac #A451B5
RGB
CMYK
RGB Variations
Color information
#A451B5 (or 0xA451B5) is known color: Deep Lilac. HEX triplet: A4, 51 and B5. RGB value is (164,81,181). Sum of RGB (Red+Green+Blue) = 164+81+181=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 181 - color contains mainly: blue. Hex color #A451B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451B5 is #5BAE4A. Grayscale: #747474. Windows color (decimal): -6008395 or 11882916. OLE color: 11882916.
HSL color Cylindrical-coordinate representation of color #A451B5: hue angle of 289.8º 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 #A451B5 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 81 | 181 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.29 |
| HSL | 289.8º | 0.4% | 0.51% | - |
| HSV(B) | 289.8º | 0.55% | 0.71% | - |
| XYZ | 26.59 | 17.11 | 45.62 | - |
| YUV | 117.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 181 | 0.09 | 0.55 | 0 | 0.29 | 289.8 | 0.4 | 0.51 |
| Hex | A4 | 51 | B5 | 9 | 37 | 0 | 1D | 122 | 28 | 33 |
| Octal | 244 | 121 | 265 | 11 | 67 | 0 | 35 | 442 | 50 | 63 |
| Binary | 10100100 | 1010001 | 10110101 | 1001 | 110111 | 0 | 11101 | 100100010 | 101000 | 110011 |
Color Harmonies of #A451B5
Complementary color
Monochromatic Colors of #A451B5
Black with #A451B5
Text Example
Text Example
White with #A451B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451B5; }
p { color: rgb(164,81,181); }
H1.HeaderClassName
{
color: #A451B5;
}
.AnyTagClassName
{
color: #A451B5;
}
</style>
background-color css
<style>
a { background-color: #A451B5; }
a { background-color: rgb(164,81,181); }
div.DivClassName
{
background-color: #A451B5;
}
.BgClassName
{
background-color: #A451B5;
}
</style>
border-color css
<style>
span { border-color: #A451B5; }
span { border-color: rgb(164,81,181); }
td.TdClassName
{
border-color: #A451B5;
}
.TagClassName
{
border-color: #A451B5;
}
</style>