Shades of Biloba Flower #A998E9
Tints of Biloba Flower #A998E9
RGB
CMYK
RGB Variations
Color information
#A998E9 (or 0xA998E9) is known color: Biloba Flower. HEX triplet: A9, 98 and E9. RGB value is (169,152,233). Sum of RGB (Red+Green+Blue) = 169+152+233=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #A998E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A998E9 is #566716. Grayscale: #A6A6A6. Windows color (decimal): -5662487 or 15308969. OLE color: 15308969.
HSL color Cylindrical-coordinate representation of color #A998E9: hue angle of 252.59º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A998E9 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 152 | 233 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.09 |
| HSL | 252.59º | 0.65% | 0.75% | - |
| HSV(B) | 252.59º | 0.35% | 0.91% | - |
| XYZ | 42.3 | 36.77 | 81.96 | - |
| YUV | 166.32 | 165.63 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 233 | 0.27 | 0.35 | 0 | 0.09 | 252.59 | 0.65 | 0.75 |
| Hex | A9 | 98 | E9 | 1B | 23 | 0 | 9 | FD | 41 | 4B |
| Octal | 251 | 230 | 351 | 33 | 43 | 0 | 11 | 375 | 101 | 113 |
| Binary | 10101001 | 10011000 | 11101001 | 11011 | 100011 | 0 | 1001 | 11111101 | 1000001 | 1001011 |
Color Harmonies of #A998E9
Complementary color
Monochromatic Colors of #A998E9
Black with #A998E9
Text Example
Text Example
White with #A998E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998E9; }
p { color: rgb(169,152,233); }
H1.HeaderClassName
{
color: #A998E9;
}
.AnyTagClassName
{
color: #A998E9;
}
</style>
background-color css
<style>
a { background-color: #A998E9; }
a { background-color: rgb(169,152,233); }
div.DivClassName
{
background-color: #A998E9;
}
.BgClassName
{
background-color: #A998E9;
}
</style>
border-color css
<style>
span { border-color: #A998E9; }
span { border-color: rgb(169,152,233); }
td.TdClassName
{
border-color: #A998E9;
}
.TagClassName
{
border-color: #A998E9;
}
</style>