Shades of Deep Lilac #A569B4
Tints of Deep Lilac #A569B4
RGB
CMYK
RGB Variations
Color information
#A569B4 (or 0xA569B4) is known color: Deep Lilac. HEX triplet: A5, 69 and B4. RGB value is (165,105,180). Sum of RGB (Red+Green+Blue) = 165+105+180=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #A569B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569B4 is #5A964B. Grayscale: #838383. Windows color (decimal): -5936716 or 11823525. OLE color: 11823525.
HSL color Cylindrical-coordinate representation of color #A569B4: hue angle of 288º 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 #A569B4 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 105 | 180 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.29 |
| HSL | 288º | 0.33% | 0.56% | - |
| HSV(B) | 288º | 0.42% | 0.71% | - |
| XYZ | 28.81 | 21.4 | 45.79 | - |
| YUV | 131.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 180 | 0.08 | 0.42 | 0 | 0.29 | 288 | 0.33 | 0.56 |
| Hex | A5 | 69 | B4 | 8 | 2A | 0 | 1D | 120 | 21 | 38 |
| Octal | 245 | 151 | 264 | 10 | 52 | 0 | 35 | 440 | 41 | 70 |
| Binary | 10100101 | 1101001 | 10110100 | 1000 | 101010 | 0 | 11101 | 100100000 | 100001 | 111000 |
Color Harmonies of #A569B4
Complementary color
Monochromatic Colors of #A569B4
Black with #A569B4
Text Example
Text Example
White with #A569B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A569B4; }
p { color: rgb(165,105,180); }
H1.HeaderClassName
{
color: #A569B4;
}
.AnyTagClassName
{
color: #A569B4;
}
</style>
background-color css
<style>
a { background-color: #A569B4; }
a { background-color: rgb(165,105,180); }
div.DivClassName
{
background-color: #A569B4;
}
.BgClassName
{
background-color: #A569B4;
}
</style>
border-color css
<style>
span { border-color: #A569B4; }
span { border-color: rgb(165,105,180); }
td.TdClassName
{
border-color: #A569B4;
}
.TagClassName
{
border-color: #A569B4;
}
</style>