Shades of Deep Lilac #A45CC2
Tints of Deep Lilac #A45CC2
RGB
CMYK
RGB Variations
Color information
#A45CC2 (or 0xA45CC2) is known color: Deep Lilac. HEX triplet: A4, 5C and C2. RGB value is (164,92,194). Sum of RGB (Red+Green+Blue) = 164+92+194=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #A45CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CC2 is #5BA33D. Grayscale: #7C7C7C. Windows color (decimal): -6005566 or 12737700. OLE color: 12737700.
HSL color Cylindrical-coordinate representation of color #A45CC2: hue angle of 282.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A45CC2 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 92 | 194 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.24 |
| HSL | 282.35º | 0.46% | 0.56% | - |
| HSV(B) | 282.35º | 0.53% | 0.76% | - |
| XYZ | 28.87 | 19.44 | 53.27 | - |
| YUV | 125.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 194 | 0.15 | 0.53 | 0 | 0.24 | 282.35 | 0.46 | 0.56 |
| Hex | A4 | 5C | C2 | F | 35 | 0 | 18 | 11A | 2E | 38 |
| Octal | 244 | 134 | 302 | 17 | 65 | 0 | 30 | 432 | 56 | 70 |
| Binary | 10100100 | 1011100 | 11000010 | 1111 | 110101 | 0 | 11000 | 100011010 | 101110 | 111000 |
Color Harmonies of #A45CC2
Complementary color
Monochromatic Colors of #A45CC2
Black with #A45CC2
Text Example
Text Example
White with #A45CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CC2; }
p { color: rgb(164,92,194); }
H1.HeaderClassName
{
color: #A45CC2;
}
.AnyTagClassName
{
color: #A45CC2;
}
</style>
background-color css
<style>
a { background-color: #A45CC2; }
a { background-color: rgb(164,92,194); }
div.DivClassName
{
background-color: #A45CC2;
}
.BgClassName
{
background-color: #A45CC2;
}
</style>
border-color css
<style>
span { border-color: #A45CC2; }
span { border-color: rgb(164,92,194); }
td.TdClassName
{
border-color: #A45CC2;
}
.TagClassName
{
border-color: #A45CC2;
}
</style>