Shades of Biloba Flower #AB8DD3
Tints of Biloba Flower #AB8DD3
RGB
CMYK
RGB Variations
Color information
#AB8DD3 (or 0xAB8DD3) is known color: Biloba Flower. HEX triplet: AB, 8D and D3. RGB value is (171,141,211). Sum of RGB (Red+Green+Blue) = 171+141+211=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB8DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DD3 is #54722C. Grayscale: #9D9D9D. Windows color (decimal): -5534253 or 13864363. OLE color: 13864363.
HSL color Cylindrical-coordinate representation of color #AB8DD3: hue angle of 265.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8DD3 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 141 | 211 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.17 |
| HSL | 265.71º | 0.44% | 0.69% | - |
| HSV(B) | 265.71º | 0.33% | 0.83% | - |
| XYZ | 38.08 | 32.41 | 65.88 | - |
| YUV | 157.95 | 157.94 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 211 | 0.19 | 0.33 | 0 | 0.17 | 265.71 | 0.44 | 0.69 |
| Hex | AB | 8D | D3 | 13 | 21 | 0 | 11 | 10A | 2C | 45 |
| Octal | 253 | 215 | 323 | 23 | 41 | 0 | 21 | 412 | 54 | 105 |
| Binary | 10101011 | 10001101 | 11010011 | 10011 | 100001 | 0 | 10001 | 100001010 | 101100 | 1000101 |
Color Harmonies of #AB8DD3
Complementary color
Monochromatic Colors of #AB8DD3
Black with #AB8DD3
Text Example
Text Example
White with #AB8DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DD3; }
p { color: rgb(171,141,211); }
H1.HeaderClassName
{
color: #AB8DD3;
}
.AnyTagClassName
{
color: #AB8DD3;
}
</style>
background-color css
<style>
a { background-color: #AB8DD3; }
a { background-color: rgb(171,141,211); }
div.DivClassName
{
background-color: #AB8DD3;
}
.BgClassName
{
background-color: #AB8DD3;
}
</style>
border-color css
<style>
span { border-color: #AB8DD3; }
span { border-color: rgb(171,141,211); }
td.TdClassName
{
border-color: #AB8DD3;
}
.TagClassName
{
border-color: #AB8DD3;
}
</style>