Shades of Biloba Flower #AB8EFD
Tints of Biloba Flower #AB8EFD
RGB
CMYK
RGB Variations
Color information
#AB8EFD (or 0xAB8EFD) is known color: Biloba Flower. HEX triplet: AB, 8E and FD. RGB value is (171,142,253). Sum of RGB (Red+Green+Blue) = 171+142+253=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB8EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8EFD is #547102. Grayscale: #A2A2A2. Windows color (decimal): -5533955 or 16617131. OLE color: 16617131.
HSL color Cylindrical-coordinate representation of color #AB8EFD: hue angle of 255.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8EFD is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 142 | 253 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.01 |
| HSL | 255.68º | 0.97% | 0.77% | - |
| HSV(B) | 255.68º | 0.44% | 0.99% | - |
| XYZ | 44.2 | 35.1 | 97.37 | - |
| YUV | 163.33 | 178.61 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 253 | 0.32 | 0.44 | 0 | 0.01 | 255.68 | 0.97 | 0.77 |
| Hex | AB | 8E | FD | 20 | 2C | 0 | 1 | 100 | 61 | 4D |
| Octal | 253 | 216 | 375 | 40 | 54 | 0 | 1 | 400 | 141 | 115 |
| Binary | 10101011 | 10001110 | 11111101 | 100000 | 101100 | 0 | 1 | 100000000 | 1100001 | 1001101 |
Color Harmonies of #AB8EFD
Complementary color
Monochromatic Colors of #AB8EFD
Black with #AB8EFD
Text Example
Text Example
White with #AB8EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EFD; }
p { color: rgb(171,142,253); }
H1.HeaderClassName
{
color: #AB8EFD;
}
.AnyTagClassName
{
color: #AB8EFD;
}
</style>
background-color css
<style>
a { background-color: #AB8EFD; }
a { background-color: rgb(171,142,253); }
div.DivClassName
{
background-color: #AB8EFD;
}
.BgClassName
{
background-color: #AB8EFD;
}
</style>
border-color css
<style>
span { border-color: #AB8EFD; }
span { border-color: rgb(171,142,253); }
td.TdClassName
{
border-color: #AB8EFD;
}
.TagClassName
{
border-color: #AB8EFD;
}
</style>