Shades of Biloba Flower #AB9FCC
Tints of Biloba Flower #AB9FCC
RGB
CMYK
RGB Variations
Color information
#AB9FCC (or 0xAB9FCC) is known color: Biloba Flower. HEX triplet: AB, 9F and CC. RGB value is (171,159,204). Sum of RGB (Red+Green+Blue) = 171+159+204=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FCC is #546033. Grayscale: #A7A7A7. Windows color (decimal): -5529652 or 13410219. OLE color: 13410219.
HSL color Cylindrical-coordinate representation of color #AB9FCC: hue angle of 256º degrees, saturation: 0.31, 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 #AB9FCC is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 159 | 204 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.2 |
| HSL | 256º | 0.31% | 0.71% | - |
| HSV(B) | 256º | 0.22% | 0.8% | - |
| XYZ | 40.09 | 37.81 | 62.31 | - |
| YUV | 167.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 204 | 0.16 | 0.22 | 0 | 0.2 | 256 | 0.31 | 0.71 |
| Hex | AB | 9F | CC | 10 | 16 | 0 | 14 | 100 | 1F | 47 |
| Octal | 253 | 237 | 314 | 20 | 26 | 0 | 24 | 400 | 37 | 107 |
| Binary | 10101011 | 10011111 | 11001100 | 10000 | 10110 | 0 | 10100 | 100000000 | 11111 | 1000111 |
Color Harmonies of #AB9FCC
Complementary color
Monochromatic Colors of #AB9FCC
Black with #AB9FCC
Text Example
Text Example
White with #AB9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9FCC; }
p { color: rgb(171,159,204); }
H1.HeaderClassName
{
color: #AB9FCC;
}
.AnyTagClassName
{
color: #AB9FCC;
}
</style>
background-color css
<style>
a { background-color: #AB9FCC; }
a { background-color: rgb(171,159,204); }
div.DivClassName
{
background-color: #AB9FCC;
}
.BgClassName
{
background-color: #AB9FCC;
}
</style>
border-color css
<style>
span { border-color: #AB9FCC; }
span { border-color: rgb(171,159,204); }
td.TdClassName
{
border-color: #AB9FCC;
}
.TagClassName
{
border-color: #AB9FCC;
}
</style>