Shades of Deep Lilac #A451BE
Tints of Deep Lilac #A451BE
RGB
CMYK
RGB Variations
Color information
#A451BE (or 0xA451BE) is known color: Deep Lilac. HEX triplet: A4, 51 and BE. RGB value is (164,81,190). Sum of RGB (Red+Green+Blue) = 164+81+190=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #A451BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451BE is #5BAE41. Grayscale: #757575. Windows color (decimal): -6008386 or 12472740. OLE color: 12472740.
HSL color Cylindrical-coordinate representation of color #A451BE: hue angle of 285.69º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A451BE is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 81 | 190 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.25 |
| HSL | 285.69º | 0.46% | 0.53% | - |
| HSV(B) | 285.69º | 0.57% | 0.75% | - |
| XYZ | 27.55 | 17.5 | 50.64 | - |
| YUV | 118.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 190 | 0.14 | 0.57 | 0 | 0.25 | 285.69 | 0.46 | 0.53 |
| Hex | A4 | 51 | BE | E | 39 | 0 | 19 | 11E | 2E | 35 |
| Octal | 244 | 121 | 276 | 16 | 71 | 0 | 31 | 436 | 56 | 65 |
| Binary | 10100100 | 1010001 | 10111110 | 1110 | 111001 | 0 | 11001 | 100011110 | 101110 | 110101 |
Color Harmonies of #A451BE
Complementary color
Monochromatic Colors of #A451BE
Black with #A451BE
Text Example
Text Example
White with #A451BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451BE; }
p { color: rgb(164,81,190); }
H1.HeaderClassName
{
color: #A451BE;
}
.AnyTagClassName
{
color: #A451BE;
}
</style>
background-color css
<style>
a { background-color: #A451BE; }
a { background-color: rgb(164,81,190); }
div.DivClassName
{
background-color: #A451BE;
}
.BgClassName
{
background-color: #A451BE;
}
</style>
border-color css
<style>
span { border-color: #A451BE; }
span { border-color: rgb(164,81,190); }
td.TdClassName
{
border-color: #A451BE;
}
.TagClassName
{
border-color: #A451BE;
}
</style>