Shades of Deep Lilac #A342BD
Tints of Deep Lilac #A342BD
RGB
CMYK
RGB Variations
Color information
#A342BD (or 0xA342BD) is known color: Deep Lilac. HEX triplet: A3, 42 and BD. RGB value is (163,66,189). Sum of RGB (Red+Green+Blue) = 163+66+189=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #A342BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342BD is #5CBD42. Grayscale: #6C6C6C. Windows color (decimal): -6077763 or 12403363. OLE color: 12403363.
HSL color Cylindrical-coordinate representation of color #A342BD: hue angle of 287.32º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A342BD is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 66 | 189 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.26 |
| HSL | 287.32º | 0.48% | 0.5% | - |
| HSV(B) | 287.32º | 0.65% | 0.74% | - |
| XYZ | 26.24 | 15.36 | 49.73 | - |
| YUV | 109.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 189 | 0.14 | 0.65 | 0 | 0.26 | 287.32 | 0.48 | 0.5 |
| Hex | A3 | 42 | BD | E | 41 | 0 | 1A | 11F | 30 | 32 |
| Octal | 243 | 102 | 275 | 16 | 101 | 0 | 32 | 437 | 60 | 62 |
| Binary | 10100011 | 1000010 | 10111101 | 1110 | 1000001 | 0 | 11010 | 100011111 | 110000 | 110010 |
Color Harmonies of #A342BD
Complementary color
Monochromatic Colors of #A342BD
Black with #A342BD
Text Example
Text Example
White with #A342BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A342BD; }
p { color: rgb(163,66,189); }
H1.HeaderClassName
{
color: #A342BD;
}
.AnyTagClassName
{
color: #A342BD;
}
</style>
background-color css
<style>
a { background-color: #A342BD; }
a { background-color: rgb(163,66,189); }
div.DivClassName
{
background-color: #A342BD;
}
.BgClassName
{
background-color: #A342BD;
}
</style>
border-color css
<style>
span { border-color: #A342BD; }
span { border-color: rgb(163,66,189); }
td.TdClassName
{
border-color: #A342BD;
}
.TagClassName
{
border-color: #A342BD;
}
</style>