Shades of Deep Lilac #A664C2
Tints of Deep Lilac #A664C2
RGB
CMYK
RGB Variations
Color information
#A664C2 (or 0xA664C2) is known color: Deep Lilac. HEX triplet: A6, 64 and C2. RGB value is (166,100,194). Sum of RGB (Red+Green+Blue) = 166+100+194=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #A664C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664C2 is #599B3D. Grayscale: #828282. Windows color (decimal): -5872446 or 12739750. OLE color: 12739750.
HSL color Cylindrical-coordinate representation of color #A664C2: hue angle of 282.13º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A664C2 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 100 | 194 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.24 |
| HSL | 282.13º | 0.44% | 0.58% | - |
| HSV(B) | 282.13º | 0.48% | 0.76% | - |
| XYZ | 30.02 | 21.12 | 53.53 | - |
| YUV | 130.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 194 | 0.14 | 0.48 | 0 | 0.24 | 282.13 | 0.44 | 0.58 |
| Hex | A6 | 64 | C2 | E | 30 | 0 | 18 | 11A | 2C | 3A |
| Octal | 246 | 144 | 302 | 16 | 60 | 0 | 30 | 432 | 54 | 72 |
| Binary | 10100110 | 1100100 | 11000010 | 1110 | 110000 | 0 | 11000 | 100011010 | 101100 | 111010 |
Color Harmonies of #A664C2
Complementary color
Monochromatic Colors of #A664C2
Black with #A664C2
Text Example
Text Example
White with #A664C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664C2; }
p { color: rgb(166,100,194); }
H1.HeaderClassName
{
color: #A664C2;
}
.AnyTagClassName
{
color: #A664C2;
}
</style>
background-color css
<style>
a { background-color: #A664C2; }
a { background-color: rgb(166,100,194); }
div.DivClassName
{
background-color: #A664C2;
}
.BgClassName
{
background-color: #A664C2;
}
</style>
border-color css
<style>
span { border-color: #A664C2; }
span { border-color: rgb(166,100,194); }
td.TdClassName
{
border-color: #A664C2;
}
.TagClassName
{
border-color: #A664C2;
}
</style>