Shades of Biloba Flower #AB85E5
Tints of Biloba Flower #AB85E5
RGB
CMYK
RGB Variations
Color information
#AB85E5 (or 0xAB85E5) is known color: Biloba Flower. HEX triplet: AB, 85 and E5. RGB value is (171,133,229). Sum of RGB (Red+Green+Blue) = 171+133+229=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB85E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85E5 is #547A1A. Grayscale: #9A9A9A. Windows color (decimal): -5536283 or 15041963. OLE color: 15041963.
HSL color Cylindrical-coordinate representation of color #AB85E5: hue angle of 263.75º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB85E5 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 133 | 229 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.10 |
| HSL | 263.75º | 0.65% | 0.71% | - |
| HSV(B) | 263.75º | 0.42% | 0.9% | - |
| XYZ | 39.32 | 31.09 | 78.06 | - |
| YUV | 155.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 229 | 0.25 | 0.42 | 0 | 0.10 | 263.75 | 0.65 | 0.71 |
| Hex | AB | 85 | E5 | 19 | 2A | 0 | A | 108 | 41 | 47 |
| Octal | 253 | 205 | 345 | 31 | 52 | 0 | 12 | 410 | 101 | 107 |
| Binary | 10101011 | 10000101 | 11100101 | 11001 | 101010 | 0 | 1010 | 100001000 | 1000001 | 1000111 |
Color Harmonies of #AB85E5
Complementary color
Monochromatic Colors of #AB85E5
Black with #AB85E5
Text Example
Text Example
White with #AB85E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85E5; }
p { color: rgb(171,133,229); }
H1.HeaderClassName
{
color: #AB85E5;
}
.AnyTagClassName
{
color: #AB85E5;
}
</style>
background-color css
<style>
a { background-color: #AB85E5; }
a { background-color: rgb(171,133,229); }
div.DivClassName
{
background-color: #AB85E5;
}
.BgClassName
{
background-color: #AB85E5;
}
</style>
border-color css
<style>
span { border-color: #AB85E5; }
span { border-color: rgb(171,133,229); }
td.TdClassName
{
border-color: #AB85E5;
}
.TagClassName
{
border-color: #AB85E5;
}
</style>