Shades of Biloba Flower #AD98EA
Tints of Biloba Flower #AD98EA
RGB
CMYK
RGB Variations
Color information
#AD98EA (or 0xAD98EA) is known color: Biloba Flower. HEX triplet: AD, 98 and EA. RGB value is (173,152,234). Sum of RGB (Red+Green+Blue) = 173+152+234=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD98EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD98EA is #526715. Grayscale: #A7A7A7. Windows color (decimal): -5400342 or 15374509. OLE color: 15374509.
HSL color Cylindrical-coordinate representation of color #AD98EA: hue angle of 255.37º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD98EA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 152 | 234 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.08 |
| HSL | 255.37º | 0.66% | 0.76% | - |
| HSV(B) | 255.37º | 0.35% | 0.92% | - |
| XYZ | 43.31 | 37.28 | 82.76 | - |
| YUV | 167.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 234 | 0.26 | 0.35 | 0 | 0.08 | 255.37 | 0.66 | 0.76 |
| Hex | AD | 98 | EA | 1A | 23 | 0 | 8 | FF | 42 | 4C |
| Octal | 255 | 230 | 352 | 32 | 43 | 0 | 10 | 377 | 102 | 114 |
| Binary | 10101101 | 10011000 | 11101010 | 11010 | 100011 | 0 | 1000 | 11111111 | 1000010 | 1001100 |
Color Harmonies of #AD98EA
Complementary color
Monochromatic Colors of #AD98EA
Black with #AD98EA
Text Example
Text Example
White with #AD98EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98EA; }
p { color: rgb(173,152,234); }
H1.HeaderClassName
{
color: #AD98EA;
}
.AnyTagClassName
{
color: #AD98EA;
}
</style>
background-color css
<style>
a { background-color: #AD98EA; }
a { background-color: rgb(173,152,234); }
div.DivClassName
{
background-color: #AD98EA;
}
.BgClassName
{
background-color: #AD98EA;
}
</style>
border-color css
<style>
span { border-color: #AD98EA; }
span { border-color: rgb(173,152,234); }
td.TdClassName
{
border-color: #AD98EA;
}
.TagClassName
{
border-color: #AD98EA;
}
</style>