Shades of Biloba Flower #AD8EEE
Tints of Biloba Flower #AD8EEE
RGB
CMYK
RGB Variations
Color information
#AD8EEE (or 0xAD8EEE) is known color: Biloba Flower. HEX triplet: AD, 8E and EE. RGB value is (173,142,238). Sum of RGB (Red+Green+Blue) = 173+142+238=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD8EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8EEE is #527111. Grayscale: #A1A1A1. Windows color (decimal): -5402898 or 15634093. OLE color: 15634093.
HSL color Cylindrical-coordinate representation of color #AD8EEE: hue angle of 259.38º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD8EEE is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 142 | 238 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.07 |
| HSL | 259.38º | 0.74% | 0.75% | - |
| HSV(B) | 259.38º | 0.4% | 0.93% | - |
| XYZ | 42.34 | 34.4 | 85.3 | - |
| YUV | 162.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 238 | 0.27 | 0.40 | 0 | 0.07 | 259.38 | 0.74 | 0.75 |
| Hex | AD | 8E | EE | 1B | 28 | 0 | 7 | 103 | 4A | 4B |
| Octal | 255 | 216 | 356 | 33 | 50 | 0 | 7 | 403 | 112 | 113 |
| Binary | 10101101 | 10001110 | 11101110 | 11011 | 101000 | 0 | 111 | 100000011 | 1001010 | 1001011 |
Color Harmonies of #AD8EEE
Complementary color
Monochromatic Colors of #AD8EEE
Black with #AD8EEE
Text Example
Text Example
White with #AD8EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EEE; }
p { color: rgb(173,142,238); }
H1.HeaderClassName
{
color: #AD8EEE;
}
.AnyTagClassName
{
color: #AD8EEE;
}
</style>
background-color css
<style>
a { background-color: #AD8EEE; }
a { background-color: rgb(173,142,238); }
div.DivClassName
{
background-color: #AD8EEE;
}
.BgClassName
{
background-color: #AD8EEE;
}
</style>
border-color css
<style>
span { border-color: #AD8EEE; }
span { border-color: rgb(173,142,238); }
td.TdClassName
{
border-color: #AD8EEE;
}
.TagClassName
{
border-color: #AD8EEE;
}
</style>