Shades of Deep Lilac #A258CC
Tints of Deep Lilac #A258CC
RGB
CMYK
RGB Variations
Color information
#A258CC (or 0xA258CC) is known color: Deep Lilac. HEX triplet: A2, 58 and CC. RGB value is (162,88,204). Sum of RGB (Red+Green+Blue) = 162+88+204=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #A258CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258CC is #5DA733. Grayscale: #7A7A7A. Windows color (decimal): -6137652 or 13392034. OLE color: 13392034.
HSL color Cylindrical-coordinate representation of color #A258CC: hue angle of 278.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A258CC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 88 | 204 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.2 |
| HSL | 278.28º | 0.53% | 0.57% | - |
| HSV(B) | 278.28º | 0.57% | 0.8% | - |
| XYZ | 29.29 | 19.02 | 59.25 | - |
| YUV | 123.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 204 | 0.21 | 0.57 | 0 | 0.2 | 278.28 | 0.53 | 0.57 |
| Hex | A2 | 58 | CC | 15 | 39 | 0 | 14 | 116 | 35 | 39 |
| Octal | 242 | 130 | 314 | 25 | 71 | 0 | 24 | 426 | 65 | 71 |
| Binary | 10100010 | 1011000 | 11001100 | 10101 | 111001 | 0 | 10100 | 100010110 | 110101 | 111001 |
Color Harmonies of #A258CC
Complementary color
Monochromatic Colors of #A258CC
Black with #A258CC
Text Example
Text Example
White with #A258CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258CC; }
p { color: rgb(162,88,204); }
H1.HeaderClassName
{
color: #A258CC;
}
.AnyTagClassName
{
color: #A258CC;
}
</style>
background-color css
<style>
a { background-color: #A258CC; }
a { background-color: rgb(162,88,204); }
div.DivClassName
{
background-color: #A258CC;
}
.BgClassName
{
background-color: #A258CC;
}
</style>
border-color css
<style>
span { border-color: #A258CC; }
span { border-color: rgb(162,88,204); }
td.TdClassName
{
border-color: #A258CC;
}
.TagClassName
{
border-color: #A258CC;
}
</style>