Shades of Deep Lilac #A344B6
Tints of Deep Lilac #A344B6
RGB
CMYK
RGB Variations
Color information
#A344B6 (or 0xA344B6) is known color: Deep Lilac. HEX triplet: A3, 44 and B6. RGB value is (163,68,182). Sum of RGB (Red+Green+Blue) = 163+68+182=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #A344B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344B6 is #5CBB49. Grayscale: #6D6D6D. Windows color (decimal): -6077258 or 11945123. OLE color: 11945123.
HSL color Cylindrical-coordinate representation of color #A344B6: hue angle of 290º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A344B6 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 68 | 182 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.29 |
| HSL | 290º | 0.46% | 0.49% | - |
| HSV(B) | 290º | 0.63% | 0.71% | - |
| XYZ | 25.61 | 15.3 | 45.86 | - |
| YUV | 109.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 182 | 0.10 | 0.63 | 0 | 0.29 | 290 | 0.46 | 0.49 |
| Hex | A3 | 44 | B6 | A | 3F | 0 | 1D | 122 | 2E | 31 |
| Octal | 243 | 104 | 266 | 12 | 77 | 0 | 35 | 442 | 56 | 61 |
| Binary | 10100011 | 1000100 | 10110110 | 1010 | 111111 | 0 | 11101 | 100100010 | 101110 | 110001 |
Color Harmonies of #A344B6
Complementary color
Monochromatic Colors of #A344B6
Black with #A344B6
Text Example
Text Example
White with #A344B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344B6; }
p { color: rgb(163,68,182); }
H1.HeaderClassName
{
color: #A344B6;
}
.AnyTagClassName
{
color: #A344B6;
}
</style>
background-color css
<style>
a { background-color: #A344B6; }
a { background-color: rgb(163,68,182); }
div.DivClassName
{
background-color: #A344B6;
}
.BgClassName
{
background-color: #A344B6;
}
</style>
border-color css
<style>
span { border-color: #A344B6; }
span { border-color: rgb(163,68,182); }
td.TdClassName
{
border-color: #A344B6;
}
.TagClassName
{
border-color: #A344B6;
}
</style>