Shades of Deep Lilac #A265BC
Tints of Deep Lilac #A265BC
RGB
CMYK
RGB Variations
Color information
#A265BC (or 0xA265BC) is known color: Deep Lilac. HEX triplet: A2, 65 and BC. RGB value is (162,101,188). Sum of RGB (Red+Green+Blue) = 162+101+188=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #A265BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265BC is #5D9A43. Grayscale: #808080. Windows color (decimal): -6134340 or 12346786. OLE color: 12346786.
HSL color Cylindrical-coordinate representation of color #A265BC: hue angle of 282.07º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A265BC is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 101 | 188 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.26 |
| HSL | 282.07º | 0.39% | 0.57% | - |
| HSV(B) | 282.07º | 0.46% | 0.74% | - |
| XYZ | 28.63 | 20.62 | 50.05 | - |
| YUV | 129.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 188 | 0.14 | 0.46 | 0 | 0.26 | 282.07 | 0.39 | 0.57 |
| Hex | A2 | 65 | BC | E | 2E | 0 | 1A | 11A | 27 | 39 |
| Octal | 242 | 145 | 274 | 16 | 56 | 0 | 32 | 432 | 47 | 71 |
| Binary | 10100010 | 1100101 | 10111100 | 1110 | 101110 | 0 | 11010 | 100011010 | 100111 | 111001 |
Color Harmonies of #A265BC
Complementary color
Monochromatic Colors of #A265BC
Black with #A265BC
Text Example
Text Example
White with #A265BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265BC; }
p { color: rgb(162,101,188); }
H1.HeaderClassName
{
color: #A265BC;
}
.AnyTagClassName
{
color: #A265BC;
}
</style>
background-color css
<style>
a { background-color: #A265BC; }
a { background-color: rgb(162,101,188); }
div.DivClassName
{
background-color: #A265BC;
}
.BgClassName
{
background-color: #A265BC;
}
</style>
border-color css
<style>
span { border-color: #A265BC; }
span { border-color: rgb(162,101,188); }
td.TdClassName
{
border-color: #A265BC;
}
.TagClassName
{
border-color: #A265BC;
}
</style>