Shades of Deep Lilac #A33BAF
Tints of Deep Lilac #A33BAF
RGB
CMYK
RGB Variations
Color information
#A33BAF (or 0xA33BAF) is known color: Deep Lilac. HEX triplet: A3, 3B and AF. RGB value is (163,59,175). Sum of RGB (Red+Green+Blue) = 163+59+175=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #A33BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33BAF is #5CC450. Grayscale: #666666. Windows color (decimal): -6079569 or 11484067. OLE color: 11484067.
HSL color Cylindrical-coordinate representation of color #A33BAF: hue angle of 293.79º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33BAF is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 59 | 175 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.31 |
| HSL | 293.79º | 0.5% | 0.46% | - |
| HSV(B) | 293.79º | 0.66% | 0.69% | - |
| XYZ | 24.41 | 14.01 | 41.98 | - |
| YUV | 103.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 175 | 0.07 | 0.66 | 0 | 0.31 | 293.79 | 0.5 | 0.46 |
| Hex | A3 | 3B | AF | 7 | 42 | 0 | 1F | 126 | 32 | 2E |
| Octal | 243 | 73 | 257 | 7 | 102 | 0 | 37 | 446 | 62 | 56 |
| Binary | 10100011 | 111011 | 10101111 | 111 | 1000010 | 0 | 11111 | 100100110 | 110010 | 101110 |
Color Harmonies of #A33BAF
Complementary color
Monochromatic Colors of #A33BAF
Black with #A33BAF
Text Example
Text Example
White with #A33BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33BAF; }
p { color: rgb(163,59,175); }
H1.HeaderClassName
{
color: #A33BAF;
}
.AnyTagClassName
{
color: #A33BAF;
}
</style>
background-color css
<style>
a { background-color: #A33BAF; }
a { background-color: rgb(163,59,175); }
div.DivClassName
{
background-color: #A33BAF;
}
.BgClassName
{
background-color: #A33BAF;
}
</style>
border-color css
<style>
span { border-color: #A33BAF; }
span { border-color: rgb(163,59,175); }
td.TdClassName
{
border-color: #A33BAF;
}
.TagClassName
{
border-color: #A33BAF;
}
</style>