Shades of Deep Lilac #A450B8
Tints of Deep Lilac #A450B8
RGB
CMYK
RGB Variations
Color information
#A450B8 (or 0xA450B8) is known color: Deep Lilac. HEX triplet: A4, 50 and B8. RGB value is (164,80,184). Sum of RGB (Red+Green+Blue) = 164+80+184=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 184 - color contains mainly: blue. Hex color #A450B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450B8 is #5BAF47. Grayscale: #747474. Windows color (decimal): -6008648 or 12079268. OLE color: 12079268.
HSL color Cylindrical-coordinate representation of color #A450B8: hue angle of 288.46º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A450B8 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 80 | 184 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.28 |
| HSL | 288.46º | 0.42% | 0.52% | - |
| HSV(B) | 288.46º | 0.57% | 0.72% | - |
| XYZ | 26.83 | 17.09 | 47.23 | - |
| YUV | 116.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 184 | 0.11 | 0.57 | 0 | 0.28 | 288.46 | 0.42 | 0.52 |
| Hex | A4 | 50 | B8 | B | 39 | 0 | 1C | 120 | 2A | 34 |
| Octal | 244 | 120 | 270 | 13 | 71 | 0 | 34 | 440 | 52 | 64 |
| Binary | 10100100 | 1010000 | 10111000 | 1011 | 111001 | 0 | 11100 | 100100000 | 101010 | 110100 |
Color Harmonies of #A450B8
Complementary color
Monochromatic Colors of #A450B8
Black with #A450B8
Text Example
Text Example
White with #A450B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450B8; }
p { color: rgb(164,80,184); }
H1.HeaderClassName
{
color: #A450B8;
}
.AnyTagClassName
{
color: #A450B8;
}
</style>
background-color css
<style>
a { background-color: #A450B8; }
a { background-color: rgb(164,80,184); }
div.DivClassName
{
background-color: #A450B8;
}
.BgClassName
{
background-color: #A450B8;
}
</style>
border-color css
<style>
span { border-color: #A450B8; }
span { border-color: rgb(164,80,184); }
td.TdClassName
{
border-color: #A450B8;
}
.TagClassName
{
border-color: #A450B8;
}
</style>