Shades of Biloba Flower #AD98E5
Tints of Biloba Flower #AD98E5
RGB
CMYK
RGB Variations
Color information
#AD98E5 (or 0xAD98E5) is known color: Biloba Flower. HEX triplet: AD, 98 and E5. RGB value is (173,152,229). Sum of RGB (Red+Green+Blue) = 173+152+229=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD98E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98E5 is #52671A. Grayscale: #A6A6A6. Windows color (decimal): -5400347 or 15046829. OLE color: 15046829.
HSL color Cylindrical-coordinate representation of color #AD98E5: hue angle of 256.36º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD98E5 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 152 | 229 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.10 |
| HSL | 256.36º | 0.6% | 0.75% | - |
| HSV(B) | 256.36º | 0.34% | 0.9% | - |
| XYZ | 42.6 | 37 | 79.02 | - |
| YUV | 167.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 229 | 0.24 | 0.34 | 0 | 0.10 | 256.36 | 0.6 | 0.75 |
| Hex | AD | 98 | E5 | 18 | 22 | 0 | A | 100 | 3C | 4B |
| Octal | 255 | 230 | 345 | 30 | 42 | 0 | 12 | 400 | 74 | 113 |
| Binary | 10101101 | 10011000 | 11100101 | 11000 | 100010 | 0 | 1010 | 100000000 | 111100 | 1001011 |
Color Harmonies of #AD98E5
Complementary color
Monochromatic Colors of #AD98E5
Black with #AD98E5
Text Example
Text Example
White with #AD98E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98E5; }
p { color: rgb(173,152,229); }
H1.HeaderClassName
{
color: #AD98E5;
}
.AnyTagClassName
{
color: #AD98E5;
}
</style>
background-color css
<style>
a { background-color: #AD98E5; }
a { background-color: rgb(173,152,229); }
div.DivClassName
{
background-color: #AD98E5;
}
.BgClassName
{
background-color: #AD98E5;
}
</style>
border-color css
<style>
span { border-color: #AD98E5; }
span { border-color: rgb(173,152,229); }
td.TdClassName
{
border-color: #AD98E5;
}
.TagClassName
{
border-color: #AD98E5;
}
</style>