Shades of Deep Lilac #A450BC
Tints of Deep Lilac #A450BC
RGB
CMYK
RGB Variations
Color information
#A450BC (or 0xA450BC) is known color: Deep Lilac. HEX triplet: A4, 50 and BC. RGB value is (164,80,188). Sum of RGB (Red+Green+Blue) = 164+80+188=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #A450BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450BC is #5BAF43. Grayscale: #757575. Windows color (decimal): -6008644 or 12341412. OLE color: 12341412.
HSL color Cylindrical-coordinate representation of color #A450BC: hue angle of 286.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A450BC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 80 | 188 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.26 |
| HSL | 286.67º | 0.45% | 0.53% | - |
| HSV(B) | 286.67º | 0.57% | 0.74% | - |
| XYZ | 27.26 | 17.26 | 49.47 | - |
| YUV | 117.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 188 | 0.13 | 0.57 | 0 | 0.26 | 286.67 | 0.45 | 0.53 |
| Hex | A4 | 50 | BC | D | 39 | 0 | 1A | 11F | 2D | 35 |
| Octal | 244 | 120 | 274 | 15 | 71 | 0 | 32 | 437 | 55 | 65 |
| Binary | 10100100 | 1010000 | 10111100 | 1101 | 111001 | 0 | 11010 | 100011111 | 101101 | 110101 |
Color Harmonies of #A450BC
Complementary color
Monochromatic Colors of #A450BC
Black with #A450BC
Text Example
Text Example
White with #A450BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450BC; }
p { color: rgb(164,80,188); }
H1.HeaderClassName
{
color: #A450BC;
}
.AnyTagClassName
{
color: #A450BC;
}
</style>
background-color css
<style>
a { background-color: #A450BC; }
a { background-color: rgb(164,80,188); }
div.DivClassName
{
background-color: #A450BC;
}
.BgClassName
{
background-color: #A450BC;
}
</style>
border-color css
<style>
span { border-color: #A450BC; }
span { border-color: rgb(164,80,188); }
td.TdClassName
{
border-color: #A450BC;
}
.TagClassName
{
border-color: #A450BC;
}
</style>