Shades of Biloba Flower #AD94E3
Tints of Biloba Flower #AD94E3
RGB
CMYK
RGB Variations
Color information
#AD94E3 (or 0xAD94E3) is known color: Biloba Flower. HEX triplet: AD, 94 and E3. RGB value is (173,148,227). Sum of RGB (Red+Green+Blue) = 173+148+227=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD94E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94E3 is #526B1C. Grayscale: #A4A4A4. Windows color (decimal): -5401373 or 14914733. OLE color: 14914733.
HSL color Cylindrical-coordinate representation of color #AD94E3: hue angle of 258.99º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD94E3 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 148 | 227 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.11 |
| HSL | 258.99º | 0.59% | 0.74% | - |
| HSV(B) | 258.99º | 0.35% | 0.89% | - |
| XYZ | 41.69 | 35.61 | 77.35 | - |
| YUV | 164.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 227 | 0.24 | 0.35 | 0 | 0.11 | 258.99 | 0.59 | 0.74 |
| Hex | AD | 94 | E3 | 18 | 23 | 0 | B | 103 | 3B | 4A |
| Octal | 255 | 224 | 343 | 30 | 43 | 0 | 13 | 403 | 73 | 112 |
| Binary | 10101101 | 10010100 | 11100011 | 11000 | 100011 | 0 | 1011 | 100000011 | 111011 | 1001010 |
Color Harmonies of #AD94E3
Complementary color
Monochromatic Colors of #AD94E3
Black with #AD94E3
Text Example
Text Example
White with #AD94E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD94E3; }
p { color: rgb(173,148,227); }
H1.HeaderClassName
{
color: #AD94E3;
}
.AnyTagClassName
{
color: #AD94E3;
}
</style>
background-color css
<style>
a { background-color: #AD94E3; }
a { background-color: rgb(173,148,227); }
div.DivClassName
{
background-color: #AD94E3;
}
.BgClassName
{
background-color: #AD94E3;
}
</style>
border-color css
<style>
span { border-color: #AD94E3; }
span { border-color: rgb(173,148,227); }
td.TdClassName
{
border-color: #AD94E3;
}
.TagClassName
{
border-color: #AD94E3;
}
</style>