Shades of Deep Lilac #A33AAE
Tints of Deep Lilac #A33AAE
RGB
CMYK
RGB Variations
Color information
#A33AAE (or 0xA33AAE) is known color: Deep Lilac. HEX triplet: A3, 3A and AE. RGB value is (163,58,174). Sum of RGB (Red+Green+Blue) = 163+58+174=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #A33AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33AAE is #5CC551. Grayscale: #666666. Windows color (decimal): -6079826 or 11418275. OLE color: 11418275.
HSL color Cylindrical-coordinate representation of color #A33AAE: hue angle of 294.31º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33AAE is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 58 | 174 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.32 |
| HSL | 294.31º | 0.5% | 0.45% | - |
| HSV(B) | 294.31º | 0.67% | 0.68% | - |
| XYZ | 24.26 | 13.87 | 41.44 | - |
| YUV | 102.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 174 | 0.06 | 0.67 | 0 | 0.32 | 294.31 | 0.5 | 0.45 |
| Hex | A3 | 3A | AE | 6 | 43 | 0 | 20 | 126 | 32 | 2D |
| Octal | 243 | 72 | 256 | 6 | 103 | 0 | 40 | 446 | 62 | 55 |
| Binary | 10100011 | 111010 | 10101110 | 110 | 1000011 | 0 | 100000 | 100100110 | 110010 | 101101 |
Color Harmonies of #A33AAE
Complementary color
Monochromatic Colors of #A33AAE
Black with #A33AAE
Text Example
Text Example
White with #A33AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33AAE; }
p { color: rgb(163,58,174); }
H1.HeaderClassName
{
color: #A33AAE;
}
.AnyTagClassName
{
color: #A33AAE;
}
</style>
background-color css
<style>
a { background-color: #A33AAE; }
a { background-color: rgb(163,58,174); }
div.DivClassName
{
background-color: #A33AAE;
}
.BgClassName
{
background-color: #A33AAE;
}
</style>
border-color css
<style>
span { border-color: #A33AAE; }
span { border-color: rgb(163,58,174); }
td.TdClassName
{
border-color: #A33AAE;
}
.TagClassName
{
border-color: #A33AAE;
}
</style>