Shades of Biloba Flower #AB9FE5
Tints of Biloba Flower #AB9FE5
RGB
CMYK
RGB Variations
Color information
#AB9FE5 (or 0xAB9FE5) is known color: Biloba Flower. HEX triplet: AB, 9F and E5. RGB value is (171,159,229). Sum of RGB (Red+Green+Blue) = 171+159+229=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB9FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FE5 is #54601A. Grayscale: #AAAAAA. Windows color (decimal): -5529627 or 15048619. OLE color: 15048619.
HSL color Cylindrical-coordinate representation of color #AB9FE5: hue angle of 250.29º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB9FE5 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 159 | 229 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.10 |
| HSL | 250.29º | 0.57% | 0.76% | - |
| HSV(B) | 250.29º | 0.31% | 0.9% | - |
| XYZ | 43.34 | 39.11 | 79.39 | - |
| YUV | 170.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 229 | 0.25 | 0.31 | 0 | 0.10 | 250.29 | 0.57 | 0.76 |
| Hex | AB | 9F | E5 | 19 | 1F | 0 | A | FA | 39 | 4C |
| Octal | 253 | 237 | 345 | 31 | 37 | 0 | 12 | 372 | 71 | 114 |
| Binary | 10101011 | 10011111 | 11100101 | 11001 | 11111 | 0 | 1010 | 11111010 | 111001 | 1001100 |
Color Harmonies of #AB9FE5
Complementary color
Monochromatic Colors of #AB9FE5
Black with #AB9FE5
Text Example
Text Example
White with #AB9FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9FE5; }
p { color: rgb(171,159,229); }
H1.HeaderClassName
{
color: #AB9FE5;
}
.AnyTagClassName
{
color: #AB9FE5;
}
</style>
background-color css
<style>
a { background-color: #AB9FE5; }
a { background-color: rgb(171,159,229); }
div.DivClassName
{
background-color: #AB9FE5;
}
.BgClassName
{
background-color: #AB9FE5;
}
</style>
border-color css
<style>
span { border-color: #AB9FE5; }
span { border-color: rgb(171,159,229); }
td.TdClassName
{
border-color: #AB9FE5;
}
.TagClassName
{
border-color: #AB9FE5;
}
</style>