Shades of Biloba Flower #AB8CED
Tints of Biloba Flower #AB8CED
RGB
CMYK
RGB Variations
Color information
#AB8CED (or 0xAB8CED) is known color: Biloba Flower. HEX triplet: AB, 8C and ED. RGB value is (171,140,237). Sum of RGB (Red+Green+Blue) = 171+140+237=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB8CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8CED is #547312. Grayscale: #9F9F9F. Windows color (decimal): -5534483 or 15568043. OLE color: 15568043.
HSL color Cylindrical-coordinate representation of color #AB8CED: hue angle of 259.18º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB8CED is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 140 | 237 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.07 |
| HSL | 259.18º | 0.73% | 0.74% | - |
| HSV(B) | 259.18º | 0.41% | 0.93% | - |
| XYZ | 41.46 | 33.53 | 84.41 | - |
| YUV | 160.33 | 171.27 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 237 | 0.28 | 0.41 | 0 | 0.07 | 259.18 | 0.73 | 0.74 |
| Hex | AB | 8C | ED | 1C | 29 | 0 | 7 | 103 | 49 | 4A |
| Octal | 253 | 214 | 355 | 34 | 51 | 0 | 7 | 403 | 111 | 112 |
| Binary | 10101011 | 10001100 | 11101101 | 11100 | 101001 | 0 | 111 | 100000011 | 1001001 | 1001010 |
Color Harmonies of #AB8CED
Complementary color
Monochromatic Colors of #AB8CED
Black with #AB8CED
Text Example
Text Example
White with #AB8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CED; }
p { color: rgb(171,140,237); }
H1.HeaderClassName
{
color: #AB8CED;
}
.AnyTagClassName
{
color: #AB8CED;
}
</style>
background-color css
<style>
a { background-color: #AB8CED; }
a { background-color: rgb(171,140,237); }
div.DivClassName
{
background-color: #AB8CED;
}
.BgClassName
{
background-color: #AB8CED;
}
</style>
border-color css
<style>
span { border-color: #AB8CED; }
span { border-color: rgb(171,140,237); }
td.TdClassName
{
border-color: #AB8CED;
}
.TagClassName
{
border-color: #AB8CED;
}
</style>