Shades of Biloba Flower #AB8CDC
Tints of Biloba Flower #AB8CDC
RGB
CMYK
RGB Variations
Color information
#AB8CDC (or 0xAB8CDC) is known color: Biloba Flower. HEX triplet: AB, 8C and DC. RGB value is (171,140,220). Sum of RGB (Red+Green+Blue) = 171+140+220=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB8CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CDC is #547323. Grayscale: #9E9E9E. Windows color (decimal): -5534500 or 14453931. OLE color: 14453931.
HSL color Cylindrical-coordinate representation of color #AB8CDC: hue angle of 263.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB8CDC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 140 | 220 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.14 |
| HSL | 263.25º | 0.53% | 0.71% | - |
| HSV(B) | 263.25º | 0.36% | 0.86% | - |
| XYZ | 39.09 | 32.58 | 71.94 | - |
| YUV | 158.39 | 162.77 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 220 | 0.22 | 0.36 | 0 | 0.14 | 263.25 | 0.53 | 0.71 |
| Hex | AB | 8C | DC | 16 | 24 | 0 | E | 107 | 35 | 47 |
| Octal | 253 | 214 | 334 | 26 | 44 | 0 | 16 | 407 | 65 | 107 |
| Binary | 10101011 | 10001100 | 11011100 | 10110 | 100100 | 0 | 1110 | 100000111 | 110101 | 1000111 |
Color Harmonies of #AB8CDC
Complementary color
Monochromatic Colors of #AB8CDC
Black with #AB8CDC
Text Example
Text Example
White with #AB8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CDC; }
p { color: rgb(171,140,220); }
H1.HeaderClassName
{
color: #AB8CDC;
}
.AnyTagClassName
{
color: #AB8CDC;
}
</style>
background-color css
<style>
a { background-color: #AB8CDC; }
a { background-color: rgb(171,140,220); }
div.DivClassName
{
background-color: #AB8CDC;
}
.BgClassName
{
background-color: #AB8CDC;
}
</style>
border-color css
<style>
span { border-color: #AB8CDC; }
span { border-color: rgb(171,140,220); }
td.TdClassName
{
border-color: #AB8CDC;
}
.TagClassName
{
border-color: #AB8CDC;
}
</style>