Shades of Deep Lilac #A648CA
Tints of Deep Lilac #A648CA
RGB
CMYK
RGB Variations
Color information
#A648CA (or 0xA648CA) is known color: Deep Lilac. HEX triplet: A6, 48 and CA. RGB value is (166,72,202). Sum of RGB (Red+Green+Blue) = 166+72+202=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #A648CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A648CA is #59B735. Grayscale: #727272. Windows color (decimal): -5879606 or 13256870. OLE color: 13256870.
HSL color Cylindrical-coordinate representation of color #A648CA: hue angle of 283.38º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A648CA is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 72 | 202 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.21 |
| HSL | 283.38º | 0.55% | 0.54% | - |
| HSV(B) | 283.38º | 0.64% | 0.79% | - |
| XYZ | 28.7 | 17.01 | 57.65 | - |
| YUV | 114.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 202 | 0.18 | 0.64 | 0 | 0.21 | 283.38 | 0.55 | 0.54 |
| Hex | A6 | 48 | CA | 12 | 40 | 0 | 15 | 11B | 37 | 36 |
| Octal | 246 | 110 | 312 | 22 | 100 | 0 | 25 | 433 | 67 | 66 |
| Binary | 10100110 | 1001000 | 11001010 | 10010 | 1000000 | 0 | 10101 | 100011011 | 110111 | 110110 |
Color Harmonies of #A648CA
Complementary color
Monochromatic Colors of #A648CA
Black with #A648CA
Text Example
Text Example
White with #A648CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A648CA; }
p { color: rgb(166,72,202); }
H1.HeaderClassName
{
color: #A648CA;
}
.AnyTagClassName
{
color: #A648CA;
}
</style>
background-color css
<style>
a { background-color: #A648CA; }
a { background-color: rgb(166,72,202); }
div.DivClassName
{
background-color: #A648CA;
}
.BgClassName
{
background-color: #A648CA;
}
</style>
border-color css
<style>
span { border-color: #A648CA; }
span { border-color: rgb(166,72,202); }
td.TdClassName
{
border-color: #A648CA;
}
.TagClassName
{
border-color: #A648CA;
}
</style>