Shades of Biloba Flower #AD8CE2
Tints of Biloba Flower #AD8CE2
RGB
CMYK
RGB Variations
Color information
#AD8CE2 (or 0xAD8CE2) is known color: Biloba Flower. HEX triplet: AD, 8C and E2. RGB value is (173,140,226). Sum of RGB (Red+Green+Blue) = 173+140+226=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD8CE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CE2 is #52731D. Grayscale: #9F9F9F. Windows color (decimal): -5403422 or 14847149. OLE color: 14847149.
HSL color Cylindrical-coordinate representation of color #AD8CE2: hue angle of 263.02º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD8CE2 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 140 | 226 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.11 |
| HSL | 263.02º | 0.6% | 0.72% | - |
| HSV(B) | 263.02º | 0.38% | 0.89% | - |
| XYZ | 40.34 | 33.13 | 76.22 | - |
| YUV | 159.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 226 | 0.23 | 0.38 | 0 | 0.11 | 263.02 | 0.6 | 0.72 |
| Hex | AD | 8C | E2 | 17 | 26 | 0 | B | 107 | 3C | 48 |
| Octal | 255 | 214 | 342 | 27 | 46 | 0 | 13 | 407 | 74 | 110 |
| Binary | 10101101 | 10001100 | 11100010 | 10111 | 100110 | 0 | 1011 | 100000111 | 111100 | 1001000 |
Color Harmonies of #AD8CE2
Complementary color
Monochromatic Colors of #AD8CE2
Black with #AD8CE2
Text Example
Text Example
White with #AD8CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CE2; }
p { color: rgb(173,140,226); }
H1.HeaderClassName
{
color: #AD8CE2;
}
.AnyTagClassName
{
color: #AD8CE2;
}
</style>
background-color css
<style>
a { background-color: #AD8CE2; }
a { background-color: rgb(173,140,226); }
div.DivClassName
{
background-color: #AD8CE2;
}
.BgClassName
{
background-color: #AD8CE2;
}
</style>
border-color css
<style>
span { border-color: #AD8CE2; }
span { border-color: rgb(173,140,226); }
td.TdClassName
{
border-color: #AD8CE2;
}
.TagClassName
{
border-color: #AD8CE2;
}
</style>