Shades of Biloba Flower #AB8CEA
Tints of Biloba Flower #AB8CEA
RGB
CMYK
RGB Variations
Color information
#AB8CEA (or 0xAB8CEA) is known color: Biloba Flower. HEX triplet: AB, 8C and EA. RGB value is (171,140,234). Sum of RGB (Red+Green+Blue) = 171+140+234=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB8CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8CEA is #547315. Grayscale: #9F9F9F. Windows color (decimal): -5534486 or 15371435. OLE color: 15371435.
HSL color Cylindrical-coordinate representation of color #AB8CEA: hue angle of 259.79º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8CEA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 140 | 234 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.08 |
| HSL | 259.79º | 0.69% | 0.73% | - |
| HSV(B) | 259.79º | 0.4% | 0.92% | - |
| XYZ | 41.02 | 33.35 | 82.12 | - |
| YUV | 159.99 | 169.77 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 234 | 0.27 | 0.40 | 0 | 0.08 | 259.79 | 0.69 | 0.73 |
| Hex | AB | 8C | EA | 1B | 28 | 0 | 8 | 104 | 45 | 49 |
| Octal | 253 | 214 | 352 | 33 | 50 | 0 | 10 | 404 | 105 | 111 |
| Binary | 10101011 | 10001100 | 11101010 | 11011 | 101000 | 0 | 1000 | 100000100 | 1000101 | 1001001 |
Color Harmonies of #AB8CEA
Complementary color
Monochromatic Colors of #AB8CEA
Black with #AB8CEA
Text Example
Text Example
White with #AB8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CEA; }
p { color: rgb(171,140,234); }
H1.HeaderClassName
{
color: #AB8CEA;
}
.AnyTagClassName
{
color: #AB8CEA;
}
</style>
background-color css
<style>
a { background-color: #AB8CEA; }
a { background-color: rgb(171,140,234); }
div.DivClassName
{
background-color: #AB8CEA;
}
.BgClassName
{
background-color: #AB8CEA;
}
</style>
border-color css
<style>
span { border-color: #AB8CEA; }
span { border-color: rgb(171,140,234); }
td.TdClassName
{
border-color: #AB8CEA;
}
.TagClassName
{
border-color: #AB8CEA;
}
</style>