Shades of Deep Lilac #A34AB6
Tints of Deep Lilac #A34AB6
RGB
CMYK
RGB Variations
Color information
#A34AB6 (or 0xA34AB6) is known color: Deep Lilac. HEX triplet: A3, 4A and B6. RGB value is (163,74,182). Sum of RGB (Red+Green+Blue) = 163+74+182=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 182 - color contains mainly: blue. Hex color #A34AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34AB6 is #5CB549. Grayscale: #707070. Windows color (decimal): -6075722 or 11946659. OLE color: 11946659.
HSL color Cylindrical-coordinate representation of color #A34AB6: hue angle of 289.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A34AB6 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 74 | 182 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.29 |
| HSL | 289.44º | 0.43% | 0.5% | - |
| HSV(B) | 289.44º | 0.59% | 0.71% | - |
| XYZ | 26 | 16.06 | 45.99 | - |
| YUV | 112.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 182 | 0.10 | 0.59 | 0 | 0.29 | 289.44 | 0.43 | 0.5 |
| Hex | A3 | 4A | B6 | A | 3B | 0 | 1D | 121 | 2B | 32 |
| Octal | 243 | 112 | 266 | 12 | 73 | 0 | 35 | 441 | 53 | 62 |
| Binary | 10100011 | 1001010 | 10110110 | 1010 | 111011 | 0 | 11101 | 100100001 | 101011 | 110010 |
Color Harmonies of #A34AB6
Complementary color
Monochromatic Colors of #A34AB6
Black with #A34AB6
Text Example
Text Example
White with #A34AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34AB6; }
p { color: rgb(163,74,182); }
H1.HeaderClassName
{
color: #A34AB6;
}
.AnyTagClassName
{
color: #A34AB6;
}
</style>
background-color css
<style>
a { background-color: #A34AB6; }
a { background-color: rgb(163,74,182); }
div.DivClassName
{
background-color: #A34AB6;
}
.BgClassName
{
background-color: #A34AB6;
}
</style>
border-color css
<style>
span { border-color: #A34AB6; }
span { border-color: rgb(163,74,182); }
td.TdClassName
{
border-color: #A34AB6;
}
.TagClassName
{
border-color: #A34AB6;
}
</style>