Shades of Deep Lilac #A241BD
Tints of Deep Lilac #A241BD
RGB
CMYK
RGB Variations
Color information
#A241BD (or 0xA241BD) is known color: Deep Lilac. HEX triplet: A2, 41 and BD. RGB value is (162,65,189). Sum of RGB (Red+Green+Blue) = 162+65+189=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #A241BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241BD is #5DBE42. Grayscale: #6B6B6B. Windows color (decimal): -6143555 or 12403106. OLE color: 12403106.
HSL color Cylindrical-coordinate representation of color #A241BD: hue angle of 286.94º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A241BD is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 65 | 189 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.26 |
| HSL | 286.94º | 0.49% | 0.5% | - |
| HSV(B) | 286.94º | 0.66% | 0.74% | - |
| XYZ | 25.98 | 15.14 | 49.7 | - |
| YUV | 108.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 189 | 0.14 | 0.66 | 0 | 0.26 | 286.94 | 0.49 | 0.5 |
| Hex | A2 | 41 | BD | E | 42 | 0 | 1A | 11F | 31 | 32 |
| Octal | 242 | 101 | 275 | 16 | 102 | 0 | 32 | 437 | 61 | 62 |
| Binary | 10100010 | 1000001 | 10111101 | 1110 | 1000010 | 0 | 11010 | 100011111 | 110001 | 110010 |
Color Harmonies of #A241BD
Complementary color
Monochromatic Colors of #A241BD
Black with #A241BD
Text Example
Text Example
White with #A241BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A241BD; }
p { color: rgb(162,65,189); }
H1.HeaderClassName
{
color: #A241BD;
}
.AnyTagClassName
{
color: #A241BD;
}
</style>
background-color css
<style>
a { background-color: #A241BD; }
a { background-color: rgb(162,65,189); }
div.DivClassName
{
background-color: #A241BD;
}
.BgClassName
{
background-color: #A241BD;
}
</style>
border-color css
<style>
span { border-color: #A241BD; }
span { border-color: rgb(162,65,189); }
td.TdClassName
{
border-color: #A241BD;
}
.TagClassName
{
border-color: #A241BD;
}
</style>