Shades of Biloba Flower #AA98DB
Tints of Biloba Flower #AA98DB
RGB
CMYK
RGB Variations
Color information
#AA98DB (or 0xAA98DB) is known color: Biloba Flower. HEX triplet: AA, 98 and DB. RGB value is (170,152,219). Sum of RGB (Red+Green+Blue) = 170+152+219=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA98DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98DB is #556724. Grayscale: #A4A4A4. Windows color (decimal): -5596965 or 14391466. OLE color: 14391466.
HSL color Cylindrical-coordinate representation of color #AA98DB: hue angle of 256.12º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA98DB is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 152 | 219 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.14 |
| HSL | 256.12º | 0.48% | 0.73% | - |
| HSV(B) | 256.12º | 0.31% | 0.86% | - |
| XYZ | 40.59 | 36.12 | 71.85 | - |
| YUV | 165.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 219 | 0.22 | 0.31 | 0 | 0.14 | 256.12 | 0.48 | 0.73 |
| Hex | AA | 98 | DB | 16 | 1F | 0 | E | 100 | 30 | 49 |
| Octal | 252 | 230 | 333 | 26 | 37 | 0 | 16 | 400 | 60 | 111 |
| Binary | 10101010 | 10011000 | 11011011 | 10110 | 11111 | 0 | 1110 | 100000000 | 110000 | 1001001 |
Color Harmonies of #AA98DB
Complementary color
Monochromatic Colors of #AA98DB
Black with #AA98DB
Text Example
Text Example
White with #AA98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA98DB; }
p { color: rgb(170,152,219); }
H1.HeaderClassName
{
color: #AA98DB;
}
.AnyTagClassName
{
color: #AA98DB;
}
</style>
background-color css
<style>
a { background-color: #AA98DB; }
a { background-color: rgb(170,152,219); }
div.DivClassName
{
background-color: #AA98DB;
}
.BgClassName
{
background-color: #AA98DB;
}
</style>
border-color css
<style>
span { border-color: #AA98DB; }
span { border-color: rgb(170,152,219); }
td.TdClassName
{
border-color: #AA98DB;
}
.TagClassName
{
border-color: #AA98DB;
}
</style>