Shades of Deep Lilac #A350CD
Tints of Deep Lilac #A350CD
RGB
CMYK
RGB Variations
Color information
#A350CD (or 0xA350CD) is known color: Deep Lilac. HEX triplet: A3, 50 and CD. RGB value is (163,80,205). Sum of RGB (Red+Green+Blue) = 163+80+205=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #A350CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350CD is #5CAF32. Grayscale: #767676. Windows color (decimal): -6074163 or 13455523. OLE color: 13455523.
HSL color Cylindrical-coordinate representation of color #A350CD: hue angle of 279.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A350CD is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 80 | 205 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.20 |
| HSL | 279.84º | 0.56% | 0.56% | - |
| HSV(B) | 279.84º | 0.61% | 0.8% | - |
| XYZ | 28.99 | 17.93 | 59.69 | - |
| YUV | 119.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 205 | 0.20 | 0.61 | 0 | 0.20 | 279.84 | 0.56 | 0.56 |
| Hex | A3 | 50 | CD | 14 | 3D | 0 | 14 | 118 | 38 | 38 |
| Octal | 243 | 120 | 315 | 24 | 75 | 0 | 24 | 430 | 70 | 70 |
| Binary | 10100011 | 1010000 | 11001101 | 10100 | 111101 | 0 | 10100 | 100011000 | 111000 | 111000 |
Color Harmonies of #A350CD
Complementary color
Monochromatic Colors of #A350CD
Black with #A350CD
Text Example
Text Example
White with #A350CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350CD; }
p { color: rgb(163,80,205); }
H1.HeaderClassName
{
color: #A350CD;
}
.AnyTagClassName
{
color: #A350CD;
}
</style>
background-color css
<style>
a { background-color: #A350CD; }
a { background-color: rgb(163,80,205); }
div.DivClassName
{
background-color: #A350CD;
}
.BgClassName
{
background-color: #A350CD;
}
</style>
border-color css
<style>
span { border-color: #A350CD; }
span { border-color: rgb(163,80,205); }
td.TdClassName
{
border-color: #A350CD;
}
.TagClassName
{
border-color: #A350CD;
}
</style>