Shades of Biloba Flower #A89AED
Tints of Biloba Flower #A89AED
RGB
CMYK
RGB Variations
Color information
#A89AED (or 0xA89AED) is known color: Biloba Flower. HEX triplet: A8, 9A and ED. RGB value is (168,154,237). Sum of RGB (Red+Green+Blue) = 168+154+237=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #A89AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89AED is #576512. Grayscale: #A7A7A7. Windows color (decimal): -5727507 or 15571624. OLE color: 15571624.
HSL color Cylindrical-coordinate representation of color #A89AED: hue angle of 250.12º degrees, saturation: 0.7, 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 #A89AED is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 154 | 237 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.07 |
| HSL | 250.12º | 0.7% | 0.77% | - |
| HSV(B) | 250.12º | 0.35% | 0.93% | - |
| XYZ | 42.99 | 37.55 | 85.1 | - |
| YUV | 167.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 237 | 0.29 | 0.35 | 0 | 0.07 | 250.12 | 0.7 | 0.77 |
| Hex | A8 | 9A | ED | 1D | 23 | 0 | 7 | FA | 46 | 4D |
| Octal | 250 | 232 | 355 | 35 | 43 | 0 | 7 | 372 | 106 | 115 |
| Binary | 10101000 | 10011010 | 11101101 | 11101 | 100011 | 0 | 111 | 11111010 | 1000110 | 1001101 |
Color Harmonies of #A89AED
Complementary color
Monochromatic Colors of #A89AED
Black with #A89AED
Text Example
Text Example
White with #A89AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AED; }
p { color: rgb(168,154,237); }
H1.HeaderClassName
{
color: #A89AED;
}
.AnyTagClassName
{
color: #A89AED;
}
</style>
background-color css
<style>
a { background-color: #A89AED; }
a { background-color: rgb(168,154,237); }
div.DivClassName
{
background-color: #A89AED;
}
.BgClassName
{
background-color: #A89AED;
}
</style>
border-color css
<style>
span { border-color: #A89AED; }
span { border-color: rgb(168,154,237); }
td.TdClassName
{
border-color: #A89AED;
}
.TagClassName
{
border-color: #A89AED;
}
</style>