Shades of Deep Lilac #A354CF
Tints of Deep Lilac #A354CF
RGB
CMYK
RGB Variations
Color information
#A354CF (or 0xA354CF) is known color: Deep Lilac. HEX triplet: A3, 54 and CF. RGB value is (163,84,207). Sum of RGB (Red+Green+Blue) = 163+84+207=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #A354CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A354CF is #5CAB30. Grayscale: #797979. Windows color (decimal): -6073137 or 13587619. OLE color: 13587619.
HSL color Cylindrical-coordinate representation of color #A354CF: hue angle of 278.54º 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 #A354CF is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 84 | 207 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.19 |
| HSL | 278.54º | 0.56% | 0.57% | - |
| HSV(B) | 278.54º | 0.59% | 0.81% | - |
| XYZ | 29.54 | 18.63 | 61.07 | - |
| YUV | 121.64 | 176.17 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 84 | 207 | 0.21 | 0.59 | 0 | 0.19 | 278.54 | 0.56 | 0.57 |
| Hex | A3 | 54 | CF | 15 | 3B | 0 | 13 | 117 | 38 | 39 |
| Octal | 243 | 124 | 317 | 25 | 73 | 0 | 23 | 427 | 70 | 71 |
| Binary | 10100011 | 1010100 | 11001111 | 10101 | 111011 | 0 | 10011 | 100010111 | 111000 | 111001 |
Color Harmonies of #A354CF
Complementary color
Monochromatic Colors of #A354CF
Black with #A354CF
Text Example
Text Example
White with #A354CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A354CF; }
p { color: rgb(163,84,207); }
H1.HeaderClassName
{
color: #A354CF;
}
.AnyTagClassName
{
color: #A354CF;
}
</style>
background-color css
<style>
a { background-color: #A354CF; }
a { background-color: rgb(163,84,207); }
div.DivClassName
{
background-color: #A354CF;
}
.BgClassName
{
background-color: #A354CF;
}
</style>
border-color css
<style>
span { border-color: #A354CF; }
span { border-color: rgb(163,84,207); }
td.TdClassName
{
border-color: #A354CF;
}
.TagClassName
{
border-color: #A354CF;
}
</style>