Shades of Biloba Flower #AB8DCC
Tints of Biloba Flower #AB8DCC
RGB
CMYK
RGB Variations
Color information
#AB8DCC (or 0xAB8DCC) is known color: Biloba Flower. HEX triplet: AB, 8D and CC. RGB value is (171,141,204). Sum of RGB (Red+Green+Blue) = 171+141+204=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB8DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DCC is #547233. Grayscale: #9C9C9C. Windows color (decimal): -5534260 or 13405611. OLE color: 13405611.
HSL color Cylindrical-coordinate representation of color #AB8DCC: hue angle of 268.57º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB8DCC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 141 | 204 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.2 |
| HSL | 268.57º | 0.38% | 0.68% | - |
| HSV(B) | 268.57º | 0.31% | 0.8% | - |
| XYZ | 37.22 | 32.07 | 61.35 | - |
| YUV | 157.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 204 | 0.16 | 0.31 | 0 | 0.2 | 268.57 | 0.38 | 0.68 |
| Hex | AB | 8D | CC | 10 | 1F | 0 | 14 | 10D | 26 | 44 |
| Octal | 253 | 215 | 314 | 20 | 37 | 0 | 24 | 415 | 46 | 104 |
| Binary | 10101011 | 10001101 | 11001100 | 10000 | 11111 | 0 | 10100 | 100001101 | 100110 | 1000100 |
Color Harmonies of #AB8DCC
Complementary color
Monochromatic Colors of #AB8DCC
Black with #AB8DCC
Text Example
Text Example
White with #AB8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DCC; }
p { color: rgb(171,141,204); }
H1.HeaderClassName
{
color: #AB8DCC;
}
.AnyTagClassName
{
color: #AB8DCC;
}
</style>
background-color css
<style>
a { background-color: #AB8DCC; }
a { background-color: rgb(171,141,204); }
div.DivClassName
{
background-color: #AB8DCC;
}
.BgClassName
{
background-color: #AB8DCC;
}
</style>
border-color css
<style>
span { border-color: #AB8DCC; }
span { border-color: rgb(171,141,204); }
td.TdClassName
{
border-color: #AB8DCC;
}
.TagClassName
{
border-color: #AB8DCC;
}
</style>