Shades of Deep Lilac #A33AAF
Tints of Deep Lilac #A33AAF
RGB
CMYK
RGB Variations
Color information
#A33AAF (or 0xA33AAF) is known color: Deep Lilac. HEX triplet: A3, 3A and AF. RGB value is (163,58,175). Sum of RGB (Red+Green+Blue) = 163+58+175=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #A33AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33AAF is #5CC550. Grayscale: #666666. Windows color (decimal): -6079825 or 11483811. OLE color: 11483811.
HSL color Cylindrical-coordinate representation of color #A33AAF: hue angle of 293.85º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33AAF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 58 | 175 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.31 |
| HSL | 293.85º | 0.5% | 0.46% | - |
| HSV(B) | 293.85º | 0.67% | 0.69% | - |
| XYZ | 24.36 | 13.91 | 41.96 | - |
| YUV | 102.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 175 | 0.07 | 0.67 | 0 | 0.31 | 293.85 | 0.5 | 0.46 |
| Hex | A3 | 3A | AF | 7 | 43 | 0 | 1F | 126 | 32 | 2E |
| Octal | 243 | 72 | 257 | 7 | 103 | 0 | 37 | 446 | 62 | 56 |
| Binary | 10100011 | 111010 | 10101111 | 111 | 1000011 | 0 | 11111 | 100100110 | 110010 | 101110 |
Color Harmonies of #A33AAF
Complementary color
Monochromatic Colors of #A33AAF
Black with #A33AAF
Text Example
Text Example
White with #A33AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33AAF; }
p { color: rgb(163,58,175); }
H1.HeaderClassName
{
color: #A33AAF;
}
.AnyTagClassName
{
color: #A33AAF;
}
</style>
background-color css
<style>
a { background-color: #A33AAF; }
a { background-color: rgb(163,58,175); }
div.DivClassName
{
background-color: #A33AAF;
}
.BgClassName
{
background-color: #A33AAF;
}
</style>
border-color css
<style>
span { border-color: #A33AAF; }
span { border-color: rgb(163,58,175); }
td.TdClassName
{
border-color: #A33AAF;
}
.TagClassName
{
border-color: #A33AAF;
}
</style>