Shades of Deep Lilac #A741AF
Tints of Deep Lilac #A741AF
RGB
CMYK
RGB Variations
Color information
#A741AF (or 0xA741AF) is known color: Deep Lilac. HEX triplet: A7, 41 and AF. RGB value is (167,65,175). Sum of RGB (Red+Green+Blue) = 167+65+175=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #A741AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A741AF is #58BE50. Grayscale: #6B6B6B. Windows color (decimal): -5815889 or 11485607. OLE color: 11485607.
HSL color Cylindrical-coordinate representation of color #A741AF: hue angle of 295.64º 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 #A741AF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 65 | 175 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.31 |
| HSL | 295.64º | 0.46% | 0.47% | - |
| HSV(B) | 295.64º | 0.63% | 0.69% | - |
| XYZ | 25.56 | 15.09 | 42.12 | - |
| YUV | 108.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 175 | 0.05 | 0.63 | 0 | 0.31 | 295.64 | 0.46 | 0.47 |
| Hex | A7 | 41 | AF | 5 | 3F | 0 | 1F | 128 | 2E | 2F |
| Octal | 247 | 101 | 257 | 5 | 77 | 0 | 37 | 450 | 56 | 57 |
| Binary | 10100111 | 1000001 | 10101111 | 101 | 111111 | 0 | 11111 | 100101000 | 101110 | 101111 |
Color Harmonies of #A741AF
Complementary color
Monochromatic Colors of #A741AF
Black with #A741AF
Text Example
Text Example
White with #A741AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A741AF; }
p { color: rgb(167,65,175); }
H1.HeaderClassName
{
color: #A741AF;
}
.AnyTagClassName
{
color: #A741AF;
}
</style>
background-color css
<style>
a { background-color: #A741AF; }
a { background-color: rgb(167,65,175); }
div.DivClassName
{
background-color: #A741AF;
}
.BgClassName
{
background-color: #A741AF;
}
</style>
border-color css
<style>
span { border-color: #A741AF; }
span { border-color: rgb(167,65,175); }
td.TdClassName
{
border-color: #A741AF;
}
.TagClassName
{
border-color: #A741AF;
}
</style>