Shades of Deep Lilac #A33FB0
Tints of Deep Lilac #A33FB0
RGB
CMYK
RGB Variations
Color information
#A33FB0 (or 0xA33FB0) is known color: Deep Lilac. HEX triplet: A3, 3F and B0. RGB value is (163,63,176). Sum of RGB (Red+Green+Blue) = 163+63+176=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #A33FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33FB0 is #5CC04F. Grayscale: #696969. Windows color (decimal): -6078544 or 11550627. OLE color: 11550627.
HSL color Cylindrical-coordinate representation of color #A33FB0: hue angle of 293.1º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33FB0 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 63 | 176 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.31 |
| HSL | 293.1º | 0.47% | 0.47% | - |
| HSV(B) | 293.1º | 0.64% | 0.69% | - |
| XYZ | 24.72 | 14.48 | 42.57 | - |
| YUV | 105.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 176 | 0.07 | 0.64 | 0 | 0.31 | 293.1 | 0.47 | 0.47 |
| Hex | A3 | 3F | B0 | 7 | 40 | 0 | 1F | 125 | 2F | 2F |
| Octal | 243 | 77 | 260 | 7 | 100 | 0 | 37 | 445 | 57 | 57 |
| Binary | 10100011 | 111111 | 10110000 | 111 | 1000000 | 0 | 11111 | 100100101 | 101111 | 101111 |
Color Harmonies of #A33FB0
Complementary color
Monochromatic Colors of #A33FB0
Black with #A33FB0
Text Example
Text Example
White with #A33FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FB0; }
p { color: rgb(163,63,176); }
H1.HeaderClassName
{
color: #A33FB0;
}
.AnyTagClassName
{
color: #A33FB0;
}
</style>
background-color css
<style>
a { background-color: #A33FB0; }
a { background-color: rgb(163,63,176); }
div.DivClassName
{
background-color: #A33FB0;
}
.BgClassName
{
background-color: #A33FB0;
}
</style>
border-color css
<style>
span { border-color: #A33FB0; }
span { border-color: rgb(163,63,176); }
td.TdClassName
{
border-color: #A33FB0;
}
.TagClassName
{
border-color: #A33FB0;
}
</style>