Shades of Biloba Flower #A89AEE
Tints of Biloba Flower #A89AEE
RGB
CMYK
RGB Variations
Color information
#A89AEE (or 0xA89AEE) is known color: Biloba Flower. HEX triplet: A8, 9A and EE. RGB value is (168,154,238). Sum of RGB (Red+Green+Blue) = 168+154+238=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #A89AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89AEE is #576511. Grayscale: #A7A7A7. Windows color (decimal): -5727506 or 15637160. OLE color: 15637160.
HSL color Cylindrical-coordinate representation of color #A89AEE: hue angle of 250º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A89AEE is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 154 | 238 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.07 |
| HSL | 250º | 0.71% | 0.77% | - |
| HSV(B) | 250º | 0.35% | 0.93% | - |
| XYZ | 43.14 | 37.61 | 85.87 | - |
| YUV | 167.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 238 | 0.29 | 0.35 | 0 | 0.07 | 250 | 0.71 | 0.77 |
| Hex | A8 | 9A | EE | 1D | 23 | 0 | 7 | FA | 47 | 4D |
| Octal | 250 | 232 | 356 | 35 | 43 | 0 | 7 | 372 | 107 | 115 |
| Binary | 10101000 | 10011010 | 11101110 | 11101 | 100011 | 0 | 111 | 11111010 | 1000111 | 1001101 |
Color Harmonies of #A89AEE
Complementary color
Monochromatic Colors of #A89AEE
Black with #A89AEE
Text Example
Text Example
White with #A89AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AEE; }
p { color: rgb(168,154,238); }
H1.HeaderClassName
{
color: #A89AEE;
}
.AnyTagClassName
{
color: #A89AEE;
}
</style>
background-color css
<style>
a { background-color: #A89AEE; }
a { background-color: rgb(168,154,238); }
div.DivClassName
{
background-color: #A89AEE;
}
.BgClassName
{
background-color: #A89AEE;
}
</style>
border-color css
<style>
span { border-color: #A89AEE; }
span { border-color: rgb(168,154,238); }
td.TdClassName
{
border-color: #A89AEE;
}
.TagClassName
{
border-color: #A89AEE;
}
</style>