Shades of Deep Lilac #A63CAF
Tints of Deep Lilac #A63CAF
RGB
CMYK
RGB Variations
Color information
#A63CAF (or 0xA63CAF) is known color: Deep Lilac. HEX triplet: A6, 3C and AF. RGB value is (166,60,175). Sum of RGB (Red+Green+Blue) = 166+60+175=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 60 (23.83% from 255 or 14.96% 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 #A63CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63CAF is #59C350. Grayscale: #686868. Windows color (decimal): -5882705 or 11484326. OLE color: 11484326.
HSL color Cylindrical-coordinate representation of color #A63CAF: hue angle of 295.3º 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 #A63CAF is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 60 | 175 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.31 |
| HSL | 295.3º | 0.49% | 0.46% | - |
| HSV(B) | 295.3º | 0.66% | 0.69% | - |
| XYZ | 25.08 | 14.43 | 42.02 | - |
| YUV | 104.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 175 | 0.05 | 0.66 | 0 | 0.31 | 295.3 | 0.49 | 0.46 |
| Hex | A6 | 3C | AF | 5 | 42 | 0 | 1F | 127 | 31 | 2E |
| Octal | 246 | 74 | 257 | 5 | 102 | 0 | 37 | 447 | 61 | 56 |
| Binary | 10100110 | 111100 | 10101111 | 101 | 1000010 | 0 | 11111 | 100100111 | 110001 | 101110 |
Color Harmonies of #A63CAF
Complementary color
Monochromatic Colors of #A63CAF
Black with #A63CAF
Text Example
Text Example
White with #A63CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63CAF; }
p { color: rgb(166,60,175); }
H1.HeaderClassName
{
color: #A63CAF;
}
.AnyTagClassName
{
color: #A63CAF;
}
</style>
background-color css
<style>
a { background-color: #A63CAF; }
a { background-color: rgb(166,60,175); }
div.DivClassName
{
background-color: #A63CAF;
}
.BgClassName
{
background-color: #A63CAF;
}
</style>
border-color css
<style>
span { border-color: #A63CAF; }
span { border-color: rgb(166,60,175); }
td.TdClassName
{
border-color: #A63CAF;
}
.TagClassName
{
border-color: #A63CAF;
}
</style>