Shades of Deep Lilac #A362B7
Tints of Deep Lilac #A362B7
RGB
CMYK
RGB Variations
Color information
#A362B7 (or 0xA362B7) is known color: Deep Lilac. HEX triplet: A3, 62 and B7. RGB value is (163,98,183). Sum of RGB (Red+Green+Blue) = 163+98+183=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 183 - color contains mainly: blue. Hex color #A362B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362B7 is #5C9D48. Grayscale: #7E7E7E. Windows color (decimal): -6069577 or 12018339. OLE color: 12018339.
HSL color Cylindrical-coordinate representation of color #A362B7: hue angle of 285.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A362B7 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 98 | 183 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.28 |
| HSL | 285.88º | 0.37% | 0.55% | - |
| HSV(B) | 285.88º | 0.46% | 0.72% | - |
| XYZ | 28.02 | 19.94 | 47.17 | - |
| YUV | 127.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 183 | 0.11 | 0.46 | 0 | 0.28 | 285.88 | 0.37 | 0.55 |
| Hex | A3 | 62 | B7 | B | 2E | 0 | 1C | 11E | 25 | 37 |
| Octal | 243 | 142 | 267 | 13 | 56 | 0 | 34 | 436 | 45 | 67 |
| Binary | 10100011 | 1100010 | 10110111 | 1011 | 101110 | 0 | 11100 | 100011110 | 100101 | 110111 |
Color Harmonies of #A362B7
Complementary color
Monochromatic Colors of #A362B7
Black with #A362B7
Text Example
Text Example
White with #A362B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362B7; }
p { color: rgb(163,98,183); }
H1.HeaderClassName
{
color: #A362B7;
}
.AnyTagClassName
{
color: #A362B7;
}
</style>
background-color css
<style>
a { background-color: #A362B7; }
a { background-color: rgb(163,98,183); }
div.DivClassName
{
background-color: #A362B7;
}
.BgClassName
{
background-color: #A362B7;
}
</style>
border-color css
<style>
span { border-color: #A362B7; }
span { border-color: rgb(163,98,183); }
td.TdClassName
{
border-color: #A362B7;
}
.TagClassName
{
border-color: #A362B7;
}
</style>