Shades of Biloba Flower #AB9FCE
Tints of Biloba Flower #AB9FCE
RGB
CMYK
RGB Variations
Color information
#AB9FCE (or 0xAB9FCE) is known color: Biloba Flower. HEX triplet: AB, 9F and CE. RGB value is (171,159,206). Sum of RGB (Red+Green+Blue) = 171+159+206=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FCE is #546031. Grayscale: #A7A7A7. Windows color (decimal): -5529650 or 13541291. OLE color: 13541291.
HSL color Cylindrical-coordinate representation of color #AB9FCE: hue angle of 255.32º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9FCE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 159 | 206 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.19 |
| HSL | 255.32º | 0.32% | 0.72% | - |
| HSV(B) | 255.32º | 0.23% | 0.81% | - |
| XYZ | 40.33 | 37.91 | 63.58 | - |
| YUV | 167.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 206 | 0.17 | 0.23 | 0 | 0.19 | 255.32 | 0.32 | 0.72 |
| Hex | AB | 9F | CE | 11 | 17 | 0 | 13 | FF | 20 | 48 |
| Octal | 253 | 237 | 316 | 21 | 27 | 0 | 23 | 377 | 40 | 110 |
| Binary | 10101011 | 10011111 | 11001110 | 10001 | 10111 | 0 | 10011 | 11111111 | 100000 | 1001000 |
Color Harmonies of #AB9FCE
Complementary color
Monochromatic Colors of #AB9FCE
Black with #AB9FCE
Text Example
Text Example
White with #AB9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9FCE; }
p { color: rgb(171,159,206); }
H1.HeaderClassName
{
color: #AB9FCE;
}
.AnyTagClassName
{
color: #AB9FCE;
}
</style>
background-color css
<style>
a { background-color: #AB9FCE; }
a { background-color: rgb(171,159,206); }
div.DivClassName
{
background-color: #AB9FCE;
}
.BgClassName
{
background-color: #AB9FCE;
}
</style>
border-color css
<style>
span { border-color: #AB9FCE; }
span { border-color: rgb(171,159,206); }
td.TdClassName
{
border-color: #AB9FCE;
}
.TagClassName
{
border-color: #AB9FCE;
}
</style>