Shades of Deep Lilac #A265BD
Tints of Deep Lilac #A265BD
RGB
CMYK
RGB Variations
Color information
#A265BD (or 0xA265BD) is known color: Deep Lilac. HEX triplet: A2, 65 and BD. RGB value is (162,101,189). Sum of RGB (Red+Green+Blue) = 162+101+189=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #A265BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265BD is #5D9A42. Grayscale: #808080. Windows color (decimal): -6134339 or 12412322. OLE color: 12412322.
HSL color Cylindrical-coordinate representation of color #A265BD: hue angle of 281.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A265BD is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 101 | 189 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.26 |
| HSL | 281.59º | 0.4% | 0.57% | - |
| HSV(B) | 281.59º | 0.47% | 0.74% | - |
| XYZ | 28.74 | 20.66 | 50.62 | - |
| YUV | 129.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 189 | 0.14 | 0.47 | 0 | 0.26 | 281.59 | 0.4 | 0.57 |
| Hex | A2 | 65 | BD | E | 2F | 0 | 1A | 11A | 28 | 39 |
| Octal | 242 | 145 | 275 | 16 | 57 | 0 | 32 | 432 | 50 | 71 |
| Binary | 10100010 | 1100101 | 10111101 | 1110 | 101111 | 0 | 11010 | 100011010 | 101000 | 111001 |
Color Harmonies of #A265BD
Complementary color
Monochromatic Colors of #A265BD
Black with #A265BD
Text Example
Text Example
White with #A265BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265BD; }
p { color: rgb(162,101,189); }
H1.HeaderClassName
{
color: #A265BD;
}
.AnyTagClassName
{
color: #A265BD;
}
</style>
background-color css
<style>
a { background-color: #A265BD; }
a { background-color: rgb(162,101,189); }
div.DivClassName
{
background-color: #A265BD;
}
.BgClassName
{
background-color: #A265BD;
}
</style>
border-color css
<style>
span { border-color: #A265BD; }
span { border-color: rgb(162,101,189); }
td.TdClassName
{
border-color: #A265BD;
}
.TagClassName
{
border-color: #A265BD;
}
</style>