Shades of Biloba Flower #AB93D1
Tints of Biloba Flower #AB93D1
RGB
CMYK
RGB Variations
Color information
#AB93D1 (or 0xAB93D1) is known color: Biloba Flower. HEX triplet: AB, 93 and D1. RGB value is (171,147,209). Sum of RGB (Red+Green+Blue) = 171+147+209=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB93D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93D1 is #546C2E. Grayscale: #A1A1A1. Windows color (decimal): -5532719 or 13734827. OLE color: 13734827.
HSL color Cylindrical-coordinate representation of color #AB93D1: hue angle of 263.23º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB93D1 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 147 | 209 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.18 |
| HSL | 263.23º | 0.4% | 0.7% | - |
| HSV(B) | 263.23º | 0.3% | 0.82% | - |
| XYZ | 38.74 | 34.13 | 64.87 | - |
| YUV | 161.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 209 | 0.18 | 0.30 | 0 | 0.18 | 263.23 | 0.4 | 0.7 |
| Hex | AB | 93 | D1 | 12 | 1E | 0 | 12 | 107 | 28 | 46 |
| Octal | 253 | 223 | 321 | 22 | 36 | 0 | 22 | 407 | 50 | 106 |
| Binary | 10101011 | 10010011 | 11010001 | 10010 | 11110 | 0 | 10010 | 100000111 | 101000 | 1000110 |
Color Harmonies of #AB93D1
Complementary color
Monochromatic Colors of #AB93D1
Black with #AB93D1
Text Example
Text Example
White with #AB93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB93D1; }
p { color: rgb(171,147,209); }
H1.HeaderClassName
{
color: #AB93D1;
}
.AnyTagClassName
{
color: #AB93D1;
}
</style>
background-color css
<style>
a { background-color: #AB93D1; }
a { background-color: rgb(171,147,209); }
div.DivClassName
{
background-color: #AB93D1;
}
.BgClassName
{
background-color: #AB93D1;
}
</style>
border-color css
<style>
span { border-color: #AB93D1; }
span { border-color: rgb(171,147,209); }
td.TdClassName
{
border-color: #AB93D1;
}
.TagClassName
{
border-color: #AB93D1;
}
</style>