Shades of Deep Lilac #A243BC
Tints of Deep Lilac #A243BC
RGB
CMYK
RGB Variations
Color information
#A243BC (or 0xA243BC) is known color: Deep Lilac. HEX triplet: A2, 43 and BC. RGB value is (162,67,188). Sum of RGB (Red+Green+Blue) = 162+67+188=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #A243BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243BC is #5DBC43. Grayscale: #6C6C6C. Windows color (decimal): -6143044 or 12338082. OLE color: 12338082.
HSL color Cylindrical-coordinate representation of color #A243BC: hue angle of 287.11º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A243BC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 67 | 188 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.26 |
| HSL | 287.11º | 0.47% | 0.5% | - |
| HSV(B) | 287.11º | 0.64% | 0.74% | - |
| XYZ | 25.98 | 15.33 | 49.17 | - |
| YUV | 109.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 188 | 0.14 | 0.64 | 0 | 0.26 | 287.11 | 0.47 | 0.5 |
| Hex | A2 | 43 | BC | E | 40 | 0 | 1A | 11F | 2F | 32 |
| Octal | 242 | 103 | 274 | 16 | 100 | 0 | 32 | 437 | 57 | 62 |
| Binary | 10100010 | 1000011 | 10111100 | 1110 | 1000000 | 0 | 11010 | 100011111 | 101111 | 110010 |
Color Harmonies of #A243BC
Complementary color
Monochromatic Colors of #A243BC
Black with #A243BC
Text Example
Text Example
White with #A243BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243BC; }
p { color: rgb(162,67,188); }
H1.HeaderClassName
{
color: #A243BC;
}
.AnyTagClassName
{
color: #A243BC;
}
</style>
background-color css
<style>
a { background-color: #A243BC; }
a { background-color: rgb(162,67,188); }
div.DivClassName
{
background-color: #A243BC;
}
.BgClassName
{
background-color: #A243BC;
}
</style>
border-color css
<style>
span { border-color: #A243BC; }
span { border-color: rgb(162,67,188); }
td.TdClassName
{
border-color: #A243BC;
}
.TagClassName
{
border-color: #A243BC;
}
</style>