Shades of Biloba Flower #AD95EC
Tints of Biloba Flower #AD95EC
RGB
CMYK
RGB Variations
Color information
#AD95EC (or 0xAD95EC) is known color: Biloba Flower. HEX triplet: AD, 95 and EC. RGB value is (173,149,236). Sum of RGB (Red+Green+Blue) = 173+149+236=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD95EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD95EC is #526A13. Grayscale: #A5A5A5. Windows color (decimal): -5401108 or 15504813. OLE color: 15504813.
HSL color Cylindrical-coordinate representation of color #AD95EC: hue angle of 256.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD95EC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 149 | 236 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.07 |
| HSL | 256.55º | 0.7% | 0.75% | - |
| HSV(B) | 256.55º | 0.37% | 0.93% | - |
| XYZ | 43.12 | 36.44 | 84.12 | - |
| YUV | 166.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 236 | 0.27 | 0.37 | 0 | 0.07 | 256.55 | 0.7 | 0.75 |
| Hex | AD | 95 | EC | 1B | 25 | 0 | 7 | 101 | 46 | 4B |
| Octal | 255 | 225 | 354 | 33 | 45 | 0 | 7 | 401 | 106 | 113 |
| Binary | 10101101 | 10010101 | 11101100 | 11011 | 100101 | 0 | 111 | 100000001 | 1000110 | 1001011 |
Color Harmonies of #AD95EC
Complementary color
Monochromatic Colors of #AD95EC
Black with #AD95EC
Text Example
Text Example
White with #AD95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD95EC; }
p { color: rgb(173,149,236); }
H1.HeaderClassName
{
color: #AD95EC;
}
.AnyTagClassName
{
color: #AD95EC;
}
</style>
background-color css
<style>
a { background-color: #AD95EC; }
a { background-color: rgb(173,149,236); }
div.DivClassName
{
background-color: #AD95EC;
}
.BgClassName
{
background-color: #AD95EC;
}
</style>
border-color css
<style>
span { border-color: #AD95EC; }
span { border-color: rgb(173,149,236); }
td.TdClassName
{
border-color: #AD95EC;
}
.TagClassName
{
border-color: #AD95EC;
}
</style>