Shades of Biloba Flower #A898E7
Tints of Biloba Flower #A898E7
RGB
CMYK
RGB Variations
Color information
#A898E7 (or 0xA898E7) is known color: Biloba Flower. HEX triplet: A8, 98 and E7. RGB value is (168,152,231). Sum of RGB (Red+Green+Blue) = 168+152+231=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #A898E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898E7 is #576718. Grayscale: #A5A5A5. Windows color (decimal): -5728025 or 15177896. OLE color: 15177896.
HSL color Cylindrical-coordinate representation of color #A898E7: hue angle of 252.15º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A898E7 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 152 | 231 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.09 |
| HSL | 252.15º | 0.62% | 0.75% | - |
| HSV(B) | 252.15º | 0.34% | 0.91% | - |
| XYZ | 41.8 | 36.55 | 80.45 | - |
| YUV | 165.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 231 | 0.27 | 0.34 | 0 | 0.09 | 252.15 | 0.62 | 0.75 |
| Hex | A8 | 98 | E7 | 1B | 22 | 0 | 9 | FC | 3E | 4B |
| Octal | 250 | 230 | 347 | 33 | 42 | 0 | 11 | 374 | 76 | 113 |
| Binary | 10101000 | 10011000 | 11100111 | 11011 | 100010 | 0 | 1001 | 11111100 | 111110 | 1001011 |
Color Harmonies of #A898E7
Complementary color
Monochromatic Colors of #A898E7
Black with #A898E7
Text Example
Text Example
White with #A898E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898E7; }
p { color: rgb(168,152,231); }
H1.HeaderClassName
{
color: #A898E7;
}
.AnyTagClassName
{
color: #A898E7;
}
</style>
background-color css
<style>
a { background-color: #A898E7; }
a { background-color: rgb(168,152,231); }
div.DivClassName
{
background-color: #A898E7;
}
.BgClassName
{
background-color: #A898E7;
}
</style>
border-color css
<style>
span { border-color: #A898E7; }
span { border-color: rgb(168,152,231); }
td.TdClassName
{
border-color: #A898E7;
}
.TagClassName
{
border-color: #A898E7;
}
</style>