Shades of Deep Lilac #A83CAF
Tints of Deep Lilac #A83CAF
RGB
CMYK
RGB Variations
Color information
#A83CAF (or 0xA83CAF) is known color: Deep Lilac. HEX triplet: A8, 3C and AF. RGB value is (168,60,175). Sum of RGB (Red+Green+Blue) = 168+60+175=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #A83CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83CAF is #57C350. Grayscale: #696969. Windows color (decimal): -5751633 or 11484328. OLE color: 11484328.
HSL color Cylindrical-coordinate representation of color #A83CAF: hue angle of 296.35º degrees, saturation: 0.49, 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 #A83CAF is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 60 | 175 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.31 |
| HSL | 296.35º | 0.49% | 0.46% | - |
| HSV(B) | 296.35º | 0.66% | 0.69% | - |
| XYZ | 25.5 | 14.65 | 42.04 | - |
| YUV | 105.4 | 167.28 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 175 | 0.04 | 0.66 | 0 | 0.31 | 296.35 | 0.49 | 0.46 |
| Hex | A8 | 3C | AF | 4 | 42 | 0 | 1F | 128 | 31 | 2E |
| Octal | 250 | 74 | 257 | 4 | 102 | 0 | 37 | 450 | 61 | 56 |
| Binary | 10101000 | 111100 | 10101111 | 100 | 1000010 | 0 | 11111 | 100101000 | 110001 | 101110 |
Color Harmonies of #A83CAF
Complementary color
Monochromatic Colors of #A83CAF
Black with #A83CAF
Text Example
Text Example
White with #A83CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CAF; }
p { color: rgb(168,60,175); }
H1.HeaderClassName
{
color: #A83CAF;
}
.AnyTagClassName
{
color: #A83CAF;
}
</style>
background-color css
<style>
a { background-color: #A83CAF; }
a { background-color: rgb(168,60,175); }
div.DivClassName
{
background-color: #A83CAF;
}
.BgClassName
{
background-color: #A83CAF;
}
</style>
border-color css
<style>
span { border-color: #A83CAF; }
span { border-color: rgb(168,60,175); }
td.TdClassName
{
border-color: #A83CAF;
}
.TagClassName
{
border-color: #A83CAF;
}
</style>