Shades of Deep Lilac #A369B4
Tints of Deep Lilac #A369B4
RGB
CMYK
RGB Variations
Color information
#A369B4 (or 0xA369B4) is known color: Deep Lilac. HEX triplet: A3, 69 and B4. RGB value is (163,105,180). Sum of RGB (Red+Green+Blue) = 163+105+180=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #A369B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A369B4 is #5C964B. Grayscale: #828282. Windows color (decimal): -6067788 or 11823523. OLE color: 11823523.
HSL color Cylindrical-coordinate representation of color #A369B4: hue angle of 286.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A369B4 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 105 | 180 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.29 |
| HSL | 286.4º | 0.33% | 0.56% | - |
| HSV(B) | 286.4º | 0.42% | 0.71% | - |
| XYZ | 28.39 | 21.18 | 45.77 | - |
| YUV | 130.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 180 | 0.09 | 0.42 | 0 | 0.29 | 286.4 | 0.33 | 0.56 |
| Hex | A3 | 69 | B4 | 9 | 2A | 0 | 1D | 11E | 21 | 38 |
| Octal | 243 | 151 | 264 | 11 | 52 | 0 | 35 | 436 | 41 | 70 |
| Binary | 10100011 | 1101001 | 10110100 | 1001 | 101010 | 0 | 11101 | 100011110 | 100001 | 111000 |
Color Harmonies of #A369B4
Complementary color
Monochromatic Colors of #A369B4
Black with #A369B4
Text Example
Text Example
White with #A369B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A369B4; }
p { color: rgb(163,105,180); }
H1.HeaderClassName
{
color: #A369B4;
}
.AnyTagClassName
{
color: #A369B4;
}
</style>
background-color css
<style>
a { background-color: #A369B4; }
a { background-color: rgb(163,105,180); }
div.DivClassName
{
background-color: #A369B4;
}
.BgClassName
{
background-color: #A369B4;
}
</style>
border-color css
<style>
span { border-color: #A369B4; }
span { border-color: rgb(163,105,180); }
td.TdClassName
{
border-color: #A369B4;
}
.TagClassName
{
border-color: #A369B4;
}
</style>