Shades of Biloba Flower #AD8FEE
Tints of Biloba Flower #AD8FEE
RGB
CMYK
RGB Variations
Color information
#AD8FEE (or 0xAD8FEE) is known color: Biloba Flower. HEX triplet: AD, 8F and EE. RGB value is (173,143,238). Sum of RGB (Red+Green+Blue) = 173+143+238=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD8FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FEE is #527011. Grayscale: #A2A2A2. Windows color (decimal): -5402642 or 15634349. OLE color: 15634349.
HSL color Cylindrical-coordinate representation of color #AD8FEE: hue angle of 258.95º 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 #AD8FEE is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 143 | 238 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.07 |
| HSL | 258.95º | 0.74% | 0.75% | - |
| HSV(B) | 258.95º | 0.4% | 0.93% | - |
| XYZ | 42.49 | 34.7 | 85.35 | - |
| YUV | 162.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 238 | 0.27 | 0.40 | 0 | 0.07 | 258.95 | 0.74 | 0.75 |
| Hex | AD | 8F | EE | 1B | 28 | 0 | 7 | 103 | 4A | 4B |
| Octal | 255 | 217 | 356 | 33 | 50 | 0 | 7 | 403 | 112 | 113 |
| Binary | 10101101 | 10001111 | 11101110 | 11011 | 101000 | 0 | 111 | 100000011 | 1001010 | 1001011 |
Color Harmonies of #AD8FEE
Complementary color
Monochromatic Colors of #AD8FEE
Black with #AD8FEE
Text Example
Text Example
White with #AD8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FEE; }
p { color: rgb(173,143,238); }
H1.HeaderClassName
{
color: #AD8FEE;
}
.AnyTagClassName
{
color: #AD8FEE;
}
</style>
background-color css
<style>
a { background-color: #AD8FEE; }
a { background-color: rgb(173,143,238); }
div.DivClassName
{
background-color: #AD8FEE;
}
.BgClassName
{
background-color: #AD8FEE;
}
</style>
border-color css
<style>
span { border-color: #AD8FEE; }
span { border-color: rgb(173,143,238); }
td.TdClassName
{
border-color: #AD8FEE;
}
.TagClassName
{
border-color: #AD8FEE;
}
</style>