Shades of Deep Lilac #A257CC
Tints of Deep Lilac #A257CC
RGB
CMYK
RGB Variations
Color information
#A257CC (or 0xA257CC) is known color: Deep Lilac. HEX triplet: A2, 57 and CC. RGB value is (162,87,204). Sum of RGB (Red+Green+Blue) = 162+87+204=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 87 (34.38% from 255 or 19.21% 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 #A257CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257CC is #5DA833. Grayscale: #7A7A7A. Windows color (decimal): -6137908 or 13391778. OLE color: 13391778.
HSL color Cylindrical-coordinate representation of color #A257CC: hue angle of 278.46º 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 #A257CC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 87 | 204 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.2 |
| HSL | 278.46º | 0.53% | 0.57% | - |
| HSV(B) | 278.46º | 0.57% | 0.8% | - |
| XYZ | 29.21 | 18.86 | 59.23 | - |
| YUV | 122.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 204 | 0.21 | 0.57 | 0 | 0.2 | 278.46 | 0.53 | 0.57 |
| Hex | A2 | 57 | CC | 15 | 39 | 0 | 14 | 116 | 35 | 39 |
| Octal | 242 | 127 | 314 | 25 | 71 | 0 | 24 | 426 | 65 | 71 |
| Binary | 10100010 | 1010111 | 11001100 | 10101 | 111001 | 0 | 10100 | 100010110 | 110101 | 111001 |
Color Harmonies of #A257CC
Complementary color
Monochromatic Colors of #A257CC
Black with #A257CC
Text Example
Text Example
White with #A257CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A257CC; }
p { color: rgb(162,87,204); }
H1.HeaderClassName
{
color: #A257CC;
}
.AnyTagClassName
{
color: #A257CC;
}
</style>
background-color css
<style>
a { background-color: #A257CC; }
a { background-color: rgb(162,87,204); }
div.DivClassName
{
background-color: #A257CC;
}
.BgClassName
{
background-color: #A257CC;
}
</style>
border-color css
<style>
span { border-color: #A257CC; }
span { border-color: rgb(162,87,204); }
td.TdClassName
{
border-color: #A257CC;
}
.TagClassName
{
border-color: #A257CC;
}
</style>