Shades of Biloba Flower #AD8ED5
Tints of Biloba Flower #AD8ED5
RGB
CMYK
RGB Variations
Color information
#AD8ED5 (or 0xAD8ED5) is known color: Biloba Flower. HEX triplet: AD, 8E and D5. RGB value is (173,142,213). Sum of RGB (Red+Green+Blue) = 173+142+213=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD8ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ED5 is #52712A. Grayscale: #9F9F9F. Windows color (decimal): -5402923 or 13995693. OLE color: 13995693.
HSL color Cylindrical-coordinate representation of color #AD8ED5: hue angle of 266.2º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD8ED5 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 142 | 213 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.16 |
| HSL | 266.2º | 0.46% | 0.7% | - |
| HSV(B) | 266.2º | 0.33% | 0.84% | - |
| XYZ | 38.92 | 33.03 | 67.28 | - |
| YUV | 159.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 213 | 0.19 | 0.33 | 0 | 0.16 | 266.2 | 0.46 | 0.7 |
| Hex | AD | 8E | D5 | 13 | 21 | 0 | 10 | 10A | 2E | 46 |
| Octal | 255 | 216 | 325 | 23 | 41 | 0 | 20 | 412 | 56 | 106 |
| Binary | 10101101 | 10001110 | 11010101 | 10011 | 100001 | 0 | 10000 | 100001010 | 101110 | 1000110 |
Color Harmonies of #AD8ED5
Complementary color
Monochromatic Colors of #AD8ED5
Black with #AD8ED5
Text Example
Text Example
White with #AD8ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8ED5; }
p { color: rgb(173,142,213); }
H1.HeaderClassName
{
color: #AD8ED5;
}
.AnyTagClassName
{
color: #AD8ED5;
}
</style>
background-color css
<style>
a { background-color: #AD8ED5; }
a { background-color: rgb(173,142,213); }
div.DivClassName
{
background-color: #AD8ED5;
}
.BgClassName
{
background-color: #AD8ED5;
}
</style>
border-color css
<style>
span { border-color: #AD8ED5; }
span { border-color: rgb(173,142,213); }
td.TdClassName
{
border-color: #AD8ED5;
}
.TagClassName
{
border-color: #AD8ED5;
}
</style>