Shades of Deep Lilac #A55DC7
Tints of Deep Lilac #A55DC7
RGB
CMYK
RGB Variations
Color information
#A55DC7 (or 0xA55DC7) is known color: Deep Lilac. HEX triplet: A5, 5D and C7. RGB value is (165,93,199). Sum of RGB (Red+Green+Blue) = 165+93+199=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 199 - color contains mainly: blue. Hex color #A55DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DC7 is #5AA238. Grayscale: #7E7E7E. Windows color (decimal): -5939769 or 13065637. OLE color: 13065637.
HSL color Cylindrical-coordinate representation of color #A55DC7: hue angle of 280.75º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A55DC7 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 93 | 199 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.22 |
| HSL | 280.75º | 0.49% | 0.57% | - |
| HSV(B) | 280.75º | 0.53% | 0.78% | - |
| XYZ | 29.74 | 19.95 | 56.32 | - |
| YUV | 126.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 199 | 0.17 | 0.53 | 0 | 0.22 | 280.75 | 0.49 | 0.57 |
| Hex | A5 | 5D | C7 | 11 | 35 | 0 | 16 | 119 | 31 | 39 |
| Octal | 245 | 135 | 307 | 21 | 65 | 0 | 26 | 431 | 61 | 71 |
| Binary | 10100101 | 1011101 | 11000111 | 10001 | 110101 | 0 | 10110 | 100011001 | 110001 | 111001 |
Color Harmonies of #A55DC7
Complementary color
Monochromatic Colors of #A55DC7
Black with #A55DC7
Text Example
Text Example
White with #A55DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DC7; }
p { color: rgb(165,93,199); }
H1.HeaderClassName
{
color: #A55DC7;
}
.AnyTagClassName
{
color: #A55DC7;
}
</style>
background-color css
<style>
a { background-color: #A55DC7; }
a { background-color: rgb(165,93,199); }
div.DivClassName
{
background-color: #A55DC7;
}
.BgClassName
{
background-color: #A55DC7;
}
</style>
border-color css
<style>
span { border-color: #A55DC7; }
span { border-color: rgb(165,93,199); }
td.TdClassName
{
border-color: #A55DC7;
}
.TagClassName
{
border-color: #A55DC7;
}
</style>