Shades of Deep Lilac #A362BC
Tints of Deep Lilac #A362BC
RGB
CMYK
RGB Variations
Color information
#A362BC (or 0xA362BC) is known color: Deep Lilac. HEX triplet: A3, 62 and BC. RGB value is (163,98,188). Sum of RGB (Red+Green+Blue) = 163+98+188=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #A362BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362BC is #5C9D43. Grayscale: #7F7F7F. Windows color (decimal): -6069572 or 12346019. OLE color: 12346019.
HSL color Cylindrical-coordinate representation of color #A362BC: hue angle of 283.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A362BC is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 98 | 188 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.26 |
| HSL | 283.33º | 0.4% | 0.56% | - |
| HSV(B) | 283.33º | 0.48% | 0.74% | - |
| XYZ | 28.55 | 20.15 | 49.96 | - |
| YUV | 127.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 188 | 0.13 | 0.48 | 0 | 0.26 | 283.33 | 0.4 | 0.56 |
| Hex | A3 | 62 | BC | D | 30 | 0 | 1A | 11B | 28 | 38 |
| Octal | 243 | 142 | 274 | 15 | 60 | 0 | 32 | 433 | 50 | 70 |
| Binary | 10100011 | 1100010 | 10111100 | 1101 | 110000 | 0 | 11010 | 100011011 | 101000 | 111000 |
Color Harmonies of #A362BC
Complementary color
Monochromatic Colors of #A362BC
Black with #A362BC
Text Example
Text Example
White with #A362BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362BC; }
p { color: rgb(163,98,188); }
H1.HeaderClassName
{
color: #A362BC;
}
.AnyTagClassName
{
color: #A362BC;
}
</style>
background-color css
<style>
a { background-color: #A362BC; }
a { background-color: rgb(163,98,188); }
div.DivClassName
{
background-color: #A362BC;
}
.BgClassName
{
background-color: #A362BC;
}
</style>
border-color css
<style>
span { border-color: #A362BC; }
span { border-color: rgb(163,98,188); }
td.TdClassName
{
border-color: #A362BC;
}
.TagClassName
{
border-color: #A362BC;
}
</style>