Shades of Deep Lilac #A03CB3
Tints of Deep Lilac #A03CB3
RGB
CMYK
RGB Variations
Color information
#A03CB3 (or 0xA03CB3) is known color: Deep Lilac. HEX triplet: A0, 3C and B3. RGB value is (160,60,179). Sum of RGB (Red+Green+Blue) = 160+60+179=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #A03CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CB3 is #5FC34C. Grayscale: #676767. Windows color (decimal): -6275917 or 11746464. OLE color: 11746464.
HSL color Cylindrical-coordinate representation of color #A03CB3: hue angle of 290.42º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03CB3 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 60 | 179 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.30 |
| HSL | 290.42º | 0.5% | 0.47% | - |
| HSV(B) | 290.42º | 0.66% | 0.7% | - |
| XYZ | 24.25 | 13.96 | 44.06 | - |
| YUV | 103.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 179 | 0.11 | 0.66 | 0 | 0.30 | 290.42 | 0.5 | 0.47 |
| Hex | A0 | 3C | B3 | B | 42 | 0 | 1E | 122 | 32 | 2F |
| Octal | 240 | 74 | 263 | 13 | 102 | 0 | 36 | 442 | 62 | 57 |
| Binary | 10100000 | 111100 | 10110011 | 1011 | 1000010 | 0 | 11110 | 100100010 | 110010 | 101111 |
Color Harmonies of #A03CB3
Complementary color
Monochromatic Colors of #A03CB3
Black with #A03CB3
Text Example
Text Example
White with #A03CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CB3; }
p { color: rgb(160,60,179); }
H1.HeaderClassName
{
color: #A03CB3;
}
.AnyTagClassName
{
color: #A03CB3;
}
</style>
background-color css
<style>
a { background-color: #A03CB3; }
a { background-color: rgb(160,60,179); }
div.DivClassName
{
background-color: #A03CB3;
}
.BgClassName
{
background-color: #A03CB3;
}
</style>
border-color css
<style>
span { border-color: #A03CB3; }
span { border-color: rgb(160,60,179); }
td.TdClassName
{
border-color: #A03CB3;
}
.TagClassName
{
border-color: #A03CB3;
}
</style>