Shades of Deep Lilac #A455CC
Tints of Deep Lilac #A455CC
RGB
CMYK
RGB Variations
Color information
#A455CC (or 0xA455CC) is known color: Deep Lilac. HEX triplet: A4, 55 and CC. RGB value is (164,85,204). Sum of RGB (Red+Green+Blue) = 164+85+204=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #A455CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455CC is #5BAA33. Grayscale: #797979. Windows color (decimal): -6007348 or 13391268. OLE color: 13391268.
HSL color Cylindrical-coordinate representation of color #A455CC: hue angle of 279.83º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A455CC is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 85 | 204 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.2 |
| HSL | 279.83º | 0.54% | 0.57% | - |
| HSV(B) | 279.83º | 0.58% | 0.8% | - |
| XYZ | 29.46 | 18.75 | 59.19 | - |
| YUV | 122.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 204 | 0.20 | 0.58 | 0 | 0.2 | 279.83 | 0.54 | 0.57 |
| Hex | A4 | 55 | CC | 14 | 3A | 0 | 14 | 118 | 36 | 39 |
| Octal | 244 | 125 | 314 | 24 | 72 | 0 | 24 | 430 | 66 | 71 |
| Binary | 10100100 | 1010101 | 11001100 | 10100 | 111010 | 0 | 10100 | 100011000 | 110110 | 111001 |
Color Harmonies of #A455CC
Complementary color
Monochromatic Colors of #A455CC
Black with #A455CC
Text Example
Text Example
White with #A455CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A455CC; }
p { color: rgb(164,85,204); }
H1.HeaderClassName
{
color: #A455CC;
}
.AnyTagClassName
{
color: #A455CC;
}
</style>
background-color css
<style>
a { background-color: #A455CC; }
a { background-color: rgb(164,85,204); }
div.DivClassName
{
background-color: #A455CC;
}
.BgClassName
{
background-color: #A455CC;
}
</style>
border-color css
<style>
span { border-color: #A455CC; }
span { border-color: rgb(164,85,204); }
td.TdClassName
{
border-color: #A455CC;
}
.TagClassName
{
border-color: #A455CC;
}
</style>