Shades of Biloba Flower #AB8FCC
Tints of Biloba Flower #AB8FCC
RGB
CMYK
RGB Variations
Color information
#AB8FCC (or 0xAB8FCC) is known color: Biloba Flower. HEX triplet: AB, 8F and CC. RGB value is (171,143,204). Sum of RGB (Red+Green+Blue) = 171+143+204=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FCC is #547033. Grayscale: #9E9E9E. Windows color (decimal): -5533748 or 13406123. OLE color: 13406123.
HSL color Cylindrical-coordinate representation of color #AB8FCC: hue angle of 267.54º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8FCC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 143 | 204 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.2 |
| HSL | 267.54º | 0.37% | 0.68% | - |
| HSV(B) | 267.54º | 0.3% | 0.8% | - |
| XYZ | 37.52 | 32.66 | 61.45 | - |
| YUV | 158.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 204 | 0.16 | 0.30 | 0 | 0.2 | 267.54 | 0.37 | 0.68 |
| Hex | AB | 8F | CC | 10 | 1E | 0 | 14 | 10C | 25 | 44 |
| Octal | 253 | 217 | 314 | 20 | 36 | 0 | 24 | 414 | 45 | 104 |
| Binary | 10101011 | 10001111 | 11001100 | 10000 | 11110 | 0 | 10100 | 100001100 | 100101 | 1000100 |
Color Harmonies of #AB8FCC
Complementary color
Monochromatic Colors of #AB8FCC
Black with #AB8FCC
Text Example
Text Example
White with #AB8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FCC; }
p { color: rgb(171,143,204); }
H1.HeaderClassName
{
color: #AB8FCC;
}
.AnyTagClassName
{
color: #AB8FCC;
}
</style>
background-color css
<style>
a { background-color: #AB8FCC; }
a { background-color: rgb(171,143,204); }
div.DivClassName
{
background-color: #AB8FCC;
}
.BgClassName
{
background-color: #AB8FCC;
}
</style>
border-color css
<style>
span { border-color: #AB8FCC; }
span { border-color: rgb(171,143,204); }
td.TdClassName
{
border-color: #AB8FCC;
}
.TagClassName
{
border-color: #AB8FCC;
}
</style>