Shades of Deep Lilac #A450D2
Tints of Deep Lilac #A450D2
RGB
CMYK
RGB Variations
Color information
#A450D2 (or 0xA450D2) is known color: Deep Lilac. HEX triplet: A4, 50 and D2. RGB value is (164,80,210). Sum of RGB (Red+Green+Blue) = 164+80+210=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #A450D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450D2 is #5BAF2D. Grayscale: #777777. Windows color (decimal): -6008622 or 13783204. OLE color: 13783204.
HSL color Cylindrical-coordinate representation of color #A450D2: hue angle of 278.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A450D2 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 80 | 210 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.18 |
| HSL | 278.77º | 0.59% | 0.57% | - |
| HSV(B) | 278.77º | 0.62% | 0.82% | - |
| XYZ | 29.81 | 18.28 | 62.93 | - |
| YUV | 119.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 210 | 0.22 | 0.62 | 0 | 0.18 | 278.77 | 0.59 | 0.57 |
| Hex | A4 | 50 | D2 | 16 | 3E | 0 | 12 | 117 | 3B | 39 |
| Octal | 244 | 120 | 322 | 26 | 76 | 0 | 22 | 427 | 73 | 71 |
| Binary | 10100100 | 1010000 | 11010010 | 10110 | 111110 | 0 | 10010 | 100010111 | 111011 | 111001 |
Color Harmonies of #A450D2
Complementary color
Monochromatic Colors of #A450D2
Black with #A450D2
Text Example
Text Example
White with #A450D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450D2; }
p { color: rgb(164,80,210); }
H1.HeaderClassName
{
color: #A450D2;
}
.AnyTagClassName
{
color: #A450D2;
}
</style>
background-color css
<style>
a { background-color: #A450D2; }
a { background-color: rgb(164,80,210); }
div.DivClassName
{
background-color: #A450D2;
}
.BgClassName
{
background-color: #A450D2;
}
</style>
border-color css
<style>
span { border-color: #A450D2; }
span { border-color: rgb(164,80,210); }
td.TdClassName
{
border-color: #A450D2;
}
.TagClassName
{
border-color: #A450D2;
}
</style>