Shades of Deep Lilac #A845C3
Tints of Deep Lilac #A845C3
RGB
CMYK
RGB Variations
Color information
#A845C3 (or 0xA845C3) is known color: Deep Lilac. HEX triplet: A8, 45 and C3. RGB value is (168,69,195). Sum of RGB (Red+Green+Blue) = 168+69+195=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #A845C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845C3 is #57BA3C. Grayscale: #707070. Windows color (decimal): -5749309 or 12797352. OLE color: 12797352.
HSL color Cylindrical-coordinate representation of color #A845C3: hue angle of 287.14º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A845C3 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 69 | 195 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.24 |
| HSL | 287.14º | 0.51% | 0.52% | - |
| HSV(B) | 287.14º | 0.65% | 0.76% | - |
| XYZ | 28.13 | 16.52 | 53.34 | - |
| YUV | 112.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 195 | 0.14 | 0.65 | 0 | 0.24 | 287.14 | 0.51 | 0.52 |
| Hex | A8 | 45 | C3 | E | 41 | 0 | 18 | 11F | 33 | 34 |
| Octal | 250 | 105 | 303 | 16 | 101 | 0 | 30 | 437 | 63 | 64 |
| Binary | 10101000 | 1000101 | 11000011 | 1110 | 1000001 | 0 | 11000 | 100011111 | 110011 | 110100 |
Color Harmonies of #A845C3
Complementary color
Monochromatic Colors of #A845C3
Black with #A845C3
Text Example
Text Example
White with #A845C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845C3; }
p { color: rgb(168,69,195); }
H1.HeaderClassName
{
color: #A845C3;
}
.AnyTagClassName
{
color: #A845C3;
}
</style>
background-color css
<style>
a { background-color: #A845C3; }
a { background-color: rgb(168,69,195); }
div.DivClassName
{
background-color: #A845C3;
}
.BgClassName
{
background-color: #A845C3;
}
</style>
border-color css
<style>
span { border-color: #A845C3; }
span { border-color: rgb(168,69,195); }
td.TdClassName
{
border-color: #A845C3;
}
.TagClassName
{
border-color: #A845C3;
}
</style>