Shades of Deep Lilac #A258C2
Tints of Deep Lilac #A258C2
RGB
CMYK
RGB Variations
Color information
#A258C2 (or 0xA258C2) is known color: Deep Lilac. HEX triplet: A2, 58 and C2. RGB value is (162,88,194). Sum of RGB (Red+Green+Blue) = 162+88+194=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #A258C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258C2 is #5DA73D. Grayscale: #797979. Windows color (decimal): -6137662 or 12736674. OLE color: 12736674.
HSL color Cylindrical-coordinate representation of color #A258C2: hue angle of 281.89º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A258C2 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 88 | 194 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.24 |
| HSL | 281.89º | 0.46% | 0.55% | - |
| HSV(B) | 281.89º | 0.55% | 0.76% | - |
| XYZ | 28.13 | 18.56 | 53.14 | - |
| YUV | 122.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 194 | 0.16 | 0.55 | 0 | 0.24 | 281.89 | 0.46 | 0.55 |
| Hex | A2 | 58 | C2 | 10 | 37 | 0 | 18 | 11A | 2E | 37 |
| Octal | 242 | 130 | 302 | 20 | 67 | 0 | 30 | 432 | 56 | 67 |
| Binary | 10100010 | 1011000 | 11000010 | 10000 | 110111 | 0 | 11000 | 100011010 | 101110 | 110111 |
Color Harmonies of #A258C2
Complementary color
Monochromatic Colors of #A258C2
Black with #A258C2
Text Example
Text Example
White with #A258C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258C2; }
p { color: rgb(162,88,194); }
H1.HeaderClassName
{
color: #A258C2;
}
.AnyTagClassName
{
color: #A258C2;
}
</style>
background-color css
<style>
a { background-color: #A258C2; }
a { background-color: rgb(162,88,194); }
div.DivClassName
{
background-color: #A258C2;
}
.BgClassName
{
background-color: #A258C2;
}
</style>
border-color css
<style>
span { border-color: #A258C2; }
span { border-color: rgb(162,88,194); }
td.TdClassName
{
border-color: #A258C2;
}
.TagClassName
{
border-color: #A258C2;
}
</style>