Shades of Biloba Flower #AD8EE2
Tints of Biloba Flower #AD8EE2
RGB
CMYK
RGB Variations
Color information
#AD8EE2 (or 0xAD8EE2) is known color: Biloba Flower. HEX triplet: AD, 8E and E2. RGB value is (173,142,226). Sum of RGB (Red+Green+Blue) = 173+142+226=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD8EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8EE2 is #52711D. Grayscale: #A0A0A0. Windows color (decimal): -5402910 or 14847661. OLE color: 14847661.
HSL color Cylindrical-coordinate representation of color #AD8EE2: hue angle of 262.14º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD8EE2 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 142 | 226 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.11 |
| HSL | 262.14º | 0.59% | 0.72% | - |
| HSV(B) | 262.14º | 0.37% | 0.89% | - |
| XYZ | 40.63 | 33.72 | 76.32 | - |
| YUV | 160.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 226 | 0.23 | 0.37 | 0 | 0.11 | 262.14 | 0.59 | 0.72 |
| Hex | AD | 8E | E2 | 17 | 25 | 0 | B | 106 | 3B | 48 |
| Octal | 255 | 216 | 342 | 27 | 45 | 0 | 13 | 406 | 73 | 110 |
| Binary | 10101101 | 10001110 | 11100010 | 10111 | 100101 | 0 | 1011 | 100000110 | 111011 | 1001000 |
Color Harmonies of #AD8EE2
Complementary color
Monochromatic Colors of #AD8EE2
Black with #AD8EE2
Text Example
Text Example
White with #AD8EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EE2; }
p { color: rgb(173,142,226); }
H1.HeaderClassName
{
color: #AD8EE2;
}
.AnyTagClassName
{
color: #AD8EE2;
}
</style>
background-color css
<style>
a { background-color: #AD8EE2; }
a { background-color: rgb(173,142,226); }
div.DivClassName
{
background-color: #AD8EE2;
}
.BgClassName
{
background-color: #AD8EE2;
}
</style>
border-color css
<style>
span { border-color: #AD8EE2; }
span { border-color: rgb(173,142,226); }
td.TdClassName
{
border-color: #AD8EE2;
}
.TagClassName
{
border-color: #AD8EE2;
}
</style>