Shades of Deep Lilac #A451CF
Tints of Deep Lilac #A451CF
RGB
CMYK
RGB Variations
Color information
#A451CF (or 0xA451CF) is known color: Deep Lilac. HEX triplet: A4, 51 and CF. RGB value is (164,81,207). Sum of RGB (Red+Green+Blue) = 164+81+207=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #A451CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451CF is #5BAE30. Grayscale: #777777. Windows color (decimal): -6008369 or 13586852. OLE color: 13586852.
HSL color Cylindrical-coordinate representation of color #A451CF: hue angle of 279.52º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A451CF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 81 | 207 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.19 |
| HSL | 279.52º | 0.57% | 0.56% | - |
| HSV(B) | 279.52º | 0.61% | 0.81% | - |
| XYZ | 29.51 | 18.28 | 61 | - |
| YUV | 120.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 207 | 0.21 | 0.61 | 0 | 0.19 | 279.52 | 0.57 | 0.56 |
| Hex | A4 | 51 | CF | 15 | 3D | 0 | 13 | 118 | 39 | 38 |
| Octal | 244 | 121 | 317 | 25 | 75 | 0 | 23 | 430 | 71 | 70 |
| Binary | 10100100 | 1010001 | 11001111 | 10101 | 111101 | 0 | 10011 | 100011000 | 111001 | 111000 |
Color Harmonies of #A451CF
Complementary color
Monochromatic Colors of #A451CF
Black with #A451CF
Text Example
Text Example
White with #A451CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451CF; }
p { color: rgb(164,81,207); }
H1.HeaderClassName
{
color: #A451CF;
}
.AnyTagClassName
{
color: #A451CF;
}
</style>
background-color css
<style>
a { background-color: #A451CF; }
a { background-color: rgb(164,81,207); }
div.DivClassName
{
background-color: #A451CF;
}
.BgClassName
{
background-color: #A451CF;
}
</style>
border-color css
<style>
span { border-color: #A451CF; }
span { border-color: rgb(164,81,207); }
td.TdClassName
{
border-color: #A451CF;
}
.TagClassName
{
border-color: #A451CF;
}
</style>