Shades of Deep Lilac #A542B2
Tints of Deep Lilac #A542B2
RGB
CMYK
RGB Variations
Color information
#A542B2 (or 0xA542B2) is known color: Deep Lilac. HEX triplet: A5, 42 and B2. RGB value is (165,66,178). Sum of RGB (Red+Green+Blue) = 165+66+178=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 178 - color contains mainly: blue. Hex color #A542B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A542B2 is #5ABD4D. Grayscale: #6C6C6C. Windows color (decimal): -5946702 or 11682469. OLE color: 11682469.
HSL color Cylindrical-coordinate representation of color #A542B2: hue angle of 293.04º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A542B2 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 66 | 178 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.30 |
| HSL | 293.04º | 0.46% | 0.48% | - |
| HSV(B) | 293.04º | 0.63% | 0.7% | - |
| XYZ | 25.5 | 15.11 | 43.69 | - |
| YUV | 108.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 66 | 178 | 0.07 | 0.63 | 0 | 0.30 | 293.04 | 0.46 | 0.48 |
| Hex | A5 | 42 | B2 | 7 | 3F | 0 | 1E | 125 | 2E | 30 |
| Octal | 245 | 102 | 262 | 7 | 77 | 0 | 36 | 445 | 56 | 60 |
| Binary | 10100101 | 1000010 | 10110010 | 111 | 111111 | 0 | 11110 | 100100101 | 101110 | 110000 |
Color Harmonies of #A542B2
Complementary color
Monochromatic Colors of #A542B2
Black with #A542B2
Text Example
Text Example
White with #A542B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A542B2; }
p { color: rgb(165,66,178); }
H1.HeaderClassName
{
color: #A542B2;
}
.AnyTagClassName
{
color: #A542B2;
}
</style>
background-color css
<style>
a { background-color: #A542B2; }
a { background-color: rgb(165,66,178); }
div.DivClassName
{
background-color: #A542B2;
}
.BgClassName
{
background-color: #A542B2;
}
</style>
border-color css
<style>
span { border-color: #A542B2; }
span { border-color: rgb(165,66,178); }
td.TdClassName
{
border-color: #A542B2;
}
.TagClassName
{
border-color: #A542B2;
}
</style>