Shades of Biloba Flower #AB85E7
Tints of Biloba Flower #AB85E7
RGB
CMYK
RGB Variations
Color information
#AB85E7 (or 0xAB85E7) is known color: Biloba Flower. HEX triplet: AB, 85 and E7. RGB value is (171,133,231). Sum of RGB (Red+Green+Blue) = 171+133+231=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB85E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85E7 is #547A18. Grayscale: #9B9B9B. Windows color (decimal): -5536281 or 15173035. OLE color: 15173035.
HSL color Cylindrical-coordinate representation of color #AB85E7: hue angle of 263.27º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB85E7 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 133 | 231 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.09 |
| HSL | 263.27º | 0.67% | 0.71% | - |
| HSV(B) | 263.27º | 0.42% | 0.91% | - |
| XYZ | 39.61 | 31.2 | 79.54 | - |
| YUV | 155.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 231 | 0.26 | 0.42 | 0 | 0.09 | 263.27 | 0.67 | 0.71 |
| Hex | AB | 85 | E7 | 1A | 2A | 0 | 9 | 107 | 43 | 47 |
| Octal | 253 | 205 | 347 | 32 | 52 | 0 | 11 | 407 | 103 | 107 |
| Binary | 10101011 | 10000101 | 11100111 | 11010 | 101010 | 0 | 1001 | 100000111 | 1000011 | 1000111 |
Color Harmonies of #AB85E7
Complementary color
Monochromatic Colors of #AB85E7
Black with #AB85E7
Text Example
Text Example
White with #AB85E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85E7; }
p { color: rgb(171,133,231); }
H1.HeaderClassName
{
color: #AB85E7;
}
.AnyTagClassName
{
color: #AB85E7;
}
</style>
background-color css
<style>
a { background-color: #AB85E7; }
a { background-color: rgb(171,133,231); }
div.DivClassName
{
background-color: #AB85E7;
}
.BgClassName
{
background-color: #AB85E7;
}
</style>
border-color css
<style>
span { border-color: #AB85E7; }
span { border-color: rgb(171,133,231); }
td.TdClassName
{
border-color: #AB85E7;
}
.TagClassName
{
border-color: #AB85E7;
}
</style>