Shades of Deep Lilac #A65CBE
Tints of Deep Lilac #A65CBE
RGB
CMYK
RGB Variations
Color information
#A65CBE (or 0xA65CBE) is known color: Deep Lilac. HEX triplet: A6, 5C and BE. RGB value is (166,92,190). Sum of RGB (Red+Green+Blue) = 166+92+190=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #A65CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CBE is #59A341. Grayscale: #7C7C7C. Windows color (decimal): -5874498 or 12475558. OLE color: 12475558.
HSL color Cylindrical-coordinate representation of color #A65CBE: hue angle of 285.31º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65CBE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 92 | 190 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.25 |
| HSL | 285.31º | 0.43% | 0.55% | - |
| HSV(B) | 285.31º | 0.52% | 0.75% | - |
| XYZ | 28.85 | 19.48 | 50.95 | - |
| YUV | 125.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 190 | 0.13 | 0.52 | 0 | 0.25 | 285.31 | 0.43 | 0.55 |
| Hex | A6 | 5C | BE | D | 34 | 0 | 19 | 11D | 2B | 37 |
| Octal | 246 | 134 | 276 | 15 | 64 | 0 | 31 | 435 | 53 | 67 |
| Binary | 10100110 | 1011100 | 10111110 | 1101 | 110100 | 0 | 11001 | 100011101 | 101011 | 110111 |
Color Harmonies of #A65CBE
Complementary color
Monochromatic Colors of #A65CBE
Black with #A65CBE
Text Example
Text Example
White with #A65CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CBE; }
p { color: rgb(166,92,190); }
H1.HeaderClassName
{
color: #A65CBE;
}
.AnyTagClassName
{
color: #A65CBE;
}
</style>
background-color css
<style>
a { background-color: #A65CBE; }
a { background-color: rgb(166,92,190); }
div.DivClassName
{
background-color: #A65CBE;
}
.BgClassName
{
background-color: #A65CBE;
}
</style>
border-color css
<style>
span { border-color: #A65CBE; }
span { border-color: rgb(166,92,190); }
td.TdClassName
{
border-color: #A65CBE;
}
.TagClassName
{
border-color: #A65CBE;
}
</style>