Shades of Deep Lilac #A447C3
Tints of Deep Lilac #A447C3
RGB
CMYK
RGB Variations
Color information
#A447C3 (or 0xA447C3) is known color: Deep Lilac. HEX triplet: A4, 47 and C3. RGB value is (164,71,195). Sum of RGB (Red+Green+Blue) = 164+71+195=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #A447C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A447C3 is #5BB83C. Grayscale: #707070. Windows color (decimal): -6010941 or 12797860. OLE color: 12797860.
HSL color Cylindrical-coordinate representation of color #A447C3: hue angle of 285º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A447C3 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 71 | 195 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.24 |
| HSL | 285º | 0.51% | 0.52% | - |
| HSV(B) | 285º | 0.64% | 0.76% | - |
| XYZ | 27.41 | 16.34 | 53.34 | - |
| YUV | 112.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 195 | 0.16 | 0.64 | 0 | 0.24 | 285 | 0.51 | 0.52 |
| Hex | A4 | 47 | C3 | 10 | 40 | 0 | 18 | 11D | 33 | 34 |
| Octal | 244 | 107 | 303 | 20 | 100 | 0 | 30 | 435 | 63 | 64 |
| Binary | 10100100 | 1000111 | 11000011 | 10000 | 1000000 | 0 | 11000 | 100011101 | 110011 | 110100 |
Color Harmonies of #A447C3
Complementary color
Monochromatic Colors of #A447C3
Black with #A447C3
Text Example
Text Example
White with #A447C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A447C3; }
p { color: rgb(164,71,195); }
H1.HeaderClassName
{
color: #A447C3;
}
.AnyTagClassName
{
color: #A447C3;
}
</style>
background-color css
<style>
a { background-color: #A447C3; }
a { background-color: rgb(164,71,195); }
div.DivClassName
{
background-color: #A447C3;
}
.BgClassName
{
background-color: #A447C3;
}
</style>
border-color css
<style>
span { border-color: #A447C3; }
span { border-color: rgb(164,71,195); }
td.TdClassName
{
border-color: #A447C3;
}
.TagClassName
{
border-color: #A447C3;
}
</style>