Shades of Deep Lilac #A65DC3
Tints of Deep Lilac #A65DC3
RGB
CMYK
RGB Variations
Color information
#A65DC3 (or 0xA65DC3) is known color: Deep Lilac. HEX triplet: A6, 5D and C3. RGB value is (166,93,195). Sum of RGB (Red+Green+Blue) = 166+93+195=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #A65DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DC3 is #59A23C. Grayscale: #7E7E7E. Windows color (decimal): -5874237 or 12803494. OLE color: 12803494.
HSL color Cylindrical-coordinate representation of color #A65DC3: hue angle of 282.94º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65DC3 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 93 | 195 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.24 |
| HSL | 282.94º | 0.46% | 0.56% | - |
| HSV(B) | 282.94º | 0.52% | 0.76% | - |
| XYZ | 29.49 | 19.88 | 53.91 | - |
| YUV | 126.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 195 | 0.15 | 0.52 | 0 | 0.24 | 282.94 | 0.46 | 0.56 |
| Hex | A6 | 5D | C3 | F | 34 | 0 | 18 | 11B | 2E | 38 |
| Octal | 246 | 135 | 303 | 17 | 64 | 0 | 30 | 433 | 56 | 70 |
| Binary | 10100110 | 1011101 | 11000011 | 1111 | 110100 | 0 | 11000 | 100011011 | 101110 | 111000 |
Color Harmonies of #A65DC3
Complementary color
Monochromatic Colors of #A65DC3
Black with #A65DC3
Text Example
Text Example
White with #A65DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DC3; }
p { color: rgb(166,93,195); }
H1.HeaderClassName
{
color: #A65DC3;
}
.AnyTagClassName
{
color: #A65DC3;
}
</style>
background-color css
<style>
a { background-color: #A65DC3; }
a { background-color: rgb(166,93,195); }
div.DivClassName
{
background-color: #A65DC3;
}
.BgClassName
{
background-color: #A65DC3;
}
</style>
border-color css
<style>
span { border-color: #A65DC3; }
span { border-color: rgb(166,93,195); }
td.TdClassName
{
border-color: #A65DC3;
}
.TagClassName
{
border-color: #A65DC3;
}
</style>