Shades of Deep Lilac #A265C1
Tints of Deep Lilac #A265C1
RGB
CMYK
RGB Variations
Color information
#A265C1 (or 0xA265C1) is known color: Deep Lilac. HEX triplet: A2, 65 and C1. RGB value is (162,101,193). Sum of RGB (Red+Green+Blue) = 162+101+193=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #A265C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265C1 is #5D9A3E. Grayscale: #818181. Windows color (decimal): -6134335 or 12674466. OLE color: 12674466.
HSL color Cylindrical-coordinate representation of color #A265C1: hue angle of 279.78º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A265C1 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 101 | 193 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.24 |
| HSL | 279.78º | 0.43% | 0.58% | - |
| HSV(B) | 279.78º | 0.48% | 0.76% | - |
| XYZ | 29.18 | 20.84 | 52.94 | - |
| YUV | 129.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 193 | 0.16 | 0.48 | 0 | 0.24 | 279.78 | 0.43 | 0.58 |
| Hex | A2 | 65 | C1 | 10 | 30 | 0 | 18 | 118 | 2B | 3A |
| Octal | 242 | 145 | 301 | 20 | 60 | 0 | 30 | 430 | 53 | 72 |
| Binary | 10100010 | 1100101 | 11000001 | 10000 | 110000 | 0 | 11000 | 100011000 | 101011 | 111010 |
Color Harmonies of #A265C1
Complementary color
Monochromatic Colors of #A265C1
Black with #A265C1
Text Example
Text Example
White with #A265C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265C1; }
p { color: rgb(162,101,193); }
H1.HeaderClassName
{
color: #A265C1;
}
.AnyTagClassName
{
color: #A265C1;
}
</style>
background-color css
<style>
a { background-color: #A265C1; }
a { background-color: rgb(162,101,193); }
div.DivClassName
{
background-color: #A265C1;
}
.BgClassName
{
background-color: #A265C1;
}
</style>
border-color css
<style>
span { border-color: #A265C1; }
span { border-color: rgb(162,101,193); }
td.TdClassName
{
border-color: #A265C1;
}
.TagClassName
{
border-color: #A265C1;
}
</style>