Shades of Biloba Flower #A89AE7
Tints of Biloba Flower #A89AE7
RGB
CMYK
RGB Variations
Color information
#A89AE7 (or 0xA89AE7) is known color: Biloba Flower. HEX triplet: A8, 9A and E7. RGB value is (168,154,231). Sum of RGB (Red+Green+Blue) = 168+154+231=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #A89AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89AE7 is #576518. Grayscale: #A6A6A6. Windows color (decimal): -5727513 or 15178408. OLE color: 15178408.
HSL color Cylindrical-coordinate representation of color #A89AE7: hue angle of 250.91º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A89AE7 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 154 | 231 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.09 |
| HSL | 250.91º | 0.62% | 0.75% | - |
| HSV(B) | 250.91º | 0.33% | 0.91% | - |
| XYZ | 42.13 | 37.21 | 80.56 | - |
| YUV | 166.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 231 | 0.27 | 0.33 | 0 | 0.09 | 250.91 | 0.62 | 0.75 |
| Hex | A8 | 9A | E7 | 1B | 21 | 0 | 9 | FB | 3E | 4B |
| Octal | 250 | 232 | 347 | 33 | 41 | 0 | 11 | 373 | 76 | 113 |
| Binary | 10101000 | 10011010 | 11100111 | 11011 | 100001 | 0 | 1001 | 11111011 | 111110 | 1001011 |
Color Harmonies of #A89AE7
Complementary color
Monochromatic Colors of #A89AE7
Black with #A89AE7
Text Example
Text Example
White with #A89AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AE7; }
p { color: rgb(168,154,231); }
H1.HeaderClassName
{
color: #A89AE7;
}
.AnyTagClassName
{
color: #A89AE7;
}
</style>
background-color css
<style>
a { background-color: #A89AE7; }
a { background-color: rgb(168,154,231); }
div.DivClassName
{
background-color: #A89AE7;
}
.BgClassName
{
background-color: #A89AE7;
}
</style>
border-color css
<style>
span { border-color: #A89AE7; }
span { border-color: rgb(168,154,231); }
td.TdClassName
{
border-color: #A89AE7;
}
.TagClassName
{
border-color: #A89AE7;
}
</style>