Shades of Biloba Flower #AB8CE3
Tints of Biloba Flower #AB8CE3
RGB
CMYK
RGB Variations
Color information
#AB8CE3 (or 0xAB8CE3) is known color: Biloba Flower. HEX triplet: AB, 8C and E3. RGB value is (171,140,227). Sum of RGB (Red+Green+Blue) = 171+140+227=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #AB8CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CE3 is #54731C. Grayscale: #9E9E9E. Windows color (decimal): -5534493 or 14912683. OLE color: 14912683.
HSL color Cylindrical-coordinate representation of color #AB8CE3: hue angle of 261.38º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB8CE3 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 140 | 227 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.11 |
| HSL | 261.38º | 0.61% | 0.72% | - |
| HSV(B) | 261.38º | 0.38% | 0.89% | - |
| XYZ | 40.04 | 32.96 | 76.92 | - |
| YUV | 159.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 227 | 0.25 | 0.38 | 0 | 0.11 | 261.38 | 0.61 | 0.72 |
| Hex | AB | 8C | E3 | 19 | 26 | 0 | B | 105 | 3D | 48 |
| Octal | 253 | 214 | 343 | 31 | 46 | 0 | 13 | 405 | 75 | 110 |
| Binary | 10101011 | 10001100 | 11100011 | 11001 | 100110 | 0 | 1011 | 100000101 | 111101 | 1001000 |
Color Harmonies of #AB8CE3
Complementary color
Monochromatic Colors of #AB8CE3
Black with #AB8CE3
Text Example
Text Example
White with #AB8CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CE3; }
p { color: rgb(171,140,227); }
H1.HeaderClassName
{
color: #AB8CE3;
}
.AnyTagClassName
{
color: #AB8CE3;
}
</style>
background-color css
<style>
a { background-color: #AB8CE3; }
a { background-color: rgb(171,140,227); }
div.DivClassName
{
background-color: #AB8CE3;
}
.BgClassName
{
background-color: #AB8CE3;
}
</style>
border-color css
<style>
span { border-color: #AB8CE3; }
span { border-color: rgb(171,140,227); }
td.TdClassName
{
border-color: #AB8CE3;
}
.TagClassName
{
border-color: #AB8CE3;
}
</style>