Shades of Deep Lilac #A463BE
Tints of Deep Lilac #A463BE
RGB
CMYK
RGB Variations
Color information
#A463BE (or 0xA463BE) is known color: Deep Lilac. HEX triplet: A4, 63 and BE. RGB value is (164,99,190). Sum of RGB (Red+Green+Blue) = 164+99+190=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #A463BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463BE is #5B9C41. Grayscale: #808080. Windows color (decimal): -6003778 or 12477348. OLE color: 12477348.
HSL color Cylindrical-coordinate representation of color #A463BE: hue angle of 282.86º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A463BE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 99 | 190 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.25 |
| HSL | 282.86º | 0.41% | 0.57% | - |
| HSV(B) | 282.86º | 0.48% | 0.75% | - |
| XYZ | 29.07 | 20.53 | 51.15 | - |
| YUV | 128.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 190 | 0.14 | 0.48 | 0 | 0.25 | 282.86 | 0.41 | 0.57 |
| Hex | A4 | 63 | BE | E | 30 | 0 | 19 | 11B | 29 | 39 |
| Octal | 244 | 143 | 276 | 16 | 60 | 0 | 31 | 433 | 51 | 71 |
| Binary | 10100100 | 1100011 | 10111110 | 1110 | 110000 | 0 | 11001 | 100011011 | 101001 | 111001 |
Color Harmonies of #A463BE
Complementary color
Monochromatic Colors of #A463BE
Black with #A463BE
Text Example
Text Example
White with #A463BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A463BE; }
p { color: rgb(164,99,190); }
H1.HeaderClassName
{
color: #A463BE;
}
.AnyTagClassName
{
color: #A463BE;
}
</style>
background-color css
<style>
a { background-color: #A463BE; }
a { background-color: rgb(164,99,190); }
div.DivClassName
{
background-color: #A463BE;
}
.BgClassName
{
background-color: #A463BE;
}
</style>
border-color css
<style>
span { border-color: #A463BE; }
span { border-color: rgb(164,99,190); }
td.TdClassName
{
border-color: #A463BE;
}
.TagClassName
{
border-color: #A463BE;
}
</style>