Shades of Biloba Flower #ADA0ED
Tints of Biloba Flower #ADA0ED
RGB
CMYK
RGB Variations
Color information
#ADA0ED (or 0xADA0ED) is known color: Biloba Flower. HEX triplet: AD, A0 and ED. RGB value is (173,160,237). Sum of RGB (Red+Green+Blue) = 173+160+237=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADA0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0ED is #525F12. Grayscale: #ACACAC. Windows color (decimal): -5398291 or 15573165. OLE color: 15573165.
HSL color Cylindrical-coordinate representation of color #ADA0ED: hue angle of 250.13º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA0ED is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 160 | 237 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.07 |
| HSL | 250.13º | 0.68% | 0.78% | - |
| HSV(B) | 250.13º | 0.32% | 0.93% | - |
| XYZ | 45.09 | 40.14 | 85.49 | - |
| YUV | 172.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 237 | 0.27 | 0.32 | 0 | 0.07 | 250.13 | 0.68 | 0.78 |
| Hex | AD | A0 | ED | 1B | 20 | 0 | 7 | FA | 44 | 4E |
| Octal | 255 | 240 | 355 | 33 | 40 | 0 | 7 | 372 | 104 | 116 |
| Binary | 10101101 | 10100000 | 11101101 | 11011 | 100000 | 0 | 111 | 11111010 | 1000100 | 1001110 |
Color Harmonies of #ADA0ED
Complementary color
Monochromatic Colors of #ADA0ED
Black with #ADA0ED
Text Example
Text Example
White with #ADA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0ED; }
p { color: rgb(173,160,237); }
H1.HeaderClassName
{
color: #ADA0ED;
}
.AnyTagClassName
{
color: #ADA0ED;
}
</style>
background-color css
<style>
a { background-color: #ADA0ED; }
a { background-color: rgb(173,160,237); }
div.DivClassName
{
background-color: #ADA0ED;
}
.BgClassName
{
background-color: #ADA0ED;
}
</style>
border-color css
<style>
span { border-color: #ADA0ED; }
span { border-color: rgb(173,160,237); }
td.TdClassName
{
border-color: #ADA0ED;
}
.TagClassName
{
border-color: #ADA0ED;
}
</style>