Shades of Deep Lilac #A452C6
Tints of Deep Lilac #A452C6
RGB
CMYK
RGB Variations
Color information
#A452C6 (or 0xA452C6) is known color: Deep Lilac. HEX triplet: A4, 52 and C6. RGB value is (164,82,198). Sum of RGB (Red+Green+Blue) = 164+82+198=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #A452C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452C6 is #5BAD39. Grayscale: #777777. Windows color (decimal): -6008122 or 12997284. OLE color: 12997284.
HSL color Cylindrical-coordinate representation of color #A452C6: hue angle of 282.41º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A452C6 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 82 | 198 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.22 |
| HSL | 282.41º | 0.5% | 0.55% | - |
| HSV(B) | 282.41º | 0.59% | 0.78% | - |
| XYZ | 28.52 | 18 | 55.4 | - |
| YUV | 119.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 198 | 0.17 | 0.59 | 0 | 0.22 | 282.41 | 0.5 | 0.55 |
| Hex | A4 | 52 | C6 | 11 | 3B | 0 | 16 | 11A | 32 | 37 |
| Octal | 244 | 122 | 306 | 21 | 73 | 0 | 26 | 432 | 62 | 67 |
| Binary | 10100100 | 1010010 | 11000110 | 10001 | 111011 | 0 | 10110 | 100011010 | 110010 | 110111 |
Color Harmonies of #A452C6
Complementary color
Monochromatic Colors of #A452C6
Black with #A452C6
Text Example
Text Example
White with #A452C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A452C6; }
p { color: rgb(164,82,198); }
H1.HeaderClassName
{
color: #A452C6;
}
.AnyTagClassName
{
color: #A452C6;
}
</style>
background-color css
<style>
a { background-color: #A452C6; }
a { background-color: rgb(164,82,198); }
div.DivClassName
{
background-color: #A452C6;
}
.BgClassName
{
background-color: #A452C6;
}
</style>
border-color css
<style>
span { border-color: #A452C6; }
span { border-color: rgb(164,82,198); }
td.TdClassName
{
border-color: #A452C6;
}
.TagClassName
{
border-color: #A452C6;
}
</style>