Shades of Deep Lilac #A243AF
Tints of Deep Lilac #A243AF
RGB
CMYK
RGB Variations
Color information
#A243AF (or 0xA243AF) is known color: Deep Lilac. HEX triplet: A2, 43 and AF. RGB value is (162,67,175). Sum of RGB (Red+Green+Blue) = 162+67+175=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #A243AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A243AF is #5DBC50. Grayscale: #6B6B6B. Windows color (decimal): -6143057 or 11486114. OLE color: 11486114.
HSL color Cylindrical-coordinate representation of color #A243AF: hue angle of 292.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A243AF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 67 | 175 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.31 |
| HSL | 292.78º | 0.45% | 0.47% | - |
| HSV(B) | 292.78º | 0.62% | 0.69% | - |
| XYZ | 24.65 | 14.79 | 42.11 | - |
| YUV | 107.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 175 | 0.07 | 0.62 | 0 | 0.31 | 292.78 | 0.45 | 0.47 |
| Hex | A2 | 43 | AF | 7 | 3E | 0 | 1F | 125 | 2D | 2F |
| Octal | 242 | 103 | 257 | 7 | 76 | 0 | 37 | 445 | 55 | 57 |
| Binary | 10100010 | 1000011 | 10101111 | 111 | 111110 | 0 | 11111 | 100100101 | 101101 | 101111 |
Color Harmonies of #A243AF
Complementary color
Monochromatic Colors of #A243AF
Black with #A243AF
Text Example
Text Example
White with #A243AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243AF; }
p { color: rgb(162,67,175); }
H1.HeaderClassName
{
color: #A243AF;
}
.AnyTagClassName
{
color: #A243AF;
}
</style>
background-color css
<style>
a { background-color: #A243AF; }
a { background-color: rgb(162,67,175); }
div.DivClassName
{
background-color: #A243AF;
}
.BgClassName
{
background-color: #A243AF;
}
</style>
border-color css
<style>
span { border-color: #A243AF; }
span { border-color: rgb(162,67,175); }
td.TdClassName
{
border-color: #A243AF;
}
.TagClassName
{
border-color: #A243AF;
}
</style>