Shades of Deep Lilac #A450CB
Tints of Deep Lilac #A450CB
RGB
CMYK
RGB Variations
Color information
#A450CB (or 0xA450CB) is known color: Deep Lilac. HEX triplet: A4, 50 and CB. RGB value is (164,80,203). Sum of RGB (Red+Green+Blue) = 164+80+203=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #A450CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450CB is #5BAF34. Grayscale: #767676. Windows color (decimal): -6008629 or 13324452. OLE color: 13324452.
HSL color Cylindrical-coordinate representation of color #A450CB: hue angle of 280.98º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A450CB is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 80 | 203 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.20 |
| HSL | 280.98º | 0.54% | 0.55% | - |
| HSV(B) | 280.98º | 0.61% | 0.8% | - |
| XYZ | 28.96 | 17.94 | 58.44 | - |
| YUV | 119.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 203 | 0.19 | 0.61 | 0 | 0.20 | 280.98 | 0.54 | 0.55 |
| Hex | A4 | 50 | CB | 13 | 3D | 0 | 14 | 119 | 36 | 37 |
| Octal | 244 | 120 | 313 | 23 | 75 | 0 | 24 | 431 | 66 | 67 |
| Binary | 10100100 | 1010000 | 11001011 | 10011 | 111101 | 0 | 10100 | 100011001 | 110110 | 110111 |
Color Harmonies of #A450CB
Complementary color
Monochromatic Colors of #A450CB
Black with #A450CB
Text Example
Text Example
White with #A450CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450CB; }
p { color: rgb(164,80,203); }
H1.HeaderClassName
{
color: #A450CB;
}
.AnyTagClassName
{
color: #A450CB;
}
</style>
background-color css
<style>
a { background-color: #A450CB; }
a { background-color: rgb(164,80,203); }
div.DivClassName
{
background-color: #A450CB;
}
.BgClassName
{
background-color: #A450CB;
}
</style>
border-color css
<style>
span { border-color: #A450CB; }
span { border-color: rgb(164,80,203); }
td.TdClassName
{
border-color: #A450CB;
}
.TagClassName
{
border-color: #A450CB;
}
</style>