Shades of Biloba Flower #AD8EE1
Tints of Biloba Flower #AD8EE1
RGB
CMYK
RGB Variations
Color information
#AD8EE1 (or 0xAD8EE1) is known color: Biloba Flower. HEX triplet: AD, 8E and E1. RGB value is (173,142,225). Sum of RGB (Red+Green+Blue) = 173+142+225=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD8EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8EE1 is #52711E. Grayscale: #A0A0A0. Windows color (decimal): -5402911 or 14782125. OLE color: 14782125.
HSL color Cylindrical-coordinate representation of color #AD8EE1: hue angle of 262.41º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD8EE1 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 142 | 225 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.12 |
| HSL | 262.41º | 0.58% | 0.72% | - |
| HSV(B) | 262.41º | 0.37% | 0.88% | - |
| XYZ | 40.5 | 33.67 | 75.6 | - |
| YUV | 160.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 225 | 0.23 | 0.37 | 0 | 0.12 | 262.41 | 0.58 | 0.72 |
| Hex | AD | 8E | E1 | 17 | 25 | 0 | C | 106 | 3A | 48 |
| Octal | 255 | 216 | 341 | 27 | 45 | 0 | 14 | 406 | 72 | 110 |
| Binary | 10101101 | 10001110 | 11100001 | 10111 | 100101 | 0 | 1100 | 100000110 | 111010 | 1001000 |
Color Harmonies of #AD8EE1
Complementary color
Monochromatic Colors of #AD8EE1
Black with #AD8EE1
Text Example
Text Example
White with #AD8EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EE1; }
p { color: rgb(173,142,225); }
H1.HeaderClassName
{
color: #AD8EE1;
}
.AnyTagClassName
{
color: #AD8EE1;
}
</style>
background-color css
<style>
a { background-color: #AD8EE1; }
a { background-color: rgb(173,142,225); }
div.DivClassName
{
background-color: #AD8EE1;
}
.BgClassName
{
background-color: #AD8EE1;
}
</style>
border-color css
<style>
span { border-color: #AD8EE1; }
span { border-color: rgb(173,142,225); }
td.TdClassName
{
border-color: #AD8EE1;
}
.TagClassName
{
border-color: #AD8EE1;
}
</style>