Shades of Deep Lilac #A841B1
Tints of Deep Lilac #A841B1
RGB
CMYK
RGB Variations
Color information
#A841B1 (or 0xA841B1) is known color: Deep Lilac. HEX triplet: A8, 41 and B1. RGB value is (168,65,177). Sum of RGB (Red+Green+Blue) = 168+65+177=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 177 - color contains mainly: blue. Hex color #A841B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A841B1 is #57BE4E. Grayscale: #6C6C6C. Windows color (decimal): -5750351 or 11616680. OLE color: 11616680.
HSL color Cylindrical-coordinate representation of color #A841B1: hue angle of 295.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A841B1 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 65 | 177 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.31 |
| HSL | 295.18º | 0.46% | 0.47% | - |
| HSV(B) | 295.18º | 0.63% | 0.69% | - |
| XYZ | 25.97 | 15.28 | 43.18 | - |
| YUV | 108.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 177 | 0.05 | 0.63 | 0 | 0.31 | 295.18 | 0.46 | 0.47 |
| Hex | A8 | 41 | B1 | 5 | 3F | 0 | 1F | 127 | 2E | 2F |
| Octal | 250 | 101 | 261 | 5 | 77 | 0 | 37 | 447 | 56 | 57 |
| Binary | 10101000 | 1000001 | 10110001 | 101 | 111111 | 0 | 11111 | 100100111 | 101110 | 101111 |
Color Harmonies of #A841B1
Complementary color
Monochromatic Colors of #A841B1
Black with #A841B1
Text Example
Text Example
White with #A841B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841B1; }
p { color: rgb(168,65,177); }
H1.HeaderClassName
{
color: #A841B1;
}
.AnyTagClassName
{
color: #A841B1;
}
</style>
background-color css
<style>
a { background-color: #A841B1; }
a { background-color: rgb(168,65,177); }
div.DivClassName
{
background-color: #A841B1;
}
.BgClassName
{
background-color: #A841B1;
}
</style>
border-color css
<style>
span { border-color: #A841B1; }
span { border-color: rgb(168,65,177); }
td.TdClassName
{
border-color: #A841B1;
}
.TagClassName
{
border-color: #A841B1;
}
</style>