Shades of Biloba Flower #AD96EA
Tints of Biloba Flower #AD96EA
RGB
CMYK
RGB Variations
Color information
#AD96EA (or 0xAD96EA) is known color: Biloba Flower. HEX triplet: AD, 96 and EA. RGB value is (173,150,234). Sum of RGB (Red+Green+Blue) = 173+150+234=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD96EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD96EA is #526915. Grayscale: #A6A6A6. Windows color (decimal): -5400854 or 15373997. OLE color: 15373997.
HSL color Cylindrical-coordinate representation of color #AD96EA: hue angle of 256.43º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD96EA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 150 | 234 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.08 |
| HSL | 256.43º | 0.67% | 0.75% | - |
| HSV(B) | 256.43º | 0.36% | 0.92% | - |
| XYZ | 42.99 | 36.64 | 82.65 | - |
| YUV | 166.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 234 | 0.26 | 0.36 | 0 | 0.08 | 256.43 | 0.67 | 0.75 |
| Hex | AD | 96 | EA | 1A | 24 | 0 | 8 | 100 | 43 | 4B |
| Octal | 255 | 226 | 352 | 32 | 44 | 0 | 10 | 400 | 103 | 113 |
| Binary | 10101101 | 10010110 | 11101010 | 11010 | 100100 | 0 | 1000 | 100000000 | 1000011 | 1001011 |
Color Harmonies of #AD96EA
Complementary color
Monochromatic Colors of #AD96EA
Black with #AD96EA
Text Example
Text Example
White with #AD96EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96EA; }
p { color: rgb(173,150,234); }
H1.HeaderClassName
{
color: #AD96EA;
}
.AnyTagClassName
{
color: #AD96EA;
}
</style>
background-color css
<style>
a { background-color: #AD96EA; }
a { background-color: rgb(173,150,234); }
div.DivClassName
{
background-color: #AD96EA;
}
.BgClassName
{
background-color: #AD96EA;
}
</style>
border-color css
<style>
span { border-color: #AD96EA; }
span { border-color: rgb(173,150,234); }
td.TdClassName
{
border-color: #AD96EA;
}
.TagClassName
{
border-color: #AD96EA;
}
</style>