Shades of Deep Lilac #A254CD
Tints of Deep Lilac #A254CD
RGB
CMYK
RGB Variations
Color information
#A254CD (or 0xA254CD) is known color: Deep Lilac. HEX triplet: A2, 54 and CD. RGB value is (162,84,205). Sum of RGB (Red+Green+Blue) = 162+84+205=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #A254CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254CD is #5DAB32. Grayscale: #787878. Windows color (decimal): -6138675 or 13456546. OLE color: 13456546.
HSL color Cylindrical-coordinate representation of color #A254CD: hue angle of 278.68º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A254CD is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 84 | 205 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.20 |
| HSL | 278.68º | 0.55% | 0.57% | - |
| HSV(B) | 278.68º | 0.59% | 0.8% | - |
| XYZ | 29.09 | 18.43 | 59.78 | - |
| YUV | 121.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 205 | 0.21 | 0.59 | 0 | 0.20 | 278.68 | 0.55 | 0.57 |
| Hex | A2 | 54 | CD | 15 | 3B | 0 | 14 | 117 | 37 | 39 |
| Octal | 242 | 124 | 315 | 25 | 73 | 0 | 24 | 427 | 67 | 71 |
| Binary | 10100010 | 1010100 | 11001101 | 10101 | 111011 | 0 | 10100 | 100010111 | 110111 | 111001 |
Color Harmonies of #A254CD
Complementary color
Monochromatic Colors of #A254CD
Black with #A254CD
Text Example
Text Example
White with #A254CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A254CD; }
p { color: rgb(162,84,205); }
H1.HeaderClassName
{
color: #A254CD;
}
.AnyTagClassName
{
color: #A254CD;
}
</style>
background-color css
<style>
a { background-color: #A254CD; }
a { background-color: rgb(162,84,205); }
div.DivClassName
{
background-color: #A254CD;
}
.BgClassName
{
background-color: #A254CD;
}
</style>
border-color css
<style>
span { border-color: #A254CD; }
span { border-color: rgb(162,84,205); }
td.TdClassName
{
border-color: #A254CD;
}
.TagClassName
{
border-color: #A254CD;
}
</style>