Shades of Deep Lilac #A241BC
Tints of Deep Lilac #A241BC
RGB
CMYK
RGB Variations
Color information
#A241BC (or 0xA241BC) is known color: Deep Lilac. HEX triplet: A2, 41 and BC. RGB value is (162,65,188). Sum of RGB (Red+Green+Blue) = 162+65+188=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #A241BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241BC is #5DBE43. Grayscale: #6B6B6B. Windows color (decimal): -6143556 or 12337570. OLE color: 12337570.
HSL color Cylindrical-coordinate representation of color #A241BC: hue angle of 287.32º 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 #A241BC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 65 | 188 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.26 |
| HSL | 287.32º | 0.49% | 0.5% | - |
| HSV(B) | 287.32º | 0.65% | 0.74% | - |
| XYZ | 25.87 | 15.09 | 49.13 | - |
| YUV | 108.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 188 | 0.14 | 0.65 | 0 | 0.26 | 287.32 | 0.49 | 0.5 |
| Hex | A2 | 41 | BC | E | 41 | 0 | 1A | 11F | 31 | 32 |
| Octal | 242 | 101 | 274 | 16 | 101 | 0 | 32 | 437 | 61 | 62 |
| Binary | 10100010 | 1000001 | 10111100 | 1110 | 1000001 | 0 | 11010 | 100011111 | 110001 | 110010 |
Color Harmonies of #A241BC
Complementary color
Monochromatic Colors of #A241BC
Black with #A241BC
Text Example
Text Example
White with #A241BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A241BC; }
p { color: rgb(162,65,188); }
H1.HeaderClassName
{
color: #A241BC;
}
.AnyTagClassName
{
color: #A241BC;
}
</style>
background-color css
<style>
a { background-color: #A241BC; }
a { background-color: rgb(162,65,188); }
div.DivClassName
{
background-color: #A241BC;
}
.BgClassName
{
background-color: #A241BC;
}
</style>
border-color css
<style>
span { border-color: #A241BC; }
span { border-color: rgb(162,65,188); }
td.TdClassName
{
border-color: #A241BC;
}
.TagClassName
{
border-color: #A241BC;
}
</style>