Shades of Deep Lilac #A263B4
Tints of Deep Lilac #A263B4
RGB
CMYK
RGB Variations
Color information
#A263B4 (or 0xA263B4) is known color: Deep Lilac. HEX triplet: A2, 63 and B4. RGB value is (162,99,180). Sum of RGB (Red+Green+Blue) = 162+99+180=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #A263B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263B4 is #5D9C4B. Grayscale: #7E7E7E. Windows color (decimal): -6134860 or 11821986. OLE color: 11821986.
HSL color Cylindrical-coordinate representation of color #A263B4: hue angle of 286.67º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A263B4 is Cyan = 0.1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 99 | 180 | - |
| CMYK | 0.1 | 0.45 | 0 | 0.29 |
| HSL | 286.67º | 0.35% | 0.55% | - |
| HSV(B) | 286.67º | 0.45% | 0.71% | - |
| XYZ | 27.6 | 19.9 | 45.57 | - |
| YUV | 127.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 180 | 0.1 | 0.45 | 0 | 0.29 | 286.67 | 0.35 | 0.55 |
| Hex | A2 | 63 | B4 | A | 2D | 0 | 1D | 11F | 23 | 37 |
| Octal | 242 | 143 | 264 | 12 | 55 | 0 | 35 | 437 | 43 | 67 |
| Binary | 10100010 | 1100011 | 10110100 | 1010 | 101101 | 0 | 11101 | 100011111 | 100011 | 110111 |
Color Harmonies of #A263B4
Complementary color
Monochromatic Colors of #A263B4
Black with #A263B4
Text Example
Text Example
White with #A263B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263B4; }
p { color: rgb(162,99,180); }
H1.HeaderClassName
{
color: #A263B4;
}
.AnyTagClassName
{
color: #A263B4;
}
</style>
background-color css
<style>
a { background-color: #A263B4; }
a { background-color: rgb(162,99,180); }
div.DivClassName
{
background-color: #A263B4;
}
.BgClassName
{
background-color: #A263B4;
}
</style>
border-color css
<style>
span { border-color: #A263B4; }
span { border-color: rgb(162,99,180); }
td.TdClassName
{
border-color: #A263B4;
}
.TagClassName
{
border-color: #A263B4;
}
</style>