Shades of Biloba Flower #AB8EDF
Tints of Biloba Flower #AB8EDF
RGB
CMYK
RGB Variations
Color information
#AB8EDF (or 0xAB8EDF) is known color: Biloba Flower. HEX triplet: AB, 8E and DF. RGB value is (171,142,223). Sum of RGB (Red+Green+Blue) = 171+142+223=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB8EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EDF is #547120. Grayscale: #9F9F9F. Windows color (decimal): -5533985 or 14651051. OLE color: 14651051.
HSL color Cylindrical-coordinate representation of color #AB8EDF: hue angle of 261.48º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB8EDF is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 142 | 223 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.13 |
| HSL | 261.48º | 0.56% | 0.72% | - |
| HSV(B) | 261.48º | 0.36% | 0.87% | - |
| XYZ | 39.79 | 33.33 | 74.15 | - |
| YUV | 159.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 223 | 0.23 | 0.36 | 0 | 0.13 | 261.48 | 0.56 | 0.72 |
| Hex | AB | 8E | DF | 17 | 24 | 0 | D | 105 | 38 | 48 |
| Octal | 253 | 216 | 337 | 27 | 44 | 0 | 15 | 405 | 70 | 110 |
| Binary | 10101011 | 10001110 | 11011111 | 10111 | 100100 | 0 | 1101 | 100000101 | 111000 | 1001000 |
Color Harmonies of #AB8EDF
Complementary color
Monochromatic Colors of #AB8EDF
Black with #AB8EDF
Text Example
Text Example
White with #AB8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EDF; }
p { color: rgb(171,142,223); }
H1.HeaderClassName
{
color: #AB8EDF;
}
.AnyTagClassName
{
color: #AB8EDF;
}
</style>
background-color css
<style>
a { background-color: #AB8EDF; }
a { background-color: rgb(171,142,223); }
div.DivClassName
{
background-color: #AB8EDF;
}
.BgClassName
{
background-color: #AB8EDF;
}
</style>
border-color css
<style>
span { border-color: #AB8EDF; }
span { border-color: rgb(171,142,223); }
td.TdClassName
{
border-color: #AB8EDF;
}
.TagClassName
{
border-color: #AB8EDF;
}
</style>