Shades of Deep Lilac #A167B2
Tints of Deep Lilac #A167B2
RGB
CMYK
RGB Variations
Color information
#A167B2 (or 0xA167B2) is known color: Deep Lilac. HEX triplet: A1, 67 and B2. RGB value is (161,103,178). Sum of RGB (Red+Green+Blue) = 161+103+178=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 178 - color contains mainly: blue. Hex color #A167B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A167B2 is #5E984D. Grayscale: #808080. Windows color (decimal): -6199374 or 11691937. OLE color: 11691937.
HSL color Cylindrical-coordinate representation of color #A167B2: hue angle of 286.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A167B2 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 103 | 178 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.30 |
| HSL | 286.4º | 0.33% | 0.55% | - |
| HSV(B) | 286.4º | 0.42% | 0.7% | - |
| XYZ | 27.58 | 20.49 | 44.62 | - |
| YUV | 128.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 178 | 0.10 | 0.42 | 0 | 0.30 | 286.4 | 0.33 | 0.55 |
| Hex | A1 | 67 | B2 | A | 2A | 0 | 1E | 11E | 21 | 37 |
| Octal | 241 | 147 | 262 | 12 | 52 | 0 | 36 | 436 | 41 | 67 |
| Binary | 10100001 | 1100111 | 10110010 | 1010 | 101010 | 0 | 11110 | 100011110 | 100001 | 110111 |
Color Harmonies of #A167B2
Complementary color
Monochromatic Colors of #A167B2
Black with #A167B2
Text Example
Text Example
White with #A167B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A167B2; }
p { color: rgb(161,103,178); }
H1.HeaderClassName
{
color: #A167B2;
}
.AnyTagClassName
{
color: #A167B2;
}
</style>
background-color css
<style>
a { background-color: #A167B2; }
a { background-color: rgb(161,103,178); }
div.DivClassName
{
background-color: #A167B2;
}
.BgClassName
{
background-color: #A167B2;
}
</style>
border-color css
<style>
span { border-color: #A167B2; }
span { border-color: rgb(161,103,178); }
td.TdClassName
{
border-color: #A167B2;
}
.TagClassName
{
border-color: #A167B2;
}
</style>