Shades of Biloba Flower #AB91EA
Tints of Biloba Flower #AB91EA
RGB
CMYK
RGB Variations
Color information
#AB91EA (or 0xAB91EA) is known color: Biloba Flower. HEX triplet: AB, 91 and EA. RGB value is (171,145,234). Sum of RGB (Red+Green+Blue) = 171+145+234=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB91EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB91EA is #546E15. Grayscale: #A2A2A2. Windows color (decimal): -5533206 or 15372715. OLE color: 15372715.
HSL color Cylindrical-coordinate representation of color #AB91EA: hue angle of 257.53º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB91EA is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 145 | 234 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.08 |
| HSL | 257.53º | 0.68% | 0.74% | - |
| HSV(B) | 257.53º | 0.38% | 0.92% | - |
| XYZ | 41.77 | 34.85 | 82.37 | - |
| YUV | 162.92 | 168.11 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 234 | 0.27 | 0.38 | 0 | 0.08 | 257.53 | 0.68 | 0.74 |
| Hex | AB | 91 | EA | 1B | 26 | 0 | 8 | 102 | 44 | 4A |
| Octal | 253 | 221 | 352 | 33 | 46 | 0 | 10 | 402 | 104 | 112 |
| Binary | 10101011 | 10010001 | 11101010 | 11011 | 100110 | 0 | 1000 | 100000010 | 1000100 | 1001010 |
Color Harmonies of #AB91EA
Complementary color
Monochromatic Colors of #AB91EA
Black with #AB91EA
Text Example
Text Example
White with #AB91EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB91EA; }
p { color: rgb(171,145,234); }
H1.HeaderClassName
{
color: #AB91EA;
}
.AnyTagClassName
{
color: #AB91EA;
}
</style>
background-color css
<style>
a { background-color: #AB91EA; }
a { background-color: rgb(171,145,234); }
div.DivClassName
{
background-color: #AB91EA;
}
.BgClassName
{
background-color: #AB91EA;
}
</style>
border-color css
<style>
span { border-color: #AB91EA; }
span { border-color: rgb(171,145,234); }
td.TdClassName
{
border-color: #AB91EA;
}
.TagClassName
{
border-color: #AB91EA;
}
</style>