Shades of Deep Lilac #A452CF
Tints of Deep Lilac #A452CF
RGB
CMYK
RGB Variations
Color information
#A452CF (or 0xA452CF) is known color: Deep Lilac. HEX triplet: A4, 52 and CF. RGB value is (164,82,207). Sum of RGB (Red+Green+Blue) = 164+82+207=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #A452CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452CF is #5BAD30. Grayscale: #787878. Windows color (decimal): -6008113 or 13587108. OLE color: 13587108.
HSL color Cylindrical-coordinate representation of color #A452CF: hue angle of 279.36º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A452CF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 82 | 207 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.19 |
| HSL | 279.36º | 0.57% | 0.57% | - |
| HSV(B) | 279.36º | 0.6% | 0.81% | - |
| XYZ | 29.59 | 18.43 | 61.03 | - |
| YUV | 120.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 207 | 0.21 | 0.60 | 0 | 0.19 | 279.36 | 0.57 | 0.57 |
| Hex | A4 | 52 | CF | 15 | 3C | 0 | 13 | 117 | 39 | 39 |
| Octal | 244 | 122 | 317 | 25 | 74 | 0 | 23 | 427 | 71 | 71 |
| Binary | 10100100 | 1010010 | 11001111 | 10101 | 111100 | 0 | 10011 | 100010111 | 111001 | 111001 |
Color Harmonies of #A452CF
Complementary color
Monochromatic Colors of #A452CF
Black with #A452CF
Text Example
Text Example
White with #A452CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A452CF; }
p { color: rgb(164,82,207); }
H1.HeaderClassName
{
color: #A452CF;
}
.AnyTagClassName
{
color: #A452CF;
}
</style>
background-color css
<style>
a { background-color: #A452CF; }
a { background-color: rgb(164,82,207); }
div.DivClassName
{
background-color: #A452CF;
}
.BgClassName
{
background-color: #A452CF;
}
</style>
border-color css
<style>
span { border-color: #A452CF; }
span { border-color: rgb(164,82,207); }
td.TdClassName
{
border-color: #A452CF;
}
.TagClassName
{
border-color: #A452CF;
}
</style>