Shades of Biloba Flower #A89AEB
Tints of Biloba Flower #A89AEB
RGB
CMYK
RGB Variations
Color information
#A89AEB (or 0xA89AEB) is known color: Biloba Flower. HEX triplet: A8, 9A and EB. RGB value is (168,154,235). Sum of RGB (Red+Green+Blue) = 168+154+235=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #A89AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89AEB is #576514. Grayscale: #A7A7A7. Windows color (decimal): -5727509 or 15440552. OLE color: 15440552.
HSL color Cylindrical-coordinate representation of color #A89AEB: hue angle of 250.37º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A89AEB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 154 | 235 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.08 |
| HSL | 250.37º | 0.67% | 0.76% | - |
| HSV(B) | 250.37º | 0.34% | 0.92% | - |
| XYZ | 42.7 | 37.43 | 83.57 | - |
| YUV | 167.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 235 | 0.29 | 0.34 | 0 | 0.08 | 250.37 | 0.67 | 0.76 |
| Hex | A8 | 9A | EB | 1D | 22 | 0 | 8 | FA | 43 | 4C |
| Octal | 250 | 232 | 353 | 35 | 42 | 0 | 10 | 372 | 103 | 114 |
| Binary | 10101000 | 10011010 | 11101011 | 11101 | 100010 | 0 | 1000 | 11111010 | 1000011 | 1001100 |
Color Harmonies of #A89AEB
Complementary color
Monochromatic Colors of #A89AEB
Black with #A89AEB
Text Example
Text Example
White with #A89AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AEB; }
p { color: rgb(168,154,235); }
H1.HeaderClassName
{
color: #A89AEB;
}
.AnyTagClassName
{
color: #A89AEB;
}
</style>
background-color css
<style>
a { background-color: #A89AEB; }
a { background-color: rgb(168,154,235); }
div.DivClassName
{
background-color: #A89AEB;
}
.BgClassName
{
background-color: #A89AEB;
}
</style>
border-color css
<style>
span { border-color: #A89AEB; }
span { border-color: rgb(168,154,235); }
td.TdClassName
{
border-color: #A89AEB;
}
.TagClassName
{
border-color: #A89AEB;
}
</style>