Shades of Deep Lilac #A648CC
Tints of Deep Lilac #A648CC
RGB
CMYK
RGB Variations
Color information
#A648CC (or 0xA648CC) is known color: Deep Lilac. HEX triplet: A6, 48 and CC. RGB value is (166,72,204). Sum of RGB (Red+Green+Blue) = 166+72+204=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #A648CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A648CC is #59B733. Grayscale: #727272. Windows color (decimal): -5879604 or 13387942. OLE color: 13387942.
HSL color Cylindrical-coordinate representation of color #A648CC: hue angle of 282.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A648CC is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 72 | 204 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.2 |
| HSL | 282.73º | 0.56% | 0.54% | - |
| HSV(B) | 282.73º | 0.65% | 0.8% | - |
| XYZ | 28.94 | 17.1 | 58.9 | - |
| YUV | 115.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 204 | 0.19 | 0.65 | 0 | 0.2 | 282.73 | 0.56 | 0.54 |
| Hex | A6 | 48 | CC | 13 | 41 | 0 | 14 | 11B | 38 | 36 |
| Octal | 246 | 110 | 314 | 23 | 101 | 0 | 24 | 433 | 70 | 66 |
| Binary | 10100110 | 1001000 | 11001100 | 10011 | 1000001 | 0 | 10100 | 100011011 | 111000 | 110110 |
Color Harmonies of #A648CC
Complementary color
Monochromatic Colors of #A648CC
Black with #A648CC
Text Example
Text Example
White with #A648CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A648CC; }
p { color: rgb(166,72,204); }
H1.HeaderClassName
{
color: #A648CC;
}
.AnyTagClassName
{
color: #A648CC;
}
</style>
background-color css
<style>
a { background-color: #A648CC; }
a { background-color: rgb(166,72,204); }
div.DivClassName
{
background-color: #A648CC;
}
.BgClassName
{
background-color: #A648CC;
}
</style>
border-color css
<style>
span { border-color: #A648CC; }
span { border-color: rgb(166,72,204); }
td.TdClassName
{
border-color: #A648CC;
}
.TagClassName
{
border-color: #A648CC;
}
</style>