Shades of Deep Lilac #A241AF
Tints of Deep Lilac #A241AF
RGB
CMYK
RGB Variations
Color information
#A241AF (or 0xA241AF) is known color: Deep Lilac. HEX triplet: A2, 41 and AF. RGB value is (162,65,175). Sum of RGB (Red+Green+Blue) = 162+65+175=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 65 (25.78% from 255 or 16.17% 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 #A241AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A241AF is #5DBE50. Grayscale: #6A6A6A. Windows color (decimal): -6143569 or 11485602. OLE color: 11485602.
HSL color Cylindrical-coordinate representation of color #A241AF: hue angle of 292.91º 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 #A241AF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 65 | 175 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.31 |
| HSL | 292.91º | 0.46% | 0.47% | - |
| HSV(B) | 292.91º | 0.63% | 0.69% | - |
| XYZ | 24.53 | 14.56 | 42.07 | - |
| YUV | 106.54 | 166.64 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 175 | 0.07 | 0.63 | 0 | 0.31 | 292.91 | 0.46 | 0.47 |
| Hex | A2 | 41 | AF | 7 | 3F | 0 | 1F | 125 | 2E | 2F |
| Octal | 242 | 101 | 257 | 7 | 77 | 0 | 37 | 445 | 56 | 57 |
| Binary | 10100010 | 1000001 | 10101111 | 111 | 111111 | 0 | 11111 | 100100101 | 101110 | 101111 |
Color Harmonies of #A241AF
Complementary color
Monochromatic Colors of #A241AF
Black with #A241AF
Text Example
Text Example
White with #A241AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A241AF; }
p { color: rgb(162,65,175); }
H1.HeaderClassName
{
color: #A241AF;
}
.AnyTagClassName
{
color: #A241AF;
}
</style>
background-color css
<style>
a { background-color: #A241AF; }
a { background-color: rgb(162,65,175); }
div.DivClassName
{
background-color: #A241AF;
}
.BgClassName
{
background-color: #A241AF;
}
</style>
border-color css
<style>
span { border-color: #A241AF; }
span { border-color: rgb(162,65,175); }
td.TdClassName
{
border-color: #A241AF;
}
.TagClassName
{
border-color: #A241AF;
}
</style>