Shades of Biloba Flower #AB9EE7
Tints of Biloba Flower #AB9EE7
RGB
CMYK
RGB Variations
Color information
#AB9EE7 (or 0xAB9EE7) is known color: Biloba Flower. HEX triplet: AB, 9E and E7. RGB value is (171,158,231). Sum of RGB (Red+Green+Blue) = 171+158+231=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB9EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EE7 is #546118. Grayscale: #A9A9A9. Windows color (decimal): -5529881 or 15179435. OLE color: 15179435.
HSL color Cylindrical-coordinate representation of color #AB9EE7: hue angle of 250.68º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9EE7 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 158 | 231 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.09 |
| HSL | 250.68º | 0.6% | 0.76% | - |
| HSV(B) | 250.68º | 0.32% | 0.91% | - |
| XYZ | 43.45 | 38.88 | 80.82 | - |
| YUV | 170.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 231 | 0.26 | 0.32 | 0 | 0.09 | 250.68 | 0.6 | 0.76 |
| Hex | AB | 9E | E7 | 1A | 20 | 0 | 9 | FB | 3C | 4C |
| Octal | 253 | 236 | 347 | 32 | 40 | 0 | 11 | 373 | 74 | 114 |
| Binary | 10101011 | 10011110 | 11100111 | 11010 | 100000 | 0 | 1001 | 11111011 | 111100 | 1001100 |
Color Harmonies of #AB9EE7
Complementary color
Monochromatic Colors of #AB9EE7
Black with #AB9EE7
Text Example
Text Example
White with #AB9EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9EE7; }
p { color: rgb(171,158,231); }
H1.HeaderClassName
{
color: #AB9EE7;
}
.AnyTagClassName
{
color: #AB9EE7;
}
</style>
background-color css
<style>
a { background-color: #AB9EE7; }
a { background-color: rgb(171,158,231); }
div.DivClassName
{
background-color: #AB9EE7;
}
.BgClassName
{
background-color: #AB9EE7;
}
</style>
border-color css
<style>
span { border-color: #AB9EE7; }
span { border-color: rgb(171,158,231); }
td.TdClassName
{
border-color: #AB9EE7;
}
.TagClassName
{
border-color: #AB9EE7;
}
</style>