Shades of Deep Lilac #A162B4
Tints of Deep Lilac #A162B4
RGB
CMYK
RGB Variations
Color information
#A162B4 (or 0xA162B4) is known color: Deep Lilac. HEX triplet: A1, 62 and B4. RGB value is (161,98,180). Sum of RGB (Red+Green+Blue) = 161+98+180=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #A162B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162B4 is #5E9D4B. Grayscale: #7D7D7D. Windows color (decimal): -6200652 or 11821729. OLE color: 11821729.
HSL color Cylindrical-coordinate representation of color #A162B4: hue angle of 286.1º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A162B4 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 98 | 180 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.29 |
| HSL | 286.1º | 0.35% | 0.55% | - |
| HSV(B) | 286.1º | 0.46% | 0.71% | - |
| XYZ | 27.3 | 19.61 | 45.53 | - |
| YUV | 126.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 180 | 0.11 | 0.46 | 0 | 0.29 | 286.1 | 0.35 | 0.55 |
| Hex | A1 | 62 | B4 | B | 2E | 0 | 1D | 11E | 23 | 37 |
| Octal | 241 | 142 | 264 | 13 | 56 | 0 | 35 | 436 | 43 | 67 |
| Binary | 10100001 | 1100010 | 10110100 | 1011 | 101110 | 0 | 11101 | 100011110 | 100011 | 110111 |
Color Harmonies of #A162B4
Complementary color
Monochromatic Colors of #A162B4
Black with #A162B4
Text Example
Text Example
White with #A162B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A162B4; }
p { color: rgb(161,98,180); }
H1.HeaderClassName
{
color: #A162B4;
}
.AnyTagClassName
{
color: #A162B4;
}
</style>
background-color css
<style>
a { background-color: #A162B4; }
a { background-color: rgb(161,98,180); }
div.DivClassName
{
background-color: #A162B4;
}
.BgClassName
{
background-color: #A162B4;
}
</style>
border-color css
<style>
span { border-color: #A162B4; }
span { border-color: rgb(161,98,180); }
td.TdClassName
{
border-color: #A162B4;
}
.TagClassName
{
border-color: #A162B4;
}
</style>