Shades of Biloba Flower #AB97C4
Tints of Biloba Flower #AB97C4
RGB
CMYK
RGB Variations
Color information
#AB97C4 (or 0xAB97C4) is known color: Biloba Flower. HEX triplet: AB, 97 and C4. RGB value is (171,151,196). Sum of RGB (Red+Green+Blue) = 171+151+196=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB97C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97C4 is #54683B. Grayscale: #A1A1A1. Windows color (decimal): -5531708 or 12883883. OLE color: 12883883.
HSL color Cylindrical-coordinate representation of color #AB97C4: hue angle of 266.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB97C4 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 151 | 196 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.23 |
| HSL | 266.67º | 0.28% | 0.68% | - |
| HSV(B) | 266.67º | 0.23% | 0.77% | - |
| XYZ | 37.83 | 34.78 | 56.94 | - |
| YUV | 162.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 196 | 0.13 | 0.23 | 0 | 0.23 | 266.67 | 0.28 | 0.68 |
| Hex | AB | 97 | C4 | D | 17 | 0 | 17 | 10B | 1C | 44 |
| Octal | 253 | 227 | 304 | 15 | 27 | 0 | 27 | 413 | 34 | 104 |
| Binary | 10101011 | 10010111 | 11000100 | 1101 | 10111 | 0 | 10111 | 100001011 | 11100 | 1000100 |
Color Harmonies of #AB97C4
Complementary color
Monochromatic Colors of #AB97C4
Black with #AB97C4
Text Example
Text Example
White with #AB97C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB97C4; }
p { color: rgb(171,151,196); }
H1.HeaderClassName
{
color: #AB97C4;
}
.AnyTagClassName
{
color: #AB97C4;
}
</style>
background-color css
<style>
a { background-color: #AB97C4; }
a { background-color: rgb(171,151,196); }
div.DivClassName
{
background-color: #AB97C4;
}
.BgClassName
{
background-color: #AB97C4;
}
</style>
border-color css
<style>
span { border-color: #AB97C4; }
span { border-color: rgb(171,151,196); }
td.TdClassName
{
border-color: #AB97C4;
}
.TagClassName
{
border-color: #AB97C4;
}
</style>