Shades of Biloba Flower #AB94E0
Tints of Biloba Flower #AB94E0
RGB
CMYK
RGB Variations
Color information
#AB94E0 (or 0xAB94E0) is known color: Biloba Flower. HEX triplet: AB, 94 and E0. RGB value is (171,148,224). Sum of RGB (Red+Green+Blue) = 171+148+224=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB94E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94E0 is #546B1F. Grayscale: #A3A3A3. Windows color (decimal): -5532448 or 14718123. OLE color: 14718123.
HSL color Cylindrical-coordinate representation of color #AB94E0: hue angle of 258.16º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB94E0 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 148 | 224 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.12 |
| HSL | 258.16º | 0.55% | 0.73% | - |
| HSV(B) | 258.16º | 0.34% | 0.88% | - |
| XYZ | 40.84 | 35.22 | 75.17 | - |
| YUV | 163.54 | 162.12 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 224 | 0.24 | 0.34 | 0 | 0.12 | 258.16 | 0.55 | 0.73 |
| Hex | AB | 94 | E0 | 18 | 22 | 0 | C | 102 | 37 | 49 |
| Octal | 253 | 224 | 340 | 30 | 42 | 0 | 14 | 402 | 67 | 111 |
| Binary | 10101011 | 10010100 | 11100000 | 11000 | 100010 | 0 | 1100 | 100000010 | 110111 | 1001001 |
Color Harmonies of #AB94E0
Complementary color
Monochromatic Colors of #AB94E0
Black with #AB94E0
Text Example
Text Example
White with #AB94E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB94E0; }
p { color: rgb(171,148,224); }
H1.HeaderClassName
{
color: #AB94E0;
}
.AnyTagClassName
{
color: #AB94E0;
}
</style>
background-color css
<style>
a { background-color: #AB94E0; }
a { background-color: rgb(171,148,224); }
div.DivClassName
{
background-color: #AB94E0;
}
.BgClassName
{
background-color: #AB94E0;
}
</style>
border-color css
<style>
span { border-color: #AB94E0; }
span { border-color: rgb(171,148,224); }
td.TdClassName
{
border-color: #AB94E0;
}
.TagClassName
{
border-color: #AB94E0;
}
</style>