Shades of Deep Lilac #A841B5
Tints of Deep Lilac #A841B5
RGB
CMYK
RGB Variations
Color information
#A841B5 (or 0xA841B5) is known color: Deep Lilac. HEX triplet: A8, 41 and B5. RGB value is (168,65,181). Sum of RGB (Red+Green+Blue) = 168+65+181=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 181 - color contains mainly: blue. Hex color #A841B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841B5 is #57BE4A. Grayscale: #6C6C6C. Windows color (decimal): -5750347 or 11878824. OLE color: 11878824.
HSL color Cylindrical-coordinate representation of color #A841B5: hue angle of 293.28º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A841B5 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 65 | 181 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.29 |
| HSL | 293.28º | 0.47% | 0.48% | - |
| HSV(B) | 293.28º | 0.64% | 0.71% | - |
| XYZ | 26.38 | 15.44 | 45.31 | - |
| YUV | 109.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 181 | 0.07 | 0.64 | 0 | 0.29 | 293.28 | 0.47 | 0.48 |
| Hex | A8 | 41 | B5 | 7 | 40 | 0 | 1D | 125 | 2F | 30 |
| Octal | 250 | 101 | 265 | 7 | 100 | 0 | 35 | 445 | 57 | 60 |
| Binary | 10101000 | 1000001 | 10110101 | 111 | 1000000 | 0 | 11101 | 100100101 | 101111 | 110000 |
Color Harmonies of #A841B5
Complementary color
Monochromatic Colors of #A841B5
Black with #A841B5
Text Example
Text Example
White with #A841B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841B5; }
p { color: rgb(168,65,181); }
H1.HeaderClassName
{
color: #A841B5;
}
.AnyTagClassName
{
color: #A841B5;
}
</style>
background-color css
<style>
a { background-color: #A841B5; }
a { background-color: rgb(168,65,181); }
div.DivClassName
{
background-color: #A841B5;
}
.BgClassName
{
background-color: #A841B5;
}
</style>
border-color css
<style>
span { border-color: #A841B5; }
span { border-color: rgb(168,65,181); }
td.TdClassName
{
border-color: #A841B5;
}
.TagClassName
{
border-color: #A841B5;
}
</style>