Shades of Biloba Flower #AD9BE5
Tints of Biloba Flower #AD9BE5
RGB
CMYK
RGB Variations
Color information
#AD9BE5 (or 0xAD9BE5) is known color: Biloba Flower. HEX triplet: AD, 9B and E5. RGB value is (173,155,229). Sum of RGB (Red+Green+Blue) = 173+155+229=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD9BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BE5 is #52641A. Grayscale: #A8A8A8. Windows color (decimal): -5399579 or 15047597. OLE color: 15047597.
HSL color Cylindrical-coordinate representation of color #AD9BE5: hue angle of 254.59º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9BE5 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 155 | 229 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.10 |
| HSL | 254.59º | 0.59% | 0.75% | - |
| HSV(B) | 254.59º | 0.32% | 0.9% | - |
| XYZ | 43.1 | 37.98 | 79.19 | - |
| YUV | 168.82 | 161.96 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 229 | 0.24 | 0.32 | 0 | 0.10 | 254.59 | 0.59 | 0.75 |
| Hex | AD | 9B | E5 | 18 | 20 | 0 | A | FF | 3B | 4B |
| Octal | 255 | 233 | 345 | 30 | 40 | 0 | 12 | 377 | 73 | 113 |
| Binary | 10101101 | 10011011 | 11100101 | 11000 | 100000 | 0 | 1010 | 11111111 | 111011 | 1001011 |
Color Harmonies of #AD9BE5
Complementary color
Monochromatic Colors of #AD9BE5
Black with #AD9BE5
Text Example
Text Example
White with #AD9BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BE5; }
p { color: rgb(173,155,229); }
H1.HeaderClassName
{
color: #AD9BE5;
}
.AnyTagClassName
{
color: #AD9BE5;
}
</style>
background-color css
<style>
a { background-color: #AD9BE5; }
a { background-color: rgb(173,155,229); }
div.DivClassName
{
background-color: #AD9BE5;
}
.BgClassName
{
background-color: #AD9BE5;
}
</style>
border-color css
<style>
span { border-color: #AD9BE5; }
span { border-color: rgb(173,155,229); }
td.TdClassName
{
border-color: #AD9BE5;
}
.TagClassName
{
border-color: #AD9BE5;
}
</style>