Shades of Deep Lilac #A841BC
Tints of Deep Lilac #A841BC
RGB
CMYK
RGB Variations
Color information
#A841BC (or 0xA841BC) is known color: Deep Lilac. HEX triplet: A8, 41 and BC. RGB value is (168,65,188). Sum of RGB (Red+Green+Blue) = 168+65+188=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #A841BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841BC is #57BE43. Grayscale: #6D6D6D. Windows color (decimal): -5750340 or 12337576. OLE color: 12337576.
HSL color Cylindrical-coordinate representation of color #A841BC: hue angle of 290.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A841BC is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 65 | 188 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.26 |
| HSL | 290.24º | 0.49% | 0.5% | - |
| HSV(B) | 290.24º | 0.65% | 0.74% | - |
| XYZ | 27.12 | 15.74 | 49.19 | - |
| YUV | 109.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 188 | 0.11 | 0.65 | 0 | 0.26 | 290.24 | 0.49 | 0.5 |
| Hex | A8 | 41 | BC | B | 41 | 0 | 1A | 122 | 31 | 32 |
| Octal | 250 | 101 | 274 | 13 | 101 | 0 | 32 | 442 | 61 | 62 |
| Binary | 10101000 | 1000001 | 10111100 | 1011 | 1000001 | 0 | 11010 | 100100010 | 110001 | 110010 |
Color Harmonies of #A841BC
Complementary color
Monochromatic Colors of #A841BC
Black with #A841BC
Text Example
Text Example
White with #A841BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841BC; }
p { color: rgb(168,65,188); }
H1.HeaderClassName
{
color: #A841BC;
}
.AnyTagClassName
{
color: #A841BC;
}
</style>
background-color css
<style>
a { background-color: #A841BC; }
a { background-color: rgb(168,65,188); }
div.DivClassName
{
background-color: #A841BC;
}
.BgClassName
{
background-color: #A841BC;
}
</style>
border-color css
<style>
span { border-color: #A841BC; }
span { border-color: rgb(168,65,188); }
td.TdClassName
{
border-color: #A841BC;
}
.TagClassName
{
border-color: #A841BC;
}
</style>