Shades of Biloba Flower #AB8FFD
Tints of Biloba Flower #AB8FFD
RGB
CMYK
RGB Variations
Color information
#AB8FFD (or 0xAB8FFD) is known color: Biloba Flower. HEX triplet: AB, 8F and FD. RGB value is (171,143,253). Sum of RGB (Red+Green+Blue) = 171+143+253=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB8FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8FFD is #547002. Grayscale: #A3A3A3. Windows color (decimal): -5533699 or 16617387. OLE color: 16617387.
HSL color Cylindrical-coordinate representation of color #AB8FFD: hue angle of 255.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB8FFD is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 143 | 253 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.01 |
| HSL | 255.27º | 0.96% | 0.78% | - |
| HSV(B) | 255.27º | 0.43% | 0.99% | - |
| XYZ | 44.35 | 35.39 | 97.42 | - |
| YUV | 163.91 | 178.28 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 253 | 0.32 | 0.43 | 0 | 0.01 | 255.27 | 0.96 | 0.78 |
| Hex | AB | 8F | FD | 20 | 2B | 0 | 1 | FF | 60 | 4E |
| Octal | 253 | 217 | 375 | 40 | 53 | 0 | 1 | 377 | 140 | 116 |
| Binary | 10101011 | 10001111 | 11111101 | 100000 | 101011 | 0 | 1 | 11111111 | 1100000 | 1001110 |
Color Harmonies of #AB8FFD
Complementary color
Monochromatic Colors of #AB8FFD
Black with #AB8FFD
Text Example
Text Example
White with #AB8FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FFD; }
p { color: rgb(171,143,253); }
H1.HeaderClassName
{
color: #AB8FFD;
}
.AnyTagClassName
{
color: #AB8FFD;
}
</style>
background-color css
<style>
a { background-color: #AB8FFD; }
a { background-color: rgb(171,143,253); }
div.DivClassName
{
background-color: #AB8FFD;
}
.BgClassName
{
background-color: #AB8FFD;
}
</style>
border-color css
<style>
span { border-color: #AB8FFD; }
span { border-color: rgb(171,143,253); }
td.TdClassName
{
border-color: #AB8FFD;
}
.TagClassName
{
border-color: #AB8FFD;
}
</style>