Shades of Deep Lilac #A162B5
Tints of Deep Lilac #A162B5
RGB
CMYK
RGB Variations
Color information
#A162B5 (or 0xA162B5) is known color: Deep Lilac. HEX triplet: A1, 62 and B5. RGB value is (161,98,181). Sum of RGB (Red+Green+Blue) = 161+98+181=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 181 - color contains mainly: blue. Hex color #A162B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162B5 is #5E9D4A. Grayscale: #7E7E7E. Windows color (decimal): -6200651 or 11887265. OLE color: 11887265.
HSL color Cylindrical-coordinate representation of color #A162B5: hue angle of 285.54º degrees, saturation: 0.36, 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 #A162B5 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 161 | 98 | 181 | - |
CMYK | 0.11 | 0.46 | 0 | 0.29 |
HSL | 285.54º | 0.36% | 0.55% | - |
HSV(B) | 285.54º | 0.46% | 0.71% | - |
XYZ | 27.41 | 19.65 | 46.06 | - |
YUV | 126.3 | 158.87 | 152.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 98 | 181 | 0.11 | 0.46 | 0 | 0.29 | 285.54 | 0.36 | 0.55 |
Hex | A1 | 62 | B5 | B | 2E | 0 | 1D | 11E | 24 | 37 |
Octal | 241 | 142 | 265 | 13 | 56 | 0 | 35 | 436 | 44 | 67 |
Binary | 10100001 | 1100010 | 10110101 | 1011 | 101110 | 0 | 11101 | 100011110 | 100100 | 110111 |
Color Harmonies of #A162B5
Complementary color
Monochromatic Colors of #A162B5
Black with #A162B5
Text Example
Text Example
White with #A162B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A162B5; }
p { color: rgb(161,98,181); }
H1.HeaderClassName
{
color: #A162B5;
}
.AnyTagClassName
{
color: #A162B5;
}
</style>
background-color css
<style>
a { background-color: #A162B5; }
a { background-color: rgb(161,98,181); }
div.DivClassName
{
background-color: #A162B5;
}
.BgClassName
{
background-color: #A162B5;
}
</style>
border-color css
<style>
span { border-color: #A162B5; }
span { border-color: rgb(161,98,181); }
td.TdClassName
{
border-color: #A162B5;
}
.TagClassName
{
border-color: #A162B5;
}
</style>