Shades of Biloba Flower #AB89E2
Tints of Biloba Flower #AB89E2
RGB
CMYK
RGB Variations
Color information
#AB89E2 (or 0xAB89E2) is known color: Biloba Flower. HEX triplet: AB, 89 and E2. RGB value is (171,137,226). Sum of RGB (Red+Green+Blue) = 171+137+226=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 226 - color contains mainly: blue. Hex color #AB89E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB89E2 is #54761D. Grayscale: #9C9C9C. Windows color (decimal): -5535262 or 14846379. OLE color: 14846379.
HSL color Cylindrical-coordinate representation of color #AB89E2: hue angle of 262.92º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB89E2 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 137 | 226 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.11 |
| HSL | 262.92º | 0.61% | 0.71% | - |
| HSV(B) | 262.92º | 0.39% | 0.89% | - |
| XYZ | 39.47 | 32.04 | 76.06 | - |
| YUV | 157.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 226 | 0.24 | 0.39 | 0 | 0.11 | 262.92 | 0.61 | 0.71 |
| Hex | AB | 89 | E2 | 18 | 27 | 0 | B | 107 | 3D | 47 |
| Octal | 253 | 211 | 342 | 30 | 47 | 0 | 13 | 407 | 75 | 107 |
| Binary | 10101011 | 10001001 | 11100010 | 11000 | 100111 | 0 | 1011 | 100000111 | 111101 | 1000111 |
Color Harmonies of #AB89E2
Complementary color
Monochromatic Colors of #AB89E2
Black with #AB89E2
Text Example
Text Example
White with #AB89E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89E2; }
p { color: rgb(171,137,226); }
H1.HeaderClassName
{
color: #AB89E2;
}
.AnyTagClassName
{
color: #AB89E2;
}
</style>
background-color css
<style>
a { background-color: #AB89E2; }
a { background-color: rgb(171,137,226); }
div.DivClassName
{
background-color: #AB89E2;
}
.BgClassName
{
background-color: #AB89E2;
}
</style>
border-color css
<style>
span { border-color: #AB89E2; }
span { border-color: rgb(171,137,226); }
td.TdClassName
{
border-color: #AB89E2;
}
.TagClassName
{
border-color: #AB89E2;
}
</style>