Shades of Deep Lilac #A866B7
Tints of Deep Lilac #A866B7
RGB
CMYK
RGB Variations
Color information
#A866B7 (or 0xA866B7) is known color: Deep Lilac. HEX triplet: A8, 66 and B7. RGB value is (168,102,183). Sum of RGB (Red+Green+Blue) = 168+102+183=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #A866B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866B7 is #579948. Grayscale: #828282. Windows color (decimal): -5740873 or 12019368. OLE color: 12019368.
HSL color Cylindrical-coordinate representation of color #A866B7: hue angle of 288.89º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A866B7 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 168 | 102 | 183 | - |
CMYK | 0.08 | 0.44 | 0 | 0.28 |
HSL | 288.89º | 0.36% | 0.56% | - |
HSV(B) | 288.89º | 0.44% | 0.72% | - |
XYZ | 29.45 | 21.25 | 47.35 | - |
YUV | 130.97 | 157.37 | 154.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 102 | 183 | 0.08 | 0.44 | 0 | 0.28 | 288.89 | 0.36 | 0.56 |
Hex | A8 | 66 | B7 | 8 | 2C | 0 | 1C | 121 | 24 | 38 |
Octal | 250 | 146 | 267 | 10 | 54 | 0 | 34 | 441 | 44 | 70 |
Binary | 10101000 | 1100110 | 10110111 | 1000 | 101100 | 0 | 11100 | 100100001 | 100100 | 111000 |
Color Harmonies of #A866B7
Complementary color
Monochromatic Colors of #A866B7
Black with #A866B7
Text Example
Text Example
White with #A866B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866B7; }
p { color: rgb(168,102,183); }
H1.HeaderClassName
{
color: #A866B7;
}
.AnyTagClassName
{
color: #A866B7;
}
</style>
background-color css
<style>
a { background-color: #A866B7; }
a { background-color: rgb(168,102,183); }
div.DivClassName
{
background-color: #A866B7;
}
.BgClassName
{
background-color: #A866B7;
}
</style>
border-color css
<style>
span { border-color: #A866B7; }
span { border-color: rgb(168,102,183); }
td.TdClassName
{
border-color: #A866B7;
}
.TagClassName
{
border-color: #A866B7;
}
</style>