Shades of Deep Lilac #A43CB3
Tints of Deep Lilac #A43CB3
RGB
CMYK
RGB Variations
Color information
#A43CB3 (or 0xA43CB3) is known color: Deep Lilac. HEX triplet: A4, 3C and B3. RGB value is (164,60,179). Sum of RGB (Red+Green+Blue) = 164+60+179=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #A43CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CB3 is #5BC34C. Grayscale: #686868. Windows color (decimal): -6013773 or 11746468. OLE color: 11746468.
HSL color Cylindrical-coordinate representation of color #A43CB3: hue angle of 292.44º 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 #A43CB3 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 60 | 179 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.30 |
| HSL | 292.44º | 0.5% | 0.47% | - |
| HSV(B) | 292.44º | 0.66% | 0.7% | - |
| XYZ | 25.06 | 14.38 | 44.1 | - |
| YUV | 104.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 179 | 0.08 | 0.66 | 0 | 0.30 | 292.44 | 0.5 | 0.47 |
| Hex | A4 | 3C | B3 | 8 | 42 | 0 | 1E | 124 | 32 | 2F |
| Octal | 244 | 74 | 263 | 10 | 102 | 0 | 36 | 444 | 62 | 57 |
| Binary | 10100100 | 111100 | 10110011 | 1000 | 1000010 | 0 | 11110 | 100100100 | 110010 | 101111 |
Color Harmonies of #A43CB3
Complementary color
Monochromatic Colors of #A43CB3
Black with #A43CB3
Text Example
Text Example
White with #A43CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CB3; }
p { color: rgb(164,60,179); }
H1.HeaderClassName
{
color: #A43CB3;
}
.AnyTagClassName
{
color: #A43CB3;
}
</style>
background-color css
<style>
a { background-color: #A43CB3; }
a { background-color: rgb(164,60,179); }
div.DivClassName
{
background-color: #A43CB3;
}
.BgClassName
{
background-color: #A43CB3;
}
</style>
border-color css
<style>
span { border-color: #A43CB3; }
span { border-color: rgb(164,60,179); }
td.TdClassName
{
border-color: #A43CB3;
}
.TagClassName
{
border-color: #A43CB3;
}
</style>