Shades of Deep Lilac #A645C1
Tints of Deep Lilac #A645C1
RGB
CMYK
RGB Variations
Color information
#A645C1 (or 0xA645C1) is known color: Deep Lilac. HEX triplet: A6, 45 and C1. RGB value is (166,69,193). Sum of RGB (Red+Green+Blue) = 166+69+193=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #A645C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645C1 is #59BA3E. Grayscale: #6F6F6F. Windows color (decimal): -5880383 or 12666278. OLE color: 12666278.
HSL color Cylindrical-coordinate representation of color #A645C1: hue angle of 286.94º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A645C1 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 69 | 193 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.24 |
| HSL | 286.94º | 0.5% | 0.51% | - |
| HSV(B) | 286.94º | 0.64% | 0.76% | - |
| XYZ | 27.48 | 16.21 | 52.13 | - |
| YUV | 112.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 193 | 0.14 | 0.64 | 0 | 0.24 | 286.94 | 0.5 | 0.51 |
| Hex | A6 | 45 | C1 | E | 40 | 0 | 18 | 11F | 32 | 33 |
| Octal | 246 | 105 | 301 | 16 | 100 | 0 | 30 | 437 | 62 | 63 |
| Binary | 10100110 | 1000101 | 11000001 | 1110 | 1000000 | 0 | 11000 | 100011111 | 110010 | 110011 |
Color Harmonies of #A645C1
Complementary color
Monochromatic Colors of #A645C1
Black with #A645C1
Text Example
Text Example
White with #A645C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A645C1; }
p { color: rgb(166,69,193); }
H1.HeaderClassName
{
color: #A645C1;
}
.AnyTagClassName
{
color: #A645C1;
}
</style>
background-color css
<style>
a { background-color: #A645C1; }
a { background-color: rgb(166,69,193); }
div.DivClassName
{
background-color: #A645C1;
}
.BgClassName
{
background-color: #A645C1;
}
</style>
border-color css
<style>
span { border-color: #A645C1; }
span { border-color: rgb(166,69,193); }
td.TdClassName
{
border-color: #A645C1;
}
.TagClassName
{
border-color: #A645C1;
}
</style>