Shades of Biloba Flower #AB90E4
Tints of Biloba Flower #AB90E4
RGB
CMYK
RGB Variations
Color information
#AB90E4 (or 0xAB90E4) is known color: Biloba Flower. HEX triplet: AB, 90 and E4. RGB value is (171,144,228). Sum of RGB (Red+Green+Blue) = 171+144+228=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB90E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90E4 is #546F1B. Grayscale: #A1A1A1. Windows color (decimal): -5533468 or 14979243. OLE color: 14979243.
HSL color Cylindrical-coordinate representation of color #AB90E4: hue angle of 259.29º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB90E4 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 144 | 228 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.11 |
| HSL | 259.29º | 0.61% | 0.73% | - |
| HSV(B) | 259.29º | 0.37% | 0.89% | - |
| XYZ | 40.77 | 34.21 | 77.85 | - |
| YUV | 161.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 228 | 0.25 | 0.37 | 0 | 0.11 | 259.29 | 0.61 | 0.73 |
| Hex | AB | 90 | E4 | 19 | 25 | 0 | B | 103 | 3D | 49 |
| Octal | 253 | 220 | 344 | 31 | 45 | 0 | 13 | 403 | 75 | 111 |
| Binary | 10101011 | 10010000 | 11100100 | 11001 | 100101 | 0 | 1011 | 100000011 | 111101 | 1001001 |
Color Harmonies of #AB90E4
Complementary color
Monochromatic Colors of #AB90E4
Black with #AB90E4
Text Example
Text Example
White with #AB90E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90E4; }
p { color: rgb(171,144,228); }
H1.HeaderClassName
{
color: #AB90E4;
}
.AnyTagClassName
{
color: #AB90E4;
}
</style>
background-color css
<style>
a { background-color: #AB90E4; }
a { background-color: rgb(171,144,228); }
div.DivClassName
{
background-color: #AB90E4;
}
.BgClassName
{
background-color: #AB90E4;
}
</style>
border-color css
<style>
span { border-color: #AB90E4; }
span { border-color: rgb(171,144,228); }
td.TdClassName
{
border-color: #AB90E4;
}
.TagClassName
{
border-color: #AB90E4;
}
</style>