Shades of Biloba Flower #AB93F0
Tints of Biloba Flower #AB93F0
RGB
CMYK
RGB Variations
Color information
#AB93F0 (or 0xAB93F0) is known color: Biloba Flower. HEX triplet: AB, 93 and F0. RGB value is (171,147,240). Sum of RGB (Red+Green+Blue) = 171+147+240=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB93F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB93F0 is #546C0F. Grayscale: #A4A4A4. Windows color (decimal): -5532688 or 15766443. OLE color: 15766443.
HSL color Cylindrical-coordinate representation of color #AB93F0: hue angle of 255.48º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB93F0 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 147 | 240 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.06 |
| HSL | 255.48º | 0.76% | 0.76% | - |
| HSV(B) | 255.48º | 0.39% | 0.94% | - |
| XYZ | 42.96 | 35.82 | 87.09 | - |
| YUV | 164.78 | 170.45 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 240 | 0.29 | 0.39 | 0 | 0.06 | 255.48 | 0.76 | 0.76 |
| Hex | AB | 93 | F0 | 1D | 27 | 0 | 6 | FF | 4C | 4C |
| Octal | 253 | 223 | 360 | 35 | 47 | 0 | 6 | 377 | 114 | 114 |
| Binary | 10101011 | 10010011 | 11110000 | 11101 | 100111 | 0 | 110 | 11111111 | 1001100 | 1001100 |
Color Harmonies of #AB93F0
Complementary color
Monochromatic Colors of #AB93F0
Black with #AB93F0
Text Example
Text Example
White with #AB93F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB93F0; }
p { color: rgb(171,147,240); }
H1.HeaderClassName
{
color: #AB93F0;
}
.AnyTagClassName
{
color: #AB93F0;
}
</style>
background-color css
<style>
a { background-color: #AB93F0; }
a { background-color: rgb(171,147,240); }
div.DivClassName
{
background-color: #AB93F0;
}
.BgClassName
{
background-color: #AB93F0;
}
</style>
border-color css
<style>
span { border-color: #AB93F0; }
span { border-color: rgb(171,147,240); }
td.TdClassName
{
border-color: #AB93F0;
}
.TagClassName
{
border-color: #AB93F0;
}
</style>