Shades of Deep Lilac #A255CB
Tints of Deep Lilac #A255CB
RGB
CMYK
RGB Variations
Color information
#A255CB (or 0xA255CB) is known color: Deep Lilac. HEX triplet: A2, 55 and CB. RGB value is (162,85,203). Sum of RGB (Red+Green+Blue) = 162+85+203=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #A255CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255CB is #5DAA34. Grayscale: #797979. Windows color (decimal): -6138421 or 13325730. OLE color: 13325730.
HSL color Cylindrical-coordinate representation of color #A255CB: hue angle of 279.15º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A255CB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 85 | 203 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.20 |
| HSL | 279.15º | 0.53% | 0.56% | - |
| HSV(B) | 279.15º | 0.58% | 0.8% | - |
| XYZ | 28.93 | 18.49 | 58.54 | - |
| YUV | 121.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 203 | 0.20 | 0.58 | 0 | 0.20 | 279.15 | 0.53 | 0.56 |
| Hex | A2 | 55 | CB | 14 | 3A | 0 | 14 | 117 | 35 | 38 |
| Octal | 242 | 125 | 313 | 24 | 72 | 0 | 24 | 427 | 65 | 70 |
| Binary | 10100010 | 1010101 | 11001011 | 10100 | 111010 | 0 | 10100 | 100010111 | 110101 | 111000 |
Color Harmonies of #A255CB
Complementary color
Monochromatic Colors of #A255CB
Black with #A255CB
Text Example
Text Example
White with #A255CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A255CB; }
p { color: rgb(162,85,203); }
H1.HeaderClassName
{
color: #A255CB;
}
.AnyTagClassName
{
color: #A255CB;
}
</style>
background-color css
<style>
a { background-color: #A255CB; }
a { background-color: rgb(162,85,203); }
div.DivClassName
{
background-color: #A255CB;
}
.BgClassName
{
background-color: #A255CB;
}
</style>
border-color css
<style>
span { border-color: #A255CB; }
span { border-color: rgb(162,85,203); }
td.TdClassName
{
border-color: #A255CB;
}
.TagClassName
{
border-color: #A255CB;
}
</style>