Shades of Biloba Flower #A89AFE
Tints of Biloba Flower #A89AFE
RGB
CMYK
RGB Variations
Color information
#A89AFE (or 0xA89AFE) is known color: Biloba Flower. HEX triplet: A8, 9A and FE. RGB value is (168,154,254). Sum of RGB (Red+Green+Blue) = 168+154+254=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #A89AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89AFE is #576501. Grayscale: #A9A9A9. Windows color (decimal): -5727490 or 16685736. OLE color: 16685736.
HSL color Cylindrical-coordinate representation of color #A89AFE: hue angle of 248.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A89AFE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 154 | 254 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.00 |
| HSL | 248.4º | 0.98% | 0.8% | - |
| HSV(B) | 248.4º | 0.39% | 1% | - |
| XYZ | 45.59 | 38.59 | 98.81 | - |
| YUV | 169.59 | 175.64 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 254 | 0.34 | 0.39 | 0 | 0.00 | 248.4 | 0.98 | 0.8 |
| Hex | A8 | 9A | FE | 22 | 27 | 0 | 0 | F8 | 62 | 50 |
| Octal | 250 | 232 | 376 | 42 | 47 | 0 | 0 | 370 | 142 | 120 |
| Binary | 10101000 | 10011010 | 11111110 | 100010 | 100111 | 0 | 0 | 11111000 | 1100010 | 1010000 |
Color Harmonies of #A89AFE
Complementary color
Monochromatic Colors of #A89AFE
Black with #A89AFE
Text Example
Text Example
White with #A89AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AFE; }
p { color: rgb(168,154,254); }
H1.HeaderClassName
{
color: #A89AFE;
}
.AnyTagClassName
{
color: #A89AFE;
}
</style>
background-color css
<style>
a { background-color: #A89AFE; }
a { background-color: rgb(168,154,254); }
div.DivClassName
{
background-color: #A89AFE;
}
.BgClassName
{
background-color: #A89AFE;
}
</style>
border-color css
<style>
span { border-color: #A89AFE; }
span { border-color: rgb(168,154,254); }
td.TdClassName
{
border-color: #A89AFE;
}
.TagClassName
{
border-color: #A89AFE;
}
</style>