Shades of Deep Lilac #A65CBD
Tints of Deep Lilac #A65CBD
RGB
CMYK
RGB Variations
Color information
#A65CBD (or 0xA65CBD) is known color: Deep Lilac. HEX triplet: A6, 5C and BD. RGB value is (166,92,189). Sum of RGB (Red+Green+Blue) = 166+92+189=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #A65CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CBD is #59A342. Grayscale: #7C7C7C. Windows color (decimal): -5874499 or 12410022. OLE color: 12410022.
HSL color Cylindrical-coordinate representation of color #A65CBD: hue angle of 285.77º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65CBD is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 92 | 189 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.26 |
| HSL | 285.77º | 0.42% | 0.55% | - |
| HSV(B) | 285.77º | 0.51% | 0.74% | - |
| XYZ | 28.74 | 19.44 | 50.38 | - |
| YUV | 125.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 189 | 0.12 | 0.51 | 0 | 0.26 | 285.77 | 0.42 | 0.55 |
| Hex | A6 | 5C | BD | C | 33 | 0 | 1A | 11E | 2A | 37 |
| Octal | 246 | 134 | 275 | 14 | 63 | 0 | 32 | 436 | 52 | 67 |
| Binary | 10100110 | 1011100 | 10111101 | 1100 | 110011 | 0 | 11010 | 100011110 | 101010 | 110111 |
Color Harmonies of #A65CBD
Complementary color
Monochromatic Colors of #A65CBD
Black with #A65CBD
Text Example
Text Example
White with #A65CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CBD; }
p { color: rgb(166,92,189); }
H1.HeaderClassName
{
color: #A65CBD;
}
.AnyTagClassName
{
color: #A65CBD;
}
</style>
background-color css
<style>
a { background-color: #A65CBD; }
a { background-color: rgb(166,92,189); }
div.DivClassName
{
background-color: #A65CBD;
}
.BgClassName
{
background-color: #A65CBD;
}
</style>
border-color css
<style>
span { border-color: #A65CBD; }
span { border-color: rgb(166,92,189); }
td.TdClassName
{
border-color: #A65CBD;
}
.TagClassName
{
border-color: #A65CBD;
}
</style>