Shades of Deep Lilac #A350CF
Tints of Deep Lilac #A350CF
RGB
CMYK
RGB Variations
Color information
#A350CF (or 0xA350CF) is known color: Deep Lilac. HEX triplet: A3, 50 and CF. RGB value is (163,80,207). Sum of RGB (Red+Green+Blue) = 163+80+207=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #A350CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350CF is #5CAF30. Grayscale: #767676. Windows color (decimal): -6074161 or 13586595. OLE color: 13586595.
HSL color Cylindrical-coordinate representation of color #A350CF: hue angle of 279.21º 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 #A350CF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 80 | 207 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.19 |
| HSL | 279.21º | 0.57% | 0.56% | - |
| HSV(B) | 279.21º | 0.61% | 0.81% | - |
| XYZ | 29.24 | 18.03 | 60.97 | - |
| YUV | 119.3 | 177.5 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 207 | 0.21 | 0.61 | 0 | 0.19 | 279.21 | 0.57 | 0.56 |
| Hex | A3 | 50 | CF | 15 | 3D | 0 | 13 | 117 | 39 | 38 |
| Octal | 243 | 120 | 317 | 25 | 75 | 0 | 23 | 427 | 71 | 70 |
| Binary | 10100011 | 1010000 | 11001111 | 10101 | 111101 | 0 | 10011 | 100010111 | 111001 | 111000 |
Color Harmonies of #A350CF
Complementary color
Monochromatic Colors of #A350CF
Black with #A350CF
Text Example
Text Example
White with #A350CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350CF; }
p { color: rgb(163,80,207); }
H1.HeaderClassName
{
color: #A350CF;
}
.AnyTagClassName
{
color: #A350CF;
}
</style>
background-color css
<style>
a { background-color: #A350CF; }
a { background-color: rgb(163,80,207); }
div.DivClassName
{
background-color: #A350CF;
}
.BgClassName
{
background-color: #A350CF;
}
</style>
border-color css
<style>
span { border-color: #A350CF; }
span { border-color: rgb(163,80,207); }
td.TdClassName
{
border-color: #A350CF;
}
.TagClassName
{
border-color: #A350CF;
}
</style>