Shades of Deep Lilac #A458CC
Tints of Deep Lilac #A458CC
RGB
CMYK
RGB Variations
Color information
#A458CC (or 0xA458CC) is known color: Deep Lilac. HEX triplet: A4, 58 and CC. RGB value is (164,88,204). Sum of RGB (Red+Green+Blue) = 164+88+204=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #A458CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458CC is #5BA733. Grayscale: #7B7B7B. Windows color (decimal): -6006580 or 13392036. OLE color: 13392036.
HSL color Cylindrical-coordinate representation of color #A458CC: hue angle of 279.31º 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 #A458CC is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 88 | 204 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.2 |
| HSL | 279.31º | 0.53% | 0.57% | - |
| HSV(B) | 279.31º | 0.57% | 0.8% | - |
| XYZ | 29.7 | 19.23 | 59.27 | - |
| YUV | 123.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 204 | 0.20 | 0.57 | 0 | 0.2 | 279.31 | 0.53 | 0.57 |
| Hex | A4 | 58 | CC | 14 | 39 | 0 | 14 | 117 | 35 | 39 |
| Octal | 244 | 130 | 314 | 24 | 71 | 0 | 24 | 427 | 65 | 71 |
| Binary | 10100100 | 1011000 | 11001100 | 10100 | 111001 | 0 | 10100 | 100010111 | 110101 | 111001 |
Color Harmonies of #A458CC
Complementary color
Monochromatic Colors of #A458CC
Black with #A458CC
Text Example
Text Example
White with #A458CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458CC; }
p { color: rgb(164,88,204); }
H1.HeaderClassName
{
color: #A458CC;
}
.AnyTagClassName
{
color: #A458CC;
}
</style>
background-color css
<style>
a { background-color: #A458CC; }
a { background-color: rgb(164,88,204); }
div.DivClassName
{
background-color: #A458CC;
}
.BgClassName
{
background-color: #A458CC;
}
</style>
border-color css
<style>
span { border-color: #A458CC; }
span { border-color: rgb(164,88,204); }
td.TdClassName
{
border-color: #A458CC;
}
.TagClassName
{
border-color: #A458CC;
}
</style>