Shades of Deep Lilac #A83FAF
Tints of Deep Lilac #A83FAF
RGB
CMYK
RGB Variations
Color information
#A83FAF (or 0xA83FAF) is known color: Deep Lilac. HEX triplet: A8, 3F and AF. RGB value is (168,63,175). Sum of RGB (Red+Green+Blue) = 168+63+175=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #A83FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83FAF is #57C050. Grayscale: #6A6A6A. Windows color (decimal): -5750865 or 11485096. OLE color: 11485096.
HSL color Cylindrical-coordinate representation of color #A83FAF: hue angle of 296.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83FAF is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 63 | 175 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.31 |
| HSL | 296.25º | 0.47% | 0.47% | - |
| HSV(B) | 296.25º | 0.64% | 0.69% | - |
| XYZ | 25.66 | 14.97 | 42.1 | - |
| YUV | 107.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 175 | 0.04 | 0.64 | 0 | 0.31 | 296.25 | 0.47 | 0.47 |
| Hex | A8 | 3F | AF | 4 | 40 | 0 | 1F | 128 | 2F | 2F |
| Octal | 250 | 77 | 257 | 4 | 100 | 0 | 37 | 450 | 57 | 57 |
| Binary | 10101000 | 111111 | 10101111 | 100 | 1000000 | 0 | 11111 | 100101000 | 101111 | 101111 |
Color Harmonies of #A83FAF
Complementary color
Monochromatic Colors of #A83FAF
Black with #A83FAF
Text Example
Text Example
White with #A83FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FAF; }
p { color: rgb(168,63,175); }
H1.HeaderClassName
{
color: #A83FAF;
}
.AnyTagClassName
{
color: #A83FAF;
}
</style>
background-color css
<style>
a { background-color: #A83FAF; }
a { background-color: rgb(168,63,175); }
div.DivClassName
{
background-color: #A83FAF;
}
.BgClassName
{
background-color: #A83FAF;
}
</style>
border-color css
<style>
span { border-color: #A83FAF; }
span { border-color: rgb(168,63,175); }
td.TdClassName
{
border-color: #A83FAF;
}
.TagClassName
{
border-color: #A83FAF;
}
</style>