Shades of Biloba Flower #AD8FEC
Tints of Biloba Flower #AD8FEC
RGB
CMYK
RGB Variations
Color information
#AD8FEC (or 0xAD8FEC) is known color: Biloba Flower. HEX triplet: AD, 8F and EC. RGB value is (173,143,236). Sum of RGB (Red+Green+Blue) = 173+143+236=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD8FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FEC is #527013. Grayscale: #A2A2A2. Windows color (decimal): -5402644 or 15503277. OLE color: 15503277.
HSL color Cylindrical-coordinate representation of color #AD8FEC: hue angle of 259.35º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8FEC is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 143 | 236 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.07 |
| HSL | 259.35º | 0.71% | 0.74% | - |
| HSV(B) | 259.35º | 0.39% | 0.93% | - |
| XYZ | 42.2 | 34.59 | 83.81 | - |
| YUV | 162.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 236 | 0.27 | 0.39 | 0 | 0.07 | 259.35 | 0.71 | 0.74 |
| Hex | AD | 8F | EC | 1B | 27 | 0 | 7 | 103 | 47 | 4A |
| Octal | 255 | 217 | 354 | 33 | 47 | 0 | 7 | 403 | 107 | 112 |
| Binary | 10101101 | 10001111 | 11101100 | 11011 | 100111 | 0 | 111 | 100000011 | 1000111 | 1001010 |
Color Harmonies of #AD8FEC
Complementary color
Monochromatic Colors of #AD8FEC
Black with #AD8FEC
Text Example
Text Example
White with #AD8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FEC; }
p { color: rgb(173,143,236); }
H1.HeaderClassName
{
color: #AD8FEC;
}
.AnyTagClassName
{
color: #AD8FEC;
}
</style>
background-color css
<style>
a { background-color: #AD8FEC; }
a { background-color: rgb(173,143,236); }
div.DivClassName
{
background-color: #AD8FEC;
}
.BgClassName
{
background-color: #AD8FEC;
}
</style>
border-color css
<style>
span { border-color: #AD8FEC; }
span { border-color: rgb(173,143,236); }
td.TdClassName
{
border-color: #AD8FEC;
}
.TagClassName
{
border-color: #AD8FEC;
}
</style>