Shades of Deep Lilac #A367BF
Tints of Deep Lilac #A367BF
RGB
CMYK
RGB Variations
Color information
#A367BF (or 0xA367BF) is known color: Deep Lilac. HEX triplet: A3, 67 and BF. RGB value is (163,103,191). Sum of RGB (Red+Green+Blue) = 163+103+191=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #A367BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367BF is #5C9840. Grayscale: #828282. Windows color (decimal): -6068289 or 12543907. OLE color: 12543907.
HSL color Cylindrical-coordinate representation of color #A367BF: hue angle of 280.91º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A367BF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 103 | 191 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.25 |
| HSL | 280.91º | 0.41% | 0.58% | - |
| HSV(B) | 280.91º | 0.46% | 0.75% | - |
| XYZ | 29.36 | 21.25 | 51.84 | - |
| YUV | 130.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 191 | 0.15 | 0.46 | 0 | 0.25 | 280.91 | 0.41 | 0.58 |
| Hex | A3 | 67 | BF | F | 2E | 0 | 19 | 119 | 29 | 3A |
| Octal | 243 | 147 | 277 | 17 | 56 | 0 | 31 | 431 | 51 | 72 |
| Binary | 10100011 | 1100111 | 10111111 | 1111 | 101110 | 0 | 11001 | 100011001 | 101001 | 111010 |
Color Harmonies of #A367BF
Complementary color
Monochromatic Colors of #A367BF
Black with #A367BF
Text Example
Text Example
White with #A367BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367BF; }
p { color: rgb(163,103,191); }
H1.HeaderClassName
{
color: #A367BF;
}
.AnyTagClassName
{
color: #A367BF;
}
</style>
background-color css
<style>
a { background-color: #A367BF; }
a { background-color: rgb(163,103,191); }
div.DivClassName
{
background-color: #A367BF;
}
.BgClassName
{
background-color: #A367BF;
}
</style>
border-color css
<style>
span { border-color: #A367BF; }
span { border-color: rgb(163,103,191); }
td.TdClassName
{
border-color: #A367BF;
}
.TagClassName
{
border-color: #A367BF;
}
</style>