Shades of Deep Lilac #A83AAF
Tints of Deep Lilac #A83AAF
RGB
CMYK
RGB Variations
Color information
#A83AAF (or 0xA83AAF) is known color: Deep Lilac. HEX triplet: A8, 3A and AF. RGB value is (168,58,175). Sum of RGB (Red+Green+Blue) = 168+58+175=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #A83AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83AAF is #57C550. Grayscale: #676767. Windows color (decimal): -5752145 or 11483816. OLE color: 11483816.
HSL color Cylindrical-coordinate representation of color #A83AAF: hue angle of 296.41º 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 #A83AAF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 58 | 175 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.31 |
| HSL | 296.41º | 0.5% | 0.46% | - |
| HSV(B) | 296.41º | 0.67% | 0.69% | - |
| XYZ | 25.4 | 14.45 | 42.01 | - |
| YUV | 104.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 175 | 0.04 | 0.67 | 0 | 0.31 | 296.41 | 0.5 | 0.46 |
| Hex | A8 | 3A | AF | 4 | 43 | 0 | 1F | 128 | 32 | 2E |
| Octal | 250 | 72 | 257 | 4 | 103 | 0 | 37 | 450 | 62 | 56 |
| Binary | 10101000 | 111010 | 10101111 | 100 | 1000011 | 0 | 11111 | 100101000 | 110010 | 101110 |
Color Harmonies of #A83AAF
Complementary color
Monochromatic Colors of #A83AAF
Black with #A83AAF
Text Example
Text Example
White with #A83AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83AAF; }
p { color: rgb(168,58,175); }
H1.HeaderClassName
{
color: #A83AAF;
}
.AnyTagClassName
{
color: #A83AAF;
}
</style>
background-color css
<style>
a { background-color: #A83AAF; }
a { background-color: rgb(168,58,175); }
div.DivClassName
{
background-color: #A83AAF;
}
.BgClassName
{
background-color: #A83AAF;
}
</style>
border-color css
<style>
span { border-color: #A83AAF; }
span { border-color: rgb(168,58,175); }
td.TdClassName
{
border-color: #A83AAF;
}
.TagClassName
{
border-color: #A83AAF;
}
</style>