Shades of Biloba Flower #A89AFB
Tints of Biloba Flower #A89AFB
RGB
CMYK
RGB Variations
Color information
#A89AFB (or 0xA89AFB) is known color: Biloba Flower. HEX triplet: A8, 9A and FB. RGB value is (168,154,251). Sum of RGB (Red+Green+Blue) = 168+154+251=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #A89AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89AFB is #576504. Grayscale: #A8A8A8. Windows color (decimal): -5727493 or 16489128. OLE color: 16489128.
HSL color Cylindrical-coordinate representation of color #A89AFB: hue angle of 248.66º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A89AFB is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 154 | 251 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.02 |
| HSL | 248.66º | 0.92% | 0.79% | - |
| HSV(B) | 248.66º | 0.39% | 0.98% | - |
| XYZ | 45.12 | 38.4 | 96.3 | - |
| YUV | 169.24 | 174.14 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 251 | 0.33 | 0.39 | 0 | 0.02 | 248.66 | 0.92 | 0.79 |
| Hex | A8 | 9A | FB | 21 | 27 | 0 | 2 | F9 | 5C | 4F |
| Octal | 250 | 232 | 373 | 41 | 47 | 0 | 2 | 371 | 134 | 117 |
| Binary | 10101000 | 10011010 | 11111011 | 100001 | 100111 | 0 | 10 | 11111001 | 1011100 | 1001111 |
Color Harmonies of #A89AFB
Complementary color
Monochromatic Colors of #A89AFB
Black with #A89AFB
Text Example
Text Example
White with #A89AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AFB; }
p { color: rgb(168,154,251); }
H1.HeaderClassName
{
color: #A89AFB;
}
.AnyTagClassName
{
color: #A89AFB;
}
</style>
background-color css
<style>
a { background-color: #A89AFB; }
a { background-color: rgb(168,154,251); }
div.DivClassName
{
background-color: #A89AFB;
}
.BgClassName
{
background-color: #A89AFB;
}
</style>
border-color css
<style>
span { border-color: #A89AFB; }
span { border-color: rgb(168,154,251); }
td.TdClassName
{
border-color: #A89AFB;
}
.TagClassName
{
border-color: #A89AFB;
}
</style>