Shades of Deep Lilac #A867B7
Tints of Deep Lilac #A867B7
RGB
CMYK
RGB Variations
Color information
#A867B7 (or 0xA867B7) is known color: Deep Lilac. HEX triplet: A8, 67 and B7. RGB value is (168,103,183). Sum of RGB (Red+Green+Blue) = 168+103+183=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 183 - color contains mainly: blue. Hex color #A867B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867B7 is #579848. Grayscale: #838383. Windows color (decimal): -5740617 or 12019624. OLE color: 12019624.
HSL color Cylindrical-coordinate representation of color #A867B7: hue angle of 288.75º 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 #A867B7 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 103 | 183 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.28 |
| HSL | 288.75º | 0.36% | 0.56% | - |
| HSV(B) | 288.75º | 0.44% | 0.72% | - |
| XYZ | 29.55 | 21.44 | 47.38 | - |
| YUV | 131.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 183 | 0.08 | 0.44 | 0 | 0.28 | 288.75 | 0.36 | 0.56 |
| Hex | A8 | 67 | B7 | 8 | 2C | 0 | 1C | 121 | 24 | 38 |
| Octal | 250 | 147 | 267 | 10 | 54 | 0 | 34 | 441 | 44 | 70 |
| Binary | 10101000 | 1100111 | 10110111 | 1000 | 101100 | 0 | 11100 | 100100001 | 100100 | 111000 |
Color Harmonies of #A867B7
Complementary color
Monochromatic Colors of #A867B7
Black with #A867B7
Text Example
Text Example
White with #A867B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867B7; }
p { color: rgb(168,103,183); }
H1.HeaderClassName
{
color: #A867B7;
}
.AnyTagClassName
{
color: #A867B7;
}
</style>
background-color css
<style>
a { background-color: #A867B7; }
a { background-color: rgb(168,103,183); }
div.DivClassName
{
background-color: #A867B7;
}
.BgClassName
{
background-color: #A867B7;
}
</style>
border-color css
<style>
span { border-color: #A867B7; }
span { border-color: rgb(168,103,183); }
td.TdClassName
{
border-color: #A867B7;
}
.TagClassName
{
border-color: #A867B7;
}
</style>