Shades of Biloba Flower #AD7EDB
Tints of Biloba Flower #AD7EDB
RGB
CMYK
RGB Variations
Color information
#AD7EDB (or 0xAD7EDB) is known color: Biloba Flower. HEX triplet: AD, 7E and DB. RGB value is (173,126,219). Sum of RGB (Red+Green+Blue) = 173+126+219=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7EDB is #528124. Grayscale: #969696. Windows color (decimal): -5407013 or 14384813. OLE color: 14384813.
HSL color Cylindrical-coordinate representation of color #AD7EDB: hue angle of 270.32º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD7EDB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 126 | 219 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.14 |
| HSL | 270.32º | 0.56% | 0.68% | - |
| HSV(B) | 270.32º | 0.42% | 0.86% | - |
| XYZ | 37.48 | 28.92 | 70.62 | - |
| YUV | 150.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 219 | 0.21 | 0.42 | 0 | 0.14 | 270.32 | 0.56 | 0.68 |
| Hex | AD | 7E | DB | 15 | 2A | 0 | E | 10E | 38 | 44 |
| Octal | 255 | 176 | 333 | 25 | 52 | 0 | 16 | 416 | 70 | 104 |
| Binary | 10101101 | 1111110 | 11011011 | 10101 | 101010 | 0 | 1110 | 100001110 | 111000 | 1000100 |
Color Harmonies of #AD7EDB
Complementary color
Monochromatic Colors of #AD7EDB
Black with #AD7EDB
Text Example
Text Example
White with #AD7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EDB; }
p { color: rgb(173,126,219); }
H1.HeaderClassName
{
color: #AD7EDB;
}
.AnyTagClassName
{
color: #AD7EDB;
}
</style>
background-color css
<style>
a { background-color: #AD7EDB; }
a { background-color: rgb(173,126,219); }
div.DivClassName
{
background-color: #AD7EDB;
}
.BgClassName
{
background-color: #AD7EDB;
}
</style>
border-color css
<style>
span { border-color: #AD7EDB; }
span { border-color: rgb(173,126,219); }
td.TdClassName
{
border-color: #AD7EDB;
}
.TagClassName
{
border-color: #AD7EDB;
}
</style>