Shades of Biloba Flower #A898E1
Tints of Biloba Flower #A898E1
RGB
CMYK
RGB Variations
Color information
#A898E1 (or 0xA898E1) is known color: Biloba Flower. HEX triplet: A8, 98 and E1. RGB value is (168,152,225). Sum of RGB (Red+Green+Blue) = 168+152+225=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #A898E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898E1 is #57671E. Grayscale: #A4A4A4. Windows color (decimal): -5728031 or 14784680. OLE color: 14784680.
HSL color Cylindrical-coordinate representation of color #A898E1: hue angle of 253.15º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A898E1 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 152 | 225 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.12 |
| HSL | 253.15º | 0.55% | 0.74% | - |
| HSV(B) | 253.15º | 0.32% | 0.88% | - |
| XYZ | 40.97 | 36.22 | 76.07 | - |
| YUV | 165.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 225 | 0.25 | 0.32 | 0 | 0.12 | 253.15 | 0.55 | 0.74 |
| Hex | A8 | 98 | E1 | 19 | 20 | 0 | C | FD | 37 | 4A |
| Octal | 250 | 230 | 341 | 31 | 40 | 0 | 14 | 375 | 67 | 112 |
| Binary | 10101000 | 10011000 | 11100001 | 11001 | 100000 | 0 | 1100 | 11111101 | 110111 | 1001010 |
Color Harmonies of #A898E1
Complementary color
Monochromatic Colors of #A898E1
Black with #A898E1
Text Example
Text Example
White with #A898E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898E1; }
p { color: rgb(168,152,225); }
H1.HeaderClassName
{
color: #A898E1;
}
.AnyTagClassName
{
color: #A898E1;
}
</style>
background-color css
<style>
a { background-color: #A898E1; }
a { background-color: rgb(168,152,225); }
div.DivClassName
{
background-color: #A898E1;
}
.BgClassName
{
background-color: #A898E1;
}
</style>
border-color css
<style>
span { border-color: #A898E1; }
span { border-color: rgb(168,152,225); }
td.TdClassName
{
border-color: #A898E1;
}
.TagClassName
{
border-color: #A898E1;
}
</style>