Shades of Deep Lilac #A340AF
Tints of Deep Lilac #A340AF
RGB
CMYK
RGB Variations
Color information
#A340AF (or 0xA340AF) is known color: Deep Lilac. HEX triplet: A3, 40 and AF. RGB value is (163,64,175). Sum of RGB (Red+Green+Blue) = 163+64+175=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #A340AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A340AF is #5CBF50. Grayscale: #696969. Windows color (decimal): -6078289 or 11485347. OLE color: 11485347.
HSL color Cylindrical-coordinate representation of color #A340AF: hue angle of 293.51º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A340AF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 64 | 175 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.31 |
| HSL | 293.51º | 0.46% | 0.47% | - |
| HSV(B) | 293.51º | 0.63% | 0.69% | - |
| XYZ | 24.68 | 14.55 | 42.07 | - |
| YUV | 106.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 175 | 0.07 | 0.63 | 0 | 0.31 | 293.51 | 0.46 | 0.47 |
| Hex | A3 | 40 | AF | 7 | 3F | 0 | 1F | 126 | 2E | 2F |
| Octal | 243 | 100 | 257 | 7 | 77 | 0 | 37 | 446 | 56 | 57 |
| Binary | 10100011 | 1000000 | 10101111 | 111 | 111111 | 0 | 11111 | 100100110 | 101110 | 101111 |
Color Harmonies of #A340AF
Complementary color
Monochromatic Colors of #A340AF
Black with #A340AF
Text Example
Text Example
White with #A340AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340AF; }
p { color: rgb(163,64,175); }
H1.HeaderClassName
{
color: #A340AF;
}
.AnyTagClassName
{
color: #A340AF;
}
</style>
background-color css
<style>
a { background-color: #A340AF; }
a { background-color: rgb(163,64,175); }
div.DivClassName
{
background-color: #A340AF;
}
.BgClassName
{
background-color: #A340AF;
}
</style>
border-color css
<style>
span { border-color: #A340AF; }
span { border-color: rgb(163,64,175); }
td.TdClassName
{
border-color: #A340AF;
}
.TagClassName
{
border-color: #A340AF;
}
</style>