Shades of Biloba Flower #AB8CCC
Tints of Biloba Flower #AB8CCC
RGB
CMYK
RGB Variations
Color information
#AB8CCC (or 0xAB8CCC) is known color: Biloba Flower. HEX triplet: AB, 8C and CC. RGB value is (171,140,204). Sum of RGB (Red+Green+Blue) = 171+140+204=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CCC is #547333. Grayscale: #9C9C9C. Windows color (decimal): -5534516 or 13405355. OLE color: 13405355.
HSL color Cylindrical-coordinate representation of color #AB8CCC: hue angle of 269.06º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB8CCC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 140 | 204 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.2 |
| HSL | 269.06º | 0.39% | 0.67% | - |
| HSV(B) | 269.06º | 0.31% | 0.8% | - |
| XYZ | 37.07 | 31.77 | 61.31 | - |
| YUV | 156.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 204 | 0.16 | 0.31 | 0 | 0.2 | 269.06 | 0.39 | 0.67 |
| Hex | AB | 8C | CC | 10 | 1F | 0 | 14 | 10D | 27 | 43 |
| Octal | 253 | 214 | 314 | 20 | 37 | 0 | 24 | 415 | 47 | 103 |
| Binary | 10101011 | 10001100 | 11001100 | 10000 | 11111 | 0 | 10100 | 100001101 | 100111 | 1000011 |
Color Harmonies of #AB8CCC
Complementary color
Monochromatic Colors of #AB8CCC
Black with #AB8CCC
Text Example
Text Example
White with #AB8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CCC; }
p { color: rgb(171,140,204); }
H1.HeaderClassName
{
color: #AB8CCC;
}
.AnyTagClassName
{
color: #AB8CCC;
}
</style>
background-color css
<style>
a { background-color: #AB8CCC; }
a { background-color: rgb(171,140,204); }
div.DivClassName
{
background-color: #AB8CCC;
}
.BgClassName
{
background-color: #AB8CCC;
}
</style>
border-color css
<style>
span { border-color: #AB8CCC; }
span { border-color: rgb(171,140,204); }
td.TdClassName
{
border-color: #AB8CCC;
}
.TagClassName
{
border-color: #AB8CCC;
}
</style>