Shades of Deep Lilac #A250CA
Tints of Deep Lilac #A250CA
RGB
CMYK
RGB Variations
Color information
#A250CA (or 0xA250CA) is known color: Deep Lilac. HEX triplet: A2, 50 and CA. RGB value is (162,80,202). Sum of RGB (Red+Green+Blue) = 162+80+202=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #A250CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250CA is #5DAF35. Grayscale: #767676. Windows color (decimal): -6139702 or 13258914. OLE color: 13258914.
HSL color Cylindrical-coordinate representation of color #A250CA: hue angle of 280.33º degrees, saturation: 0.54, 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 #A250CA is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 80 | 202 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.21 |
| HSL | 280.33º | 0.54% | 0.55% | - |
| HSV(B) | 280.33º | 0.6% | 0.79% | - |
| XYZ | 28.43 | 17.68 | 57.79 | - |
| YUV | 118.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 202 | 0.20 | 0.60 | 0 | 0.21 | 280.33 | 0.54 | 0.55 |
| Hex | A2 | 50 | CA | 14 | 3C | 0 | 15 | 118 | 36 | 37 |
| Octal | 242 | 120 | 312 | 24 | 74 | 0 | 25 | 430 | 66 | 67 |
| Binary | 10100010 | 1010000 | 11001010 | 10100 | 111100 | 0 | 10101 | 100011000 | 110110 | 110111 |
Color Harmonies of #A250CA
Complementary color
Monochromatic Colors of #A250CA
Black with #A250CA
Text Example
Text Example
White with #A250CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A250CA; }
p { color: rgb(162,80,202); }
H1.HeaderClassName
{
color: #A250CA;
}
.AnyTagClassName
{
color: #A250CA;
}
</style>
background-color css
<style>
a { background-color: #A250CA; }
a { background-color: rgb(162,80,202); }
div.DivClassName
{
background-color: #A250CA;
}
.BgClassName
{
background-color: #A250CA;
}
</style>
border-color css
<style>
span { border-color: #A250CA; }
span { border-color: rgb(162,80,202); }
td.TdClassName
{
border-color: #A250CA;
}
.TagClassName
{
border-color: #A250CA;
}
</style>