Shades of Deep Lilac #A250CE
Tints of Deep Lilac #A250CE
RGB
CMYK
RGB Variations
Color information
#A250CE (or 0xA250CE) is known color: Deep Lilac. HEX triplet: A2, 50 and CE. RGB value is (162,80,206). Sum of RGB (Red+Green+Blue) = 162+80+206=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #A250CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250CE is #5DAF31. Grayscale: #767676. Windows color (decimal): -6139698 or 13521058. OLE color: 13521058.
HSL color Cylindrical-coordinate representation of color #A250CE: hue angle of 279.05º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A250CE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 80 | 206 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.19 |
| HSL | 279.05º | 0.56% | 0.56% | - |
| HSV(B) | 279.05º | 0.61% | 0.81% | - |
| XYZ | 28.91 | 17.87 | 60.32 | - |
| YUV | 118.88 | 177.17 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 206 | 0.21 | 0.61 | 0 | 0.19 | 279.05 | 0.56 | 0.56 |
| Hex | A2 | 50 | CE | 15 | 3D | 0 | 13 | 117 | 38 | 38 |
| Octal | 242 | 120 | 316 | 25 | 75 | 0 | 23 | 427 | 70 | 70 |
| Binary | 10100010 | 1010000 | 11001110 | 10101 | 111101 | 0 | 10011 | 100010111 | 111000 | 111000 |
Color Harmonies of #A250CE
Complementary color
Monochromatic Colors of #A250CE
Black with #A250CE
Text Example
Text Example
White with #A250CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A250CE; }
p { color: rgb(162,80,206); }
H1.HeaderClassName
{
color: #A250CE;
}
.AnyTagClassName
{
color: #A250CE;
}
</style>
background-color css
<style>
a { background-color: #A250CE; }
a { background-color: rgb(162,80,206); }
div.DivClassName
{
background-color: #A250CE;
}
.BgClassName
{
background-color: #A250CE;
}
</style>
border-color css
<style>
span { border-color: #A250CE; }
span { border-color: rgb(162,80,206); }
td.TdClassName
{
border-color: #A250CE;
}
.TagClassName
{
border-color: #A250CE;
}
</style>