Shades of Deep Lilac #A33DB4
Tints of Deep Lilac #A33DB4
RGB
CMYK
RGB Variations
Color information
#A33DB4 (or 0xA33DB4) is known color: Deep Lilac. HEX triplet: A3, 3D and B4. RGB value is (163,61,180). Sum of RGB (Red+Green+Blue) = 163+61+180=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #A33DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DB4 is #5CC24B. Grayscale: #686868. Windows color (decimal): -6079052 or 11812259. OLE color: 11812259.
HSL color Cylindrical-coordinate representation of color #A33DB4: hue angle of 291.43º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33DB4 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 61 | 180 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.29 |
| HSL | 291.43º | 0.49% | 0.47% | - |
| HSV(B) | 291.43º | 0.66% | 0.71% | - |
| XYZ | 25.01 | 14.42 | 44.64 | - |
| YUV | 105.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 180 | 0.09 | 0.66 | 0 | 0.29 | 291.43 | 0.49 | 0.47 |
| Hex | A3 | 3D | B4 | 9 | 42 | 0 | 1D | 123 | 31 | 2F |
| Octal | 243 | 75 | 264 | 11 | 102 | 0 | 35 | 443 | 61 | 57 |
| Binary | 10100011 | 111101 | 10110100 | 1001 | 1000010 | 0 | 11101 | 100100011 | 110001 | 101111 |
Color Harmonies of #A33DB4
Complementary color
Monochromatic Colors of #A33DB4
Black with #A33DB4
Text Example
Text Example
White with #A33DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DB4; }
p { color: rgb(163,61,180); }
H1.HeaderClassName
{
color: #A33DB4;
}
.AnyTagClassName
{
color: #A33DB4;
}
</style>
background-color css
<style>
a { background-color: #A33DB4; }
a { background-color: rgb(163,61,180); }
div.DivClassName
{
background-color: #A33DB4;
}
.BgClassName
{
background-color: #A33DB4;
}
</style>
border-color css
<style>
span { border-color: #A33DB4; }
span { border-color: rgb(163,61,180); }
td.TdClassName
{
border-color: #A33DB4;
}
.TagClassName
{
border-color: #A33DB4;
}
</style>