Shades of Biloba Flower #AD98EC
Tints of Biloba Flower #AD98EC
RGB
CMYK
RGB Variations
Color information
#AD98EC (or 0xAD98EC) is known color: Biloba Flower. HEX triplet: AD, 98 and EC. RGB value is (173,152,236). Sum of RGB (Red+Green+Blue) = 173+152+236=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD98EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD98EC is #526713. Grayscale: #A7A7A7. Windows color (decimal): -5400340 or 15505581. OLE color: 15505581.
HSL color Cylindrical-coordinate representation of color #AD98EC: hue angle of 255º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD98EC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 152 | 236 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.07 |
| HSL | 255º | 0.69% | 0.76% | - |
| HSV(B) | 255º | 0.36% | 0.93% | - |
| XYZ | 43.6 | 37.4 | 84.28 | - |
| YUV | 167.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 236 | 0.27 | 0.36 | 0 | 0.07 | 255 | 0.69 | 0.76 |
| Hex | AD | 98 | EC | 1B | 24 | 0 | 7 | FF | 45 | 4C |
| Octal | 255 | 230 | 354 | 33 | 44 | 0 | 7 | 377 | 105 | 114 |
| Binary | 10101101 | 10011000 | 11101100 | 11011 | 100100 | 0 | 111 | 11111111 | 1000101 | 1001100 |
Color Harmonies of #AD98EC
Complementary color
Monochromatic Colors of #AD98EC
Black with #AD98EC
Text Example
Text Example
White with #AD98EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98EC; }
p { color: rgb(173,152,236); }
H1.HeaderClassName
{
color: #AD98EC;
}
.AnyTagClassName
{
color: #AD98EC;
}
</style>
background-color css
<style>
a { background-color: #AD98EC; }
a { background-color: rgb(173,152,236); }
div.DivClassName
{
background-color: #AD98EC;
}
.BgClassName
{
background-color: #AD98EC;
}
</style>
border-color css
<style>
span { border-color: #AD98EC; }
span { border-color: rgb(173,152,236); }
td.TdClassName
{
border-color: #AD98EC;
}
.TagClassName
{
border-color: #AD98EC;
}
</style>