Shades of Deep Lilac #A651CA
Tints of Deep Lilac #A651CA
RGB
CMYK
RGB Variations
Color information
#A651CA (or 0xA651CA) is known color: Deep Lilac. HEX triplet: A6, 51 and CA. RGB value is (166,81,202). Sum of RGB (Red+Green+Blue) = 166+81+202=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 81 (32.03% from 255 or 18.04% 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 #A651CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A651CA is #59AE35. Grayscale: #777777. Windows color (decimal): -5877302 or 13259174. OLE color: 13259174.
HSL color Cylindrical-coordinate representation of color #A651CA: hue angle of 282.15º 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 #A651CA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 81 | 202 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.21 |
| HSL | 282.15º | 0.53% | 0.55% | - |
| HSV(B) | 282.15º | 0.6% | 0.79% | - |
| XYZ | 29.33 | 18.26 | 57.86 | - |
| YUV | 120.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 202 | 0.18 | 0.60 | 0 | 0.21 | 282.15 | 0.53 | 0.55 |
| Hex | A6 | 51 | CA | 12 | 3C | 0 | 15 | 11A | 35 | 37 |
| Octal | 246 | 121 | 312 | 22 | 74 | 0 | 25 | 432 | 65 | 67 |
| Binary | 10100110 | 1010001 | 11001010 | 10010 | 111100 | 0 | 10101 | 100011010 | 110101 | 110111 |
Color Harmonies of #A651CA
Complementary color
Monochromatic Colors of #A651CA
Black with #A651CA
Text Example
Text Example
White with #A651CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A651CA; }
p { color: rgb(166,81,202); }
H1.HeaderClassName
{
color: #A651CA;
}
.AnyTagClassName
{
color: #A651CA;
}
</style>
background-color css
<style>
a { background-color: #A651CA; }
a { background-color: rgb(166,81,202); }
div.DivClassName
{
background-color: #A651CA;
}
.BgClassName
{
background-color: #A651CA;
}
</style>
border-color css
<style>
span { border-color: #A651CA; }
span { border-color: rgb(166,81,202); }
td.TdClassName
{
border-color: #A651CA;
}
.TagClassName
{
border-color: #A651CA;
}
</style>