Shades of Deep Lilac #A34AC7
Tints of Deep Lilac #A34AC7
RGB
CMYK
RGB Variations
Color information
#A34AC7 (or 0xA34AC7) is known color: Deep Lilac. HEX triplet: A3, 4A and C7. RGB value is (163,74,199). Sum of RGB (Red+Green+Blue) = 163+74+199=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #A34AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34AC7 is #5CB538. Grayscale: #727272. Windows color (decimal): -6075705 or 13060771. OLE color: 13060771.
HSL color Cylindrical-coordinate representation of color #A34AC7: hue angle of 282.72º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34AC7 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 74 | 199 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.22 |
| HSL | 282.72º | 0.53% | 0.54% | - |
| HSV(B) | 282.72º | 0.63% | 0.78% | - |
| XYZ | 27.86 | 16.81 | 55.81 | - |
| YUV | 114.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 199 | 0.18 | 0.63 | 0 | 0.22 | 282.72 | 0.53 | 0.54 |
| Hex | A3 | 4A | C7 | 12 | 3F | 0 | 16 | 11B | 35 | 36 |
| Octal | 243 | 112 | 307 | 22 | 77 | 0 | 26 | 433 | 65 | 66 |
| Binary | 10100011 | 1001010 | 11000111 | 10010 | 111111 | 0 | 10110 | 100011011 | 110101 | 110110 |
Color Harmonies of #A34AC7
Complementary color
Monochromatic Colors of #A34AC7
Black with #A34AC7
Text Example
Text Example
White with #A34AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34AC7; }
p { color: rgb(163,74,199); }
H1.HeaderClassName
{
color: #A34AC7;
}
.AnyTagClassName
{
color: #A34AC7;
}
</style>
background-color css
<style>
a { background-color: #A34AC7; }
a { background-color: rgb(163,74,199); }
div.DivClassName
{
background-color: #A34AC7;
}
.BgClassName
{
background-color: #A34AC7;
}
</style>
border-color css
<style>
span { border-color: #A34AC7; }
span { border-color: rgb(163,74,199); }
td.TdClassName
{
border-color: #A34AC7;
}
.TagClassName
{
border-color: #A34AC7;
}
</style>