Shades of Deep Lilac #A465BD
Tints of Deep Lilac #A465BD
RGB
CMYK
RGB Variations
Color information
#A465BD (or 0xA465BD) is known color: Deep Lilac. HEX triplet: A4, 65 and BD. RGB value is (164,101,189). Sum of RGB (Red+Green+Blue) = 164+101+189=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #A465BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465BD is #5B9A42. Grayscale: #818181. Windows color (decimal): -6003267 or 12412324. OLE color: 12412324.
HSL color Cylindrical-coordinate representation of color #A465BD: hue angle of 282.95º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A465BD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 101 | 189 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.26 |
| HSL | 282.95º | 0.4% | 0.57% | - |
| HSV(B) | 282.95º | 0.47% | 0.74% | - |
| XYZ | 29.15 | 20.87 | 50.64 | - |
| YUV | 129.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 189 | 0.13 | 0.47 | 0 | 0.26 | 282.95 | 0.4 | 0.57 |
| Hex | A4 | 65 | BD | D | 2F | 0 | 1A | 11B | 28 | 39 |
| Octal | 244 | 145 | 275 | 15 | 57 | 0 | 32 | 433 | 50 | 71 |
| Binary | 10100100 | 1100101 | 10111101 | 1101 | 101111 | 0 | 11010 | 100011011 | 101000 | 111001 |
Color Harmonies of #A465BD
Complementary color
Monochromatic Colors of #A465BD
Black with #A465BD
Text Example
Text Example
White with #A465BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465BD; }
p { color: rgb(164,101,189); }
H1.HeaderClassName
{
color: #A465BD;
}
.AnyTagClassName
{
color: #A465BD;
}
</style>
background-color css
<style>
a { background-color: #A465BD; }
a { background-color: rgb(164,101,189); }
div.DivClassName
{
background-color: #A465BD;
}
.BgClassName
{
background-color: #A465BD;
}
</style>
border-color css
<style>
span { border-color: #A465BD; }
span { border-color: rgb(164,101,189); }
td.TdClassName
{
border-color: #A465BD;
}
.TagClassName
{
border-color: #A465BD;
}
</style>