Shades of Deep Lilac #A845B4
Tints of Deep Lilac #A845B4
RGB
CMYK
RGB Variations
Color information
#A845B4 (or 0xA845B4) is known color: Deep Lilac. HEX triplet: A8, 45 and B4. RGB value is (168,69,180). Sum of RGB (Red+Green+Blue) = 168+69+180=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #A845B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845B4 is #57BA4B. Grayscale: #6E6E6E. Windows color (decimal): -5749324 or 11814312. OLE color: 11814312.
HSL color Cylindrical-coordinate representation of color #A845B4: hue angle of 293.51º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A845B4 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 69 | 180 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.29 |
| HSL | 293.51º | 0.45% | 0.49% | - |
| HSV(B) | 293.51º | 0.62% | 0.71% | - |
| XYZ | 26.51 | 15.88 | 44.85 | - |
| YUV | 111.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 180 | 0.07 | 0.62 | 0 | 0.29 | 293.51 | 0.45 | 0.49 |
| Hex | A8 | 45 | B4 | 7 | 3E | 0 | 1D | 126 | 2D | 31 |
| Octal | 250 | 105 | 264 | 7 | 76 | 0 | 35 | 446 | 55 | 61 |
| Binary | 10101000 | 1000101 | 10110100 | 111 | 111110 | 0 | 11101 | 100100110 | 101101 | 110001 |
Color Harmonies of #A845B4
Complementary color
Monochromatic Colors of #A845B4
Black with #A845B4
Text Example
Text Example
White with #A845B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845B4; }
p { color: rgb(168,69,180); }
H1.HeaderClassName
{
color: #A845B4;
}
.AnyTagClassName
{
color: #A845B4;
}
</style>
background-color css
<style>
a { background-color: #A845B4; }
a { background-color: rgb(168,69,180); }
div.DivClassName
{
background-color: #A845B4;
}
.BgClassName
{
background-color: #A845B4;
}
</style>
border-color css
<style>
span { border-color: #A845B4; }
span { border-color: rgb(168,69,180); }
td.TdClassName
{
border-color: #A845B4;
}
.TagClassName
{
border-color: #A845B4;
}
</style>