Shades of Deep Lilac #A450C3
Tints of Deep Lilac #A450C3
RGB
CMYK
RGB Variations
Color information
#A450C3 (or 0xA450C3) is known color: Deep Lilac. HEX triplet: A4, 50 and C3. RGB value is (164,80,195). Sum of RGB (Red+Green+Blue) = 164+80+195=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 195 - color contains mainly: blue. Hex color #A450C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450C3 is #5BAF3C. Grayscale: #757575. Windows color (decimal): -6008637 or 12800164. OLE color: 12800164.
HSL color Cylindrical-coordinate representation of color #A450C3: hue angle of 283.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A450C3 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 80 | 195 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.24 |
| HSL | 283.83º | 0.49% | 0.54% | - |
| HSV(B) | 283.83º | 0.59% | 0.76% | - |
| XYZ | 28.03 | 17.57 | 53.54 | - |
| YUV | 118.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 195 | 0.16 | 0.59 | 0 | 0.24 | 283.83 | 0.49 | 0.54 |
| Hex | A4 | 50 | C3 | 10 | 3B | 0 | 18 | 11C | 31 | 36 |
| Octal | 244 | 120 | 303 | 20 | 73 | 0 | 30 | 434 | 61 | 66 |
| Binary | 10100100 | 1010000 | 11000011 | 10000 | 111011 | 0 | 11000 | 100011100 | 110001 | 110110 |
Color Harmonies of #A450C3
Complementary color
Monochromatic Colors of #A450C3
Black with #A450C3
Text Example
Text Example
White with #A450C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450C3; }
p { color: rgb(164,80,195); }
H1.HeaderClassName
{
color: #A450C3;
}
.AnyTagClassName
{
color: #A450C3;
}
</style>
background-color css
<style>
a { background-color: #A450C3; }
a { background-color: rgb(164,80,195); }
div.DivClassName
{
background-color: #A450C3;
}
.BgClassName
{
background-color: #A450C3;
}
</style>
border-color css
<style>
span { border-color: #A450C3; }
span { border-color: rgb(164,80,195); }
td.TdClassName
{
border-color: #A450C3;
}
.TagClassName
{
border-color: #A450C3;
}
</style>