Shades of Deep Lilac #A453CA
Tints of Deep Lilac #A453CA
RGB
CMYK
RGB Variations
Color information
#A453CA (or 0xA453CA) is known color: Deep Lilac. HEX triplet: A4, 53 and CA. RGB value is (164,83,202). Sum of RGB (Red+Green+Blue) = 164+83+202=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #A453CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A453CA is #5BAC35. Grayscale: #787878. Windows color (decimal): -6007862 or 13259684. OLE color: 13259684.
HSL color Cylindrical-coordinate representation of color #A453CA: hue angle of 280.84º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A453CA is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 83 | 202 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.21 |
| HSL | 280.84º | 0.53% | 0.56% | - |
| HSV(B) | 280.84º | 0.59% | 0.79% | - |
| XYZ | 29.06 | 18.34 | 57.89 | - |
| YUV | 120.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 202 | 0.19 | 0.59 | 0 | 0.21 | 280.84 | 0.53 | 0.56 |
| Hex | A4 | 53 | CA | 13 | 3B | 0 | 15 | 119 | 35 | 38 |
| Octal | 244 | 123 | 312 | 23 | 73 | 0 | 25 | 431 | 65 | 70 |
| Binary | 10100100 | 1010011 | 11001010 | 10011 | 111011 | 0 | 10101 | 100011001 | 110101 | 111000 |
Color Harmonies of #A453CA
Complementary color
Monochromatic Colors of #A453CA
Black with #A453CA
Text Example
Text Example
White with #A453CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A453CA; }
p { color: rgb(164,83,202); }
H1.HeaderClassName
{
color: #A453CA;
}
.AnyTagClassName
{
color: #A453CA;
}
</style>
background-color css
<style>
a { background-color: #A453CA; }
a { background-color: rgb(164,83,202); }
div.DivClassName
{
background-color: #A453CA;
}
.BgClassName
{
background-color: #A453CA;
}
</style>
border-color css
<style>
span { border-color: #A453CA; }
span { border-color: rgb(164,83,202); }
td.TdClassName
{
border-color: #A453CA;
}
.TagClassName
{
border-color: #A453CA;
}
</style>