Shades of Deep Lilac #A23FAF
Tints of Deep Lilac #A23FAF
RGB
CMYK
RGB Variations
Color information
#A23FAF (or 0xA23FAF) is known color: Deep Lilac. HEX triplet: A2, 3F and AF. RGB value is (162,63,175). Sum of RGB (Red+Green+Blue) = 162+63+175=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #A23FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23FAF is #5DC050. Grayscale: #696969. Windows color (decimal): -6144081 or 11485090. OLE color: 11485090.
HSL color Cylindrical-coordinate representation of color #A23FAF: hue angle of 293.04º 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 #A23FAF is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 63 | 175 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.31 |
| HSL | 293.04º | 0.47% | 0.47% | - |
| HSV(B) | 293.04º | 0.64% | 0.69% | - |
| XYZ | 24.42 | 14.33 | 42.04 | - |
| YUV | 105.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 175 | 0.07 | 0.64 | 0 | 0.31 | 293.04 | 0.47 | 0.47 |
| Hex | A2 | 3F | AF | 7 | 40 | 0 | 1F | 125 | 2F | 2F |
| Octal | 242 | 77 | 257 | 7 | 100 | 0 | 37 | 445 | 57 | 57 |
| Binary | 10100010 | 111111 | 10101111 | 111 | 1000000 | 0 | 11111 | 100100101 | 101111 | 101111 |
Color Harmonies of #A23FAF
Complementary color
Monochromatic Colors of #A23FAF
Black with #A23FAF
Text Example
Text Example
White with #A23FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FAF; }
p { color: rgb(162,63,175); }
H1.HeaderClassName
{
color: #A23FAF;
}
.AnyTagClassName
{
color: #A23FAF;
}
</style>
background-color css
<style>
a { background-color: #A23FAF; }
a { background-color: rgb(162,63,175); }
div.DivClassName
{
background-color: #A23FAF;
}
.BgClassName
{
background-color: #A23FAF;
}
</style>
border-color css
<style>
span { border-color: #A23FAF; }
span { border-color: rgb(162,63,175); }
td.TdClassName
{
border-color: #A23FAF;
}
.TagClassName
{
border-color: #A23FAF;
}
</style>