Shades of Biloba Flower #AB85ED
Tints of Biloba Flower #AB85ED
RGB
CMYK
RGB Variations
Color information
#AB85ED (or 0xAB85ED) is known color: Biloba Flower. HEX triplet: AB, 85 and ED. RGB value is (171,133,237). Sum of RGB (Red+Green+Blue) = 171+133+237=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB85ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85ED is #547A12. Grayscale: #9B9B9B. Windows color (decimal): -5536275 or 15566251. OLE color: 15566251.
HSL color Cylindrical-coordinate representation of color #AB85ED: hue angle of 261.92º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB85ED is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 133 | 237 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.07 |
| HSL | 261.92º | 0.74% | 0.73% | - |
| HSV(B) | 261.92º | 0.44% | 0.93% | - |
| XYZ | 40.47 | 31.55 | 84.08 | - |
| YUV | 156.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 237 | 0.28 | 0.44 | 0 | 0.07 | 261.92 | 0.74 | 0.73 |
| Hex | AB | 85 | ED | 1C | 2C | 0 | 7 | 106 | 4A | 49 |
| Octal | 253 | 205 | 355 | 34 | 54 | 0 | 7 | 406 | 112 | 111 |
| Binary | 10101011 | 10000101 | 11101101 | 11100 | 101100 | 0 | 111 | 100000110 | 1001010 | 1001001 |
Color Harmonies of #AB85ED
Complementary color
Monochromatic Colors of #AB85ED
Black with #AB85ED
Text Example
Text Example
White with #AB85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85ED; }
p { color: rgb(171,133,237); }
H1.HeaderClassName
{
color: #AB85ED;
}
.AnyTagClassName
{
color: #AB85ED;
}
</style>
background-color css
<style>
a { background-color: #AB85ED; }
a { background-color: rgb(171,133,237); }
div.DivClassName
{
background-color: #AB85ED;
}
.BgClassName
{
background-color: #AB85ED;
}
</style>
border-color css
<style>
span { border-color: #AB85ED; }
span { border-color: rgb(171,133,237); }
td.TdClassName
{
border-color: #AB85ED;
}
.TagClassName
{
border-color: #AB85ED;
}
</style>