Shades of Deep Lilac #A841BB
Tints of Deep Lilac #A841BB
RGB
CMYK
RGB Variations
Color information
#A841BB (or 0xA841BB) is known color: Deep Lilac. HEX triplet: A8, 41 and BB. RGB value is (168,65,187). Sum of RGB (Red+Green+Blue) = 168+65+187=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #A841BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841BB is #57BE44. Grayscale: #6D6D6D. Windows color (decimal): -5750341 or 12272040. OLE color: 12272040.
HSL color Cylindrical-coordinate representation of color #A841BB: hue angle of 290.66º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A841BB is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 65 | 187 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.27 |
| HSL | 290.66º | 0.48% | 0.49% | - |
| HSV(B) | 290.66º | 0.65% | 0.73% | - |
| XYZ | 27.01 | 15.69 | 48.62 | - |
| YUV | 109.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 187 | 0.10 | 0.65 | 0 | 0.27 | 290.66 | 0.48 | 0.49 |
| Hex | A8 | 41 | BB | A | 41 | 0 | 1B | 123 | 30 | 31 |
| Octal | 250 | 101 | 273 | 12 | 101 | 0 | 33 | 443 | 60 | 61 |
| Binary | 10101000 | 1000001 | 10111011 | 1010 | 1000001 | 0 | 11011 | 100100011 | 110000 | 110001 |
Color Harmonies of #A841BB
Complementary color
Monochromatic Colors of #A841BB
Black with #A841BB
Text Example
Text Example
White with #A841BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841BB; }
p { color: rgb(168,65,187); }
H1.HeaderClassName
{
color: #A841BB;
}
.AnyTagClassName
{
color: #A841BB;
}
</style>
background-color css
<style>
a { background-color: #A841BB; }
a { background-color: rgb(168,65,187); }
div.DivClassName
{
background-color: #A841BB;
}
.BgClassName
{
background-color: #A841BB;
}
</style>
border-color css
<style>
span { border-color: #A841BB; }
span { border-color: rgb(168,65,187); }
td.TdClassName
{
border-color: #A841BB;
}
.TagClassName
{
border-color: #A841BB;
}
</style>