Shades of Biloba Flower #AB90E5
Tints of Biloba Flower #AB90E5
RGB
CMYK
RGB Variations
Color information
#AB90E5 (or 0xAB90E5) is known color: Biloba Flower. HEX triplet: AB, 90 and E5. RGB value is (171,144,229). Sum of RGB (Red+Green+Blue) = 171+144+229=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB90E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90E5 is #546F1A. Grayscale: #A1A1A1. Windows color (decimal): -5533467 or 15044779. OLE color: 15044779.
HSL color Cylindrical-coordinate representation of color #AB90E5: hue angle of 259.06º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB90E5 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 144 | 229 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.10 |
| HSL | 259.06º | 0.62% | 0.73% | - |
| HSV(B) | 259.06º | 0.37% | 0.9% | - |
| XYZ | 40.91 | 34.26 | 78.59 | - |
| YUV | 161.76 | 165.95 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 229 | 0.25 | 0.37 | 0 | 0.10 | 259.06 | 0.62 | 0.73 |
| Hex | AB | 90 | E5 | 19 | 25 | 0 | A | 103 | 3E | 49 |
| Octal | 253 | 220 | 345 | 31 | 45 | 0 | 12 | 403 | 76 | 111 |
| Binary | 10101011 | 10010000 | 11100101 | 11001 | 100101 | 0 | 1010 | 100000011 | 111110 | 1001001 |
Color Harmonies of #AB90E5
Complementary color
Monochromatic Colors of #AB90E5
Black with #AB90E5
Text Example
Text Example
White with #AB90E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90E5; }
p { color: rgb(171,144,229); }
H1.HeaderClassName
{
color: #AB90E5;
}
.AnyTagClassName
{
color: #AB90E5;
}
</style>
background-color css
<style>
a { background-color: #AB90E5; }
a { background-color: rgb(171,144,229); }
div.DivClassName
{
background-color: #AB90E5;
}
.BgClassName
{
background-color: #AB90E5;
}
</style>
border-color css
<style>
span { border-color: #AB90E5; }
span { border-color: rgb(171,144,229); }
td.TdClassName
{
border-color: #AB90E5;
}
.TagClassName
{
border-color: #AB90E5;
}
</style>