Shades of Biloba Flower #AB8ED4
Tints of Biloba Flower #AB8ED4
RGB
CMYK
RGB Variations
Color information
#AB8ED4 (or 0xAB8ED4) is known color: Biloba Flower. HEX triplet: AB, 8E and D4. RGB value is (171,142,212). Sum of RGB (Red+Green+Blue) = 171+142+212=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB8ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ED4 is #54712B. Grayscale: #9E9E9E. Windows color (decimal): -5533996 or 13930155. OLE color: 13930155.
HSL color Cylindrical-coordinate representation of color #AB8ED4: hue angle of 264.86º degrees, saturation: 0.45, 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 #AB8ED4 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 142 | 212 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.17 |
| HSL | 264.86º | 0.45% | 0.69% | - |
| HSV(B) | 264.86º | 0.33% | 0.83% | - |
| XYZ | 38.35 | 32.76 | 66.59 | - |
| YUV | 158.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 212 | 0.19 | 0.33 | 0 | 0.17 | 264.86 | 0.45 | 0.69 |
| Hex | AB | 8E | D4 | 13 | 21 | 0 | 11 | 109 | 2D | 45 |
| Octal | 253 | 216 | 324 | 23 | 41 | 0 | 21 | 411 | 55 | 105 |
| Binary | 10101011 | 10001110 | 11010100 | 10011 | 100001 | 0 | 10001 | 100001001 | 101101 | 1000101 |
Color Harmonies of #AB8ED4
Complementary color
Monochromatic Colors of #AB8ED4
Black with #AB8ED4
Text Example
Text Example
White with #AB8ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8ED4; }
p { color: rgb(171,142,212); }
H1.HeaderClassName
{
color: #AB8ED4;
}
.AnyTagClassName
{
color: #AB8ED4;
}
</style>
background-color css
<style>
a { background-color: #AB8ED4; }
a { background-color: rgb(171,142,212); }
div.DivClassName
{
background-color: #AB8ED4;
}
.BgClassName
{
background-color: #AB8ED4;
}
</style>
border-color css
<style>
span { border-color: #AB8ED4; }
span { border-color: rgb(171,142,212); }
td.TdClassName
{
border-color: #AB8ED4;
}
.TagClassName
{
border-color: #AB8ED4;
}
</style>