Shades of Deep Lilac #A242B6
Tints of Deep Lilac #A242B6
RGB
CMYK
RGB Variations
Color information
#A242B6 (or 0xA242B6) is known color: Deep Lilac. HEX triplet: A2, 42 and B6. RGB value is (162,66,182). Sum of RGB (Red+Green+Blue) = 162+66+182=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #A242B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242B6 is #5DBD49. Grayscale: #6B6B6B. Windows color (decimal): -6143306 or 11944610. OLE color: 11944610.
HSL color Cylindrical-coordinate representation of color #A242B6: hue angle of 289.66º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A242B6 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 66 | 182 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.29 |
| HSL | 289.66º | 0.47% | 0.49% | - |
| HSV(B) | 289.66º | 0.64% | 0.71% | - |
| XYZ | 25.29 | 14.96 | 45.81 | - |
| YUV | 107.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 182 | 0.11 | 0.64 | 0 | 0.29 | 289.66 | 0.47 | 0.49 |
| Hex | A2 | 42 | B6 | B | 40 | 0 | 1D | 122 | 2F | 31 |
| Octal | 242 | 102 | 266 | 13 | 100 | 0 | 35 | 442 | 57 | 61 |
| Binary | 10100010 | 1000010 | 10110110 | 1011 | 1000000 | 0 | 11101 | 100100010 | 101111 | 110001 |
Color Harmonies of #A242B6
Complementary color
Monochromatic Colors of #A242B6
Black with #A242B6
Text Example
Text Example
White with #A242B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A242B6; }
p { color: rgb(162,66,182); }
H1.HeaderClassName
{
color: #A242B6;
}
.AnyTagClassName
{
color: #A242B6;
}
</style>
background-color css
<style>
a { background-color: #A242B6; }
a { background-color: rgb(162,66,182); }
div.DivClassName
{
background-color: #A242B6;
}
.BgClassName
{
background-color: #A242B6;
}
</style>
border-color css
<style>
span { border-color: #A242B6; }
span { border-color: rgb(162,66,182); }
td.TdClassName
{
border-color: #A242B6;
}
.TagClassName
{
border-color: #A242B6;
}
</style>