Shades of Deep Lilac #A65FC8
Tints of Deep Lilac #A65FC8
RGB
CMYK
RGB Variations
Color information
#A65FC8 (or 0xA65FC8) is known color: Deep Lilac. HEX triplet: A6, 5F and C8. RGB value is (166,95,200). Sum of RGB (Red+Green+Blue) = 166+95+200=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 200 - color contains mainly: blue. Hex color #A65FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FC8 is #59A037. Grayscale: #7F7F7F. Windows color (decimal): -5873720 or 13131686. OLE color: 13131686.
HSL color Cylindrical-coordinate representation of color #A65FC8: hue angle of 280.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65FC8 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 95 | 200 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.22 |
| HSL | 280.57º | 0.49% | 0.58% | - |
| HSV(B) | 280.57º | 0.53% | 0.78% | - |
| XYZ | 30.24 | 20.46 | 57 | - |
| YUV | 128.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 200 | 0.17 | 0.52 | 0 | 0.22 | 280.57 | 0.49 | 0.58 |
| Hex | A6 | 5F | C8 | 11 | 34 | 0 | 16 | 119 | 31 | 3A |
| Octal | 246 | 137 | 310 | 21 | 64 | 0 | 26 | 431 | 61 | 72 |
| Binary | 10100110 | 1011111 | 11001000 | 10001 | 110100 | 0 | 10110 | 100011001 | 110001 | 111010 |
Color Harmonies of #A65FC8
Complementary color
Monochromatic Colors of #A65FC8
Black with #A65FC8
Text Example
Text Example
White with #A65FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FC8; }
p { color: rgb(166,95,200); }
H1.HeaderClassName
{
color: #A65FC8;
}
.AnyTagClassName
{
color: #A65FC8;
}
</style>
background-color css
<style>
a { background-color: #A65FC8; }
a { background-color: rgb(166,95,200); }
div.DivClassName
{
background-color: #A65FC8;
}
.BgClassName
{
background-color: #A65FC8;
}
</style>
border-color css
<style>
span { border-color: #A65FC8; }
span { border-color: rgb(166,95,200); }
td.TdClassName
{
border-color: #A65FC8;
}
.TagClassName
{
border-color: #A65FC8;
}
</style>