Shades of Deep Lilac #A451CA
Tints of Deep Lilac #A451CA
RGB
CMYK
RGB Variations
Color information
#A451CA (or 0xA451CA) is known color: Deep Lilac. HEX triplet: A4, 51 and CA. RGB value is (164,81,202). Sum of RGB (Red+Green+Blue) = 164+81+202=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #A451CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451CA is #5BAE35. Grayscale: #777777. Windows color (decimal): -6008374 or 13259172. OLE color: 13259172.
HSL color Cylindrical-coordinate representation of color #A451CA: hue angle of 281.16º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A451CA is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 81 | 202 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.21 |
| HSL | 281.16º | 0.53% | 0.55% | - |
| HSV(B) | 281.16º | 0.6% | 0.79% | - |
| XYZ | 28.91 | 18.04 | 57.84 | - |
| YUV | 119.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 202 | 0.19 | 0.60 | 0 | 0.21 | 281.16 | 0.53 | 0.55 |
| Hex | A4 | 51 | CA | 13 | 3C | 0 | 15 | 119 | 35 | 37 |
| Octal | 244 | 121 | 312 | 23 | 74 | 0 | 25 | 431 | 65 | 67 |
| Binary | 10100100 | 1010001 | 11001010 | 10011 | 111100 | 0 | 10101 | 100011001 | 110101 | 110111 |
Color Harmonies of #A451CA
Complementary color
Monochromatic Colors of #A451CA
Black with #A451CA
Text Example
Text Example
White with #A451CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451CA; }
p { color: rgb(164,81,202); }
H1.HeaderClassName
{
color: #A451CA;
}
.AnyTagClassName
{
color: #A451CA;
}
</style>
background-color css
<style>
a { background-color: #A451CA; }
a { background-color: rgb(164,81,202); }
div.DivClassName
{
background-color: #A451CA;
}
.BgClassName
{
background-color: #A451CA;
}
</style>
border-color css
<style>
span { border-color: #A451CA; }
span { border-color: rgb(164,81,202); }
td.TdClassName
{
border-color: #A451CA;
}
.TagClassName
{
border-color: #A451CA;
}
</style>