Shades of Biloba Flower #AB8FFC
Tints of Biloba Flower #AB8FFC
RGB
CMYK
RGB Variations
Color information
#AB8FFC (or 0xAB8FFC) is known color: Biloba Flower. HEX triplet: AB, 8F and FC. RGB value is (171,143,252). Sum of RGB (Red+Green+Blue) = 171+143+252=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB8FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8FFC is #547003. Grayscale: #A3A3A3. Windows color (decimal): -5533700 or 16551851. OLE color: 16551851.
HSL color Cylindrical-coordinate representation of color #AB8FFC: hue angle of 255.41º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB8FFC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 143 | 252 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.01 |
| HSL | 255.41º | 0.95% | 0.77% | - |
| HSV(B) | 255.41º | 0.43% | 0.99% | - |
| XYZ | 44.19 | 35.33 | 96.59 | - |
| YUV | 163.8 | 177.78 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 252 | 0.32 | 0.43 | 0 | 0.01 | 255.41 | 0.95 | 0.77 |
| Hex | AB | 8F | FC | 20 | 2B | 0 | 1 | FF | 5F | 4D |
| Octal | 253 | 217 | 374 | 40 | 53 | 0 | 1 | 377 | 137 | 115 |
| Binary | 10101011 | 10001111 | 11111100 | 100000 | 101011 | 0 | 1 | 11111111 | 1011111 | 1001101 |
Color Harmonies of #AB8FFC
Complementary color
Monochromatic Colors of #AB8FFC
Black with #AB8FFC
Text Example
Text Example
White with #AB8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FFC; }
p { color: rgb(171,143,252); }
H1.HeaderClassName
{
color: #AB8FFC;
}
.AnyTagClassName
{
color: #AB8FFC;
}
</style>
background-color css
<style>
a { background-color: #AB8FFC; }
a { background-color: rgb(171,143,252); }
div.DivClassName
{
background-color: #AB8FFC;
}
.BgClassName
{
background-color: #AB8FFC;
}
</style>
border-color css
<style>
span { border-color: #AB8FFC; }
span { border-color: rgb(171,143,252); }
td.TdClassName
{
border-color: #AB8FFC;
}
.TagClassName
{
border-color: #AB8FFC;
}
</style>