Shades of Deep Lilac #A254CF
Tints of Deep Lilac #A254CF
RGB
CMYK
RGB Variations
Color information
#A254CF (or 0xA254CF) is known color: Deep Lilac. HEX triplet: A2, 54 and CF. RGB value is (162,84,207). Sum of RGB (Red+Green+Blue) = 162+84+207=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #A254CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254CF is #5DAB30. Grayscale: #787878. Windows color (decimal): -6138673 or 13587618. OLE color: 13587618.
HSL color Cylindrical-coordinate representation of color #A254CF: hue angle of 278.05º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A254CF is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 84 | 207 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.19 |
| HSL | 278.05º | 0.56% | 0.57% | - |
| HSV(B) | 278.05º | 0.59% | 0.81% | - |
| XYZ | 29.33 | 18.53 | 61.06 | - |
| YUV | 121.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 207 | 0.22 | 0.59 | 0 | 0.19 | 278.05 | 0.56 | 0.57 |
| Hex | A2 | 54 | CF | 16 | 3B | 0 | 13 | 116 | 38 | 39 |
| Octal | 242 | 124 | 317 | 26 | 73 | 0 | 23 | 426 | 70 | 71 |
| Binary | 10100010 | 1010100 | 11001111 | 10110 | 111011 | 0 | 10011 | 100010110 | 111000 | 111001 |
Color Harmonies of #A254CF
Complementary color
Monochromatic Colors of #A254CF
Black with #A254CF
Text Example
Text Example
White with #A254CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A254CF; }
p { color: rgb(162,84,207); }
H1.HeaderClassName
{
color: #A254CF;
}
.AnyTagClassName
{
color: #A254CF;
}
</style>
background-color css
<style>
a { background-color: #A254CF; }
a { background-color: rgb(162,84,207); }
div.DivClassName
{
background-color: #A254CF;
}
.BgClassName
{
background-color: #A254CF;
}
</style>
border-color css
<style>
span { border-color: #A254CF; }
span { border-color: rgb(162,84,207); }
td.TdClassName
{
border-color: #A254CF;
}
.TagClassName
{
border-color: #A254CF;
}
</style>