Shades of Biloba Flower #AB9FCD
Tints of Biloba Flower #AB9FCD
RGB
CMYK
RGB Variations
Color information
#AB9FCD (or 0xAB9FCD) is known color: Biloba Flower. HEX triplet: AB, 9F and CD. RGB value is (171,159,205). Sum of RGB (Red+Green+Blue) = 171+159+205=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FCD is #546032. Grayscale: #A7A7A7. Windows color (decimal): -5529651 or 13475755. OLE color: 13475755.
HSL color Cylindrical-coordinate representation of color #AB9FCD: hue angle of 255.65º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB9FCD is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 159 | 205 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.20 |
| HSL | 255.65º | 0.32% | 0.71% | - |
| HSV(B) | 255.65º | 0.22% | 0.8% | - |
| XYZ | 40.21 | 37.86 | 62.95 | - |
| YUV | 167.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 205 | 0.17 | 0.22 | 0 | 0.20 | 255.65 | 0.32 | 0.71 |
| Hex | AB | 9F | CD | 11 | 16 | 0 | 14 | 100 | 20 | 47 |
| Octal | 253 | 237 | 315 | 21 | 26 | 0 | 24 | 400 | 40 | 107 |
| Binary | 10101011 | 10011111 | 11001101 | 10001 | 10110 | 0 | 10100 | 100000000 | 100000 | 1000111 |
Color Harmonies of #AB9FCD
Complementary color
Monochromatic Colors of #AB9FCD
Black with #AB9FCD
Text Example
Text Example
White with #AB9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9FCD; }
p { color: rgb(171,159,205); }
H1.HeaderClassName
{
color: #AB9FCD;
}
.AnyTagClassName
{
color: #AB9FCD;
}
</style>
background-color css
<style>
a { background-color: #AB9FCD; }
a { background-color: rgb(171,159,205); }
div.DivClassName
{
background-color: #AB9FCD;
}
.BgClassName
{
background-color: #AB9FCD;
}
</style>
border-color css
<style>
span { border-color: #AB9FCD; }
span { border-color: rgb(171,159,205); }
td.TdClassName
{
border-color: #AB9FCD;
}
.TagClassName
{
border-color: #AB9FCD;
}
</style>