Shades of Biloba Flower #AB89D3
Tints of Biloba Flower #AB89D3
RGB
CMYK
RGB Variations
Color information
#AB89D3 (or 0xAB89D3) is known color: Biloba Flower. HEX triplet: AB, 89 and D3. RGB value is (171,137,211). Sum of RGB (Red+Green+Blue) = 171+137+211=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB89D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB89D3 is #54762C. Grayscale: #9B9B9B. Windows color (decimal): -5535277 or 13863339. OLE color: 13863339.
HSL color Cylindrical-coordinate representation of color #AB89D3: hue angle of 267.57º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB89D3 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 137 | 211 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.17 |
| HSL | 267.57º | 0.46% | 0.68% | - |
| HSV(B) | 267.57º | 0.35% | 0.83% | - |
| XYZ | 37.5 | 31.25 | 65.68 | - |
| YUV | 155.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 211 | 0.19 | 0.35 | 0 | 0.17 | 267.57 | 0.46 | 0.68 |
| Hex | AB | 89 | D3 | 13 | 23 | 0 | 11 | 10C | 2E | 44 |
| Octal | 253 | 211 | 323 | 23 | 43 | 0 | 21 | 414 | 56 | 104 |
| Binary | 10101011 | 10001001 | 11010011 | 10011 | 100011 | 0 | 10001 | 100001100 | 101110 | 1000100 |
Color Harmonies of #AB89D3
Complementary color
Monochromatic Colors of #AB89D3
Black with #AB89D3
Text Example
Text Example
White with #AB89D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89D3; }
p { color: rgb(171,137,211); }
H1.HeaderClassName
{
color: #AB89D3;
}
.AnyTagClassName
{
color: #AB89D3;
}
</style>
background-color css
<style>
a { background-color: #AB89D3; }
a { background-color: rgb(171,137,211); }
div.DivClassName
{
background-color: #AB89D3;
}
.BgClassName
{
background-color: #AB89D3;
}
</style>
border-color css
<style>
span { border-color: #AB89D3; }
span { border-color: rgb(171,137,211); }
td.TdClassName
{
border-color: #AB89D3;
}
.TagClassName
{
border-color: #AB89D3;
}
</style>