Shades of Deep Lilac #A264B2
Tints of Deep Lilac #A264B2
RGB
CMYK
RGB Variations
Color information
#A264B2 (or 0xA264B2) is known color: Deep Lilac. HEX triplet: A2, 64 and B2. RGB value is (162,100,178). Sum of RGB (Red+Green+Blue) = 162+100+178=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #A264B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A264B2 is #5D9B4D. Grayscale: #7F7F7F. Windows color (decimal): -6134606 or 11691170. OLE color: 11691170.
HSL color Cylindrical-coordinate representation of color #A264B2: hue angle of 287.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A264B2 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 100 | 178 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.30 |
| HSL | 287.69º | 0.34% | 0.55% | - |
| HSV(B) | 287.69º | 0.44% | 0.7% | - |
| XYZ | 27.49 | 20.01 | 44.53 | - |
| YUV | 127.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 100 | 178 | 0.09 | 0.44 | 0 | 0.30 | 287.69 | 0.34 | 0.55 |
| Hex | A2 | 64 | B2 | 9 | 2C | 0 | 1E | 120 | 22 | 37 |
| Octal | 242 | 144 | 262 | 11 | 54 | 0 | 36 | 440 | 42 | 67 |
| Binary | 10100010 | 1100100 | 10110010 | 1001 | 101100 | 0 | 11110 | 100100000 | 100010 | 110111 |
Color Harmonies of #A264B2
Complementary color
Monochromatic Colors of #A264B2
Black with #A264B2
Text Example
Text Example
White with #A264B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A264B2; }
p { color: rgb(162,100,178); }
H1.HeaderClassName
{
color: #A264B2;
}
.AnyTagClassName
{
color: #A264B2;
}
</style>
background-color css
<style>
a { background-color: #A264B2; }
a { background-color: rgb(162,100,178); }
div.DivClassName
{
background-color: #A264B2;
}
.BgClassName
{
background-color: #A264B2;
}
</style>
border-color css
<style>
span { border-color: #A264B2; }
span { border-color: rgb(162,100,178); }
td.TdClassName
{
border-color: #A264B2;
}
.TagClassName
{
border-color: #A264B2;
}
</style>