Shades of Deep Lilac #A357B3
Tints of Deep Lilac #A357B3
RGB
CMYK
RGB Variations
Color information
#A357B3 (or 0xA357B3) is known color: Deep Lilac. HEX triplet: A3, 57 and B3. RGB value is (163,87,179). Sum of RGB (Red+Green+Blue) = 163+87+179=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #A357B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357B3 is #5CA84C. Grayscale: #777777. Windows color (decimal): -6072397 or 11753379. OLE color: 11753379.
HSL color Cylindrical-coordinate representation of color #A357B3: hue angle of 289.57º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A357B3 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 87 | 179 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.30 |
| HSL | 289.57º | 0.38% | 0.52% | - |
| HSV(B) | 289.57º | 0.51% | 0.7% | - |
| XYZ | 26.65 | 17.86 | 44.69 | - |
| YUV | 120.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 179 | 0.09 | 0.51 | 0 | 0.30 | 289.57 | 0.38 | 0.52 |
| Hex | A3 | 57 | B3 | 9 | 33 | 0 | 1E | 122 | 26 | 34 |
| Octal | 243 | 127 | 263 | 11 | 63 | 0 | 36 | 442 | 46 | 64 |
| Binary | 10100011 | 1010111 | 10110011 | 1001 | 110011 | 0 | 11110 | 100100010 | 100110 | 110100 |
Color Harmonies of #A357B3
Complementary color
Monochromatic Colors of #A357B3
Black with #A357B3
Text Example
Text Example
White with #A357B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357B3; }
p { color: rgb(163,87,179); }
H1.HeaderClassName
{
color: #A357B3;
}
.AnyTagClassName
{
color: #A357B3;
}
</style>
background-color css
<style>
a { background-color: #A357B3; }
a { background-color: rgb(163,87,179); }
div.DivClassName
{
background-color: #A357B3;
}
.BgClassName
{
background-color: #A357B3;
}
</style>
border-color css
<style>
span { border-color: #A357B3; }
span { border-color: rgb(163,87,179); }
td.TdClassName
{
border-color: #A357B3;
}
.TagClassName
{
border-color: #A357B3;
}
</style>