Shades of Deep Lilac #A754CB
Tints of Deep Lilac #A754CB
RGB
CMYK
RGB Variations
Color information
#A754CB (or 0xA754CB) is known color: Deep Lilac. HEX triplet: A7, 54 and CB. RGB value is (167,84,203). Sum of RGB (Red+Green+Blue) = 167+84+203=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #A754CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A754CB is #58AB34. Grayscale: #797979. Windows color (decimal): -5810997 or 13325479. OLE color: 13325479.
HSL color Cylindrical-coordinate representation of color #A754CB: hue angle of 281.85º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A754CB is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 84 | 203 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.20 |
| HSL | 281.85º | 0.53% | 0.56% | - |
| HSV(B) | 281.85º | 0.59% | 0.8% | - |
| XYZ | 29.89 | 18.87 | 58.57 | - |
| YUV | 122.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 203 | 0.18 | 0.59 | 0 | 0.20 | 281.85 | 0.53 | 0.56 |
| Hex | A7 | 54 | CB | 12 | 3B | 0 | 14 | 11A | 35 | 38 |
| Octal | 247 | 124 | 313 | 22 | 73 | 0 | 24 | 432 | 65 | 70 |
| Binary | 10100111 | 1010100 | 11001011 | 10010 | 111011 | 0 | 10100 | 100011010 | 110101 | 111000 |
Color Harmonies of #A754CB
Complementary color
Monochromatic Colors of #A754CB
Black with #A754CB
Text Example
Text Example
White with #A754CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A754CB; }
p { color: rgb(167,84,203); }
H1.HeaderClassName
{
color: #A754CB;
}
.AnyTagClassName
{
color: #A754CB;
}
</style>
background-color css
<style>
a { background-color: #A754CB; }
a { background-color: rgb(167,84,203); }
div.DivClassName
{
background-color: #A754CB;
}
.BgClassName
{
background-color: #A754CB;
}
</style>
border-color css
<style>
span { border-color: #A754CB; }
span { border-color: rgb(167,84,203); }
td.TdClassName
{
border-color: #A754CB;
}
.TagClassName
{
border-color: #A754CB;
}
</style>