Shades of Deep Lilac #A242AC
Tints of Deep Lilac #A242AC
RGB
CMYK
RGB Variations
Color information
#A242AC (or 0xA242AC) is known color: Deep Lilac. HEX triplet: A2, 42 and AC. RGB value is (162,66,172). Sum of RGB (Red+Green+Blue) = 162+66+172=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #A242AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A242AC is #5DBD53. Grayscale: #6A6A6A. Windows color (decimal): -6143316 or 11289250. OLE color: 11289250.
HSL color Cylindrical-coordinate representation of color #A242AC: hue angle of 294.34º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A242AC is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 66 | 172 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.33 |
| HSL | 294.34º | 0.45% | 0.47% | - |
| HSV(B) | 294.34º | 0.62% | 0.67% | - |
| XYZ | 24.29 | 14.56 | 40.56 | - |
| YUV | 106.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 172 | 0.06 | 0.62 | 0 | 0.33 | 294.34 | 0.45 | 0.47 |
| Hex | A2 | 42 | AC | 6 | 3E | 0 | 21 | 126 | 2D | 2F |
| Octal | 242 | 102 | 254 | 6 | 76 | 0 | 41 | 446 | 55 | 57 |
| Binary | 10100010 | 1000010 | 10101100 | 110 | 111110 | 0 | 100001 | 100100110 | 101101 | 101111 |
Color Harmonies of #A242AC
Complementary color
Monochromatic Colors of #A242AC
Black with #A242AC
Text Example
Text Example
White with #A242AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A242AC; }
p { color: rgb(162,66,172); }
H1.HeaderClassName
{
color: #A242AC;
}
.AnyTagClassName
{
color: #A242AC;
}
</style>
background-color css
<style>
a { background-color: #A242AC; }
a { background-color: rgb(162,66,172); }
div.DivClassName
{
background-color: #A242AC;
}
.BgClassName
{
background-color: #A242AC;
}
</style>
border-color css
<style>
span { border-color: #A242AC; }
span { border-color: rgb(162,66,172); }
td.TdClassName
{
border-color: #A242AC;
}
.TagClassName
{
border-color: #A242AC;
}
</style>