Shades of Deep Lilac #A546C2
Tints of Deep Lilac #A546C2
RGB
CMYK
RGB Variations
Color information
#A546C2 (or 0xA546C2) is known color: Deep Lilac. HEX triplet: A5, 46 and C2. RGB value is (165,70,194). Sum of RGB (Red+Green+Blue) = 165+70+194=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 194 - color contains mainly: blue. Hex color #A546C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546C2 is #5AB93D. Grayscale: #707070. Windows color (decimal): -5945662 or 12732069. OLE color: 12732069.
HSL color Cylindrical-coordinate representation of color #A546C2: hue angle of 285.97º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A546C2 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 70 | 194 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.24 |
| HSL | 285.97º | 0.5% | 0.52% | - |
| HSV(B) | 285.97º | 0.64% | 0.76% | - |
| XYZ | 27.44 | 16.27 | 52.73 | - |
| YUV | 112.54 | 173.97 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 194 | 0.15 | 0.64 | 0 | 0.24 | 285.97 | 0.5 | 0.52 |
| Hex | A5 | 46 | C2 | F | 40 | 0 | 18 | 11E | 32 | 34 |
| Octal | 245 | 106 | 302 | 17 | 100 | 0 | 30 | 436 | 62 | 64 |
| Binary | 10100101 | 1000110 | 11000010 | 1111 | 1000000 | 0 | 11000 | 100011110 | 110010 | 110100 |
Color Harmonies of #A546C2
Complementary color
Monochromatic Colors of #A546C2
Black with #A546C2
Text Example
Text Example
White with #A546C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A546C2; }
p { color: rgb(165,70,194); }
H1.HeaderClassName
{
color: #A546C2;
}
.AnyTagClassName
{
color: #A546C2;
}
</style>
background-color css
<style>
a { background-color: #A546C2; }
a { background-color: rgb(165,70,194); }
div.DivClassName
{
background-color: #A546C2;
}
.BgClassName
{
background-color: #A546C2;
}
</style>
border-color css
<style>
span { border-color: #A546C2; }
span { border-color: rgb(165,70,194); }
td.TdClassName
{
border-color: #A546C2;
}
.TagClassName
{
border-color: #A546C2;
}
</style>