Shades of Deep Lilac #A845C6
Tints of Deep Lilac #A845C6
RGB
CMYK
RGB Variations
Color information
#A845C6 (or 0xA845C6) is known color: Deep Lilac. HEX triplet: A8, 45 and C6. RGB value is (168,69,198). Sum of RGB (Red+Green+Blue) = 168+69+198=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #A845C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845C6 is #57BA39. Grayscale: #707070. Windows color (decimal): -5749306 or 12993960. OLE color: 12993960.
HSL color Cylindrical-coordinate representation of color #A845C6: hue angle of 286.05º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A845C6 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 69 | 198 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.22 |
| HSL | 286.05º | 0.53% | 0.52% | - |
| HSV(B) | 286.05º | 0.65% | 0.78% | - |
| XYZ | 28.47 | 16.66 | 55.14 | - |
| YUV | 113.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 198 | 0.15 | 0.65 | 0 | 0.22 | 286.05 | 0.53 | 0.52 |
| Hex | A8 | 45 | C6 | F | 41 | 0 | 16 | 11E | 35 | 34 |
| Octal | 250 | 105 | 306 | 17 | 101 | 0 | 26 | 436 | 65 | 64 |
| Binary | 10101000 | 1000101 | 11000110 | 1111 | 1000001 | 0 | 10110 | 100011110 | 110101 | 110100 |
Color Harmonies of #A845C6
Complementary color
Monochromatic Colors of #A845C6
Black with #A845C6
Text Example
Text Example
White with #A845C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845C6; }
p { color: rgb(168,69,198); }
H1.HeaderClassName
{
color: #A845C6;
}
.AnyTagClassName
{
color: #A845C6;
}
</style>
background-color css
<style>
a { background-color: #A845C6; }
a { background-color: rgb(168,69,198); }
div.DivClassName
{
background-color: #A845C6;
}
.BgClassName
{
background-color: #A845C6;
}
</style>
border-color css
<style>
span { border-color: #A845C6; }
span { border-color: rgb(168,69,198); }
td.TdClassName
{
border-color: #A845C6;
}
.TagClassName
{
border-color: #A845C6;
}
</style>