Shades of Biloba Flower #AB97DE
Tints of Biloba Flower #AB97DE
RGB
CMYK
RGB Variations
Color information
#AB97DE (or 0xAB97DE) is known color: Biloba Flower. HEX triplet: AB, 97 and DE. RGB value is (171,151,222). Sum of RGB (Red+Green+Blue) = 171+151+222=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB97DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97DE is #546821. Grayscale: #A4A4A4. Windows color (decimal): -5531682 or 14587819. OLE color: 14587819.
HSL color Cylindrical-coordinate representation of color #AB97DE: hue angle of 256.9º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB97DE is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 151 | 222 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.13 |
| HSL | 256.9º | 0.52% | 0.73% | - |
| HSV(B) | 256.9º | 0.32% | 0.87% | - |
| XYZ | 41.05 | 36.07 | 73.91 | - |
| YUV | 165.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 222 | 0.23 | 0.32 | 0 | 0.13 | 256.9 | 0.52 | 0.73 |
| Hex | AB | 97 | DE | 17 | 20 | 0 | D | 101 | 34 | 49 |
| Octal | 253 | 227 | 336 | 27 | 40 | 0 | 15 | 401 | 64 | 111 |
| Binary | 10101011 | 10010111 | 11011110 | 10111 | 100000 | 0 | 1101 | 100000001 | 110100 | 1001001 |
Color Harmonies of #AB97DE
Complementary color
Monochromatic Colors of #AB97DE
Black with #AB97DE
Text Example
Text Example
White with #AB97DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB97DE; }
p { color: rgb(171,151,222); }
H1.HeaderClassName
{
color: #AB97DE;
}
.AnyTagClassName
{
color: #AB97DE;
}
</style>
background-color css
<style>
a { background-color: #AB97DE; }
a { background-color: rgb(171,151,222); }
div.DivClassName
{
background-color: #AB97DE;
}
.BgClassName
{
background-color: #AB97DE;
}
</style>
border-color css
<style>
span { border-color: #AB97DE; }
span { border-color: rgb(171,151,222); }
td.TdClassName
{
border-color: #AB97DE;
}
.TagClassName
{
border-color: #AB97DE;
}
</style>