Shades of Biloba Flower #AB8ED3
Tints of Biloba Flower #AB8ED3
RGB
CMYK
RGB Variations
Color information
#AB8ED3 (or 0xAB8ED3) is known color: Biloba Flower. HEX triplet: AB, 8E and D3. RGB value is (171,142,211). Sum of RGB (Red+Green+Blue) = 171+142+211=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB8ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ED3 is #54712C. Grayscale: #9E9E9E. Windows color (decimal): -5533997 or 13864619. OLE color: 13864619.
HSL color Cylindrical-coordinate representation of color #AB8ED3: hue angle of 265.22º 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 #AB8ED3 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 142 | 211 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.17 |
| HSL | 265.22º | 0.44% | 0.69% | - |
| HSV(B) | 265.22º | 0.33% | 0.83% | - |
| XYZ | 38.23 | 32.71 | 65.93 | - |
| YUV | 158.54 | 157.61 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 211 | 0.19 | 0.33 | 0 | 0.17 | 265.22 | 0.44 | 0.69 |
| Hex | AB | 8E | D3 | 13 | 21 | 0 | 11 | 109 | 2C | 45 |
| Octal | 253 | 216 | 323 | 23 | 41 | 0 | 21 | 411 | 54 | 105 |
| Binary | 10101011 | 10001110 | 11010011 | 10011 | 100001 | 0 | 10001 | 100001001 | 101100 | 1000101 |
Color Harmonies of #AB8ED3
Complementary color
Monochromatic Colors of #AB8ED3
Black with #AB8ED3
Text Example
Text Example
White with #AB8ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8ED3; }
p { color: rgb(171,142,211); }
H1.HeaderClassName
{
color: #AB8ED3;
}
.AnyTagClassName
{
color: #AB8ED3;
}
</style>
background-color css
<style>
a { background-color: #AB8ED3; }
a { background-color: rgb(171,142,211); }
div.DivClassName
{
background-color: #AB8ED3;
}
.BgClassName
{
background-color: #AB8ED3;
}
</style>
border-color css
<style>
span { border-color: #AB8ED3; }
span { border-color: rgb(171,142,211); }
td.TdClassName
{
border-color: #AB8ED3;
}
.TagClassName
{
border-color: #AB8ED3;
}
</style>