Shades of Deep Lilac #A865B5
Tints of Deep Lilac #A865B5
RGB
CMYK
RGB Variations
Color information
#A865B5 (or 0xA865B5) is known color: Deep Lilac. HEX triplet: A8, 65 and B5. RGB value is (168,101,181). Sum of RGB (Red+Green+Blue) = 168+101+181=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 181 - color contains mainly: blue. Hex color #A865B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865B5 is #579A4A. Grayscale: #818181. Windows color (decimal): -5741131 or 11888040. OLE color: 11888040.
HSL color Cylindrical-coordinate representation of color #A865B5: hue angle of 290.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A865B5 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 101 | 181 | - |
CMYK | 0.07 | 0.44 | 0 | 0.29 |
HSL | 290.25º | 0.35% | 0.55% | - |
HSV(B) | 290.25º | 0.44% | 0.71% | - |
XYZ | 29.14 | 20.97 | 46.23 | - |
YUV | 130.15 | 156.7 | 155 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 101 | 181 | 0.07 | 0.44 | 0 | 0.29 | 290.25 | 0.35 | 0.55 |
Hex | A8 | 65 | B5 | 7 | 2C | 0 | 1D | 122 | 23 | 37 |
Octal | 250 | 145 | 265 | 7 | 54 | 0 | 35 | 442 | 43 | 67 |
Binary | 10101000 | 1100101 | 10110101 | 111 | 101100 | 0 | 11101 | 100100010 | 100011 | 110111 |
Color Harmonies of #A865B5
Complementary color
Monochromatic Colors of #A865B5
Black with #A865B5
Text Example
Text Example
White with #A865B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865B5; }
p { color: rgb(168,101,181); }
H1.HeaderClassName
{
color: #A865B5;
}
.AnyTagClassName
{
color: #A865B5;
}
</style>
background-color css
<style>
a { background-color: #A865B5; }
a { background-color: rgb(168,101,181); }
div.DivClassName
{
background-color: #A865B5;
}
.BgClassName
{
background-color: #A865B5;
}
</style>
border-color css
<style>
span { border-color: #A865B5; }
span { border-color: rgb(168,101,181); }
td.TdClassName
{
border-color: #A865B5;
}
.TagClassName
{
border-color: #A865B5;
}
</style>