Shades of Deep Lilac #A465C2
Tints of Deep Lilac #A465C2
RGB
CMYK
RGB Variations
Color information
#A465C2 (or 0xA465C2) is known color: Deep Lilac. HEX triplet: A4, 65 and C2. RGB value is (164,101,194). Sum of RGB (Red+Green+Blue) = 164+101+194=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #A465C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465C2 is #5B9A3D. Grayscale: #828282. Windows color (decimal): -6003262 or 12740004. OLE color: 12740004.
HSL color Cylindrical-coordinate representation of color #A465C2: hue angle of 280.65º 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 #A465C2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 101 | 194 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.24 |
| HSL | 280.65º | 0.43% | 0.58% | - |
| HSV(B) | 280.65º | 0.48% | 0.76% | - |
| XYZ | 29.7 | 21.09 | 53.55 | - |
| YUV | 130.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 194 | 0.15 | 0.48 | 0 | 0.24 | 280.65 | 0.43 | 0.58 |
| Hex | A4 | 65 | C2 | F | 30 | 0 | 18 | 119 | 2B | 3A |
| Octal | 244 | 145 | 302 | 17 | 60 | 0 | 30 | 431 | 53 | 72 |
| Binary | 10100100 | 1100101 | 11000010 | 1111 | 110000 | 0 | 11000 | 100011001 | 101011 | 111010 |
Color Harmonies of #A465C2
Complementary color
Monochromatic Colors of #A465C2
Black with #A465C2
Text Example
Text Example
White with #A465C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465C2; }
p { color: rgb(164,101,194); }
H1.HeaderClassName
{
color: #A465C2;
}
.AnyTagClassName
{
color: #A465C2;
}
</style>
background-color css
<style>
a { background-color: #A465C2; }
a { background-color: rgb(164,101,194); }
div.DivClassName
{
background-color: #A465C2;
}
.BgClassName
{
background-color: #A465C2;
}
</style>
border-color css
<style>
span { border-color: #A465C2; }
span { border-color: rgb(164,101,194); }
td.TdClassName
{
border-color: #A465C2;
}
.TagClassName
{
border-color: #A465C2;
}
</style>