Shades of Deep Lilac #A34AAF
Tints of Deep Lilac #A34AAF
RGB
CMYK
RGB Variations
Color information
#A34AAF (or 0xA34AAF) is known color: Deep Lilac. HEX triplet: A3, 4A and AF. RGB value is (163,74,175). Sum of RGB (Red+Green+Blue) = 163+74+175=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #A34AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34AAF is #5CB550. Grayscale: #6F6F6F. Windows color (decimal): -6075729 or 11487907. OLE color: 11487907.
HSL color Cylindrical-coordinate representation of color #A34AAF: hue angle of 292.87º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34AAF is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 74 | 175 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.31 |
| HSL | 292.87º | 0.41% | 0.49% | - |
| HSV(B) | 292.87º | 0.58% | 0.69% | - |
| XYZ | 25.29 | 15.78 | 42.27 | - |
| YUV | 112.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 175 | 0.07 | 0.58 | 0 | 0.31 | 292.87 | 0.41 | 0.49 |
| Hex | A3 | 4A | AF | 7 | 3A | 0 | 1F | 125 | 29 | 31 |
| Octal | 243 | 112 | 257 | 7 | 72 | 0 | 37 | 445 | 51 | 61 |
| Binary | 10100011 | 1001010 | 10101111 | 111 | 111010 | 0 | 11111 | 100100101 | 101001 | 110001 |
Color Harmonies of #A34AAF
Complementary color
Monochromatic Colors of #A34AAF
Black with #A34AAF
Text Example
Text Example
White with #A34AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34AAF; }
p { color: rgb(163,74,175); }
H1.HeaderClassName
{
color: #A34AAF;
}
.AnyTagClassName
{
color: #A34AAF;
}
</style>
background-color css
<style>
a { background-color: #A34AAF; }
a { background-color: rgb(163,74,175); }
div.DivClassName
{
background-color: #A34AAF;
}
.BgClassName
{
background-color: #A34AAF;
}
</style>
border-color css
<style>
span { border-color: #A34AAF; }
span { border-color: rgb(163,74,175); }
td.TdClassName
{
border-color: #A34AAF;
}
.TagClassName
{
border-color: #A34AAF;
}
</style>