Shades of Biloba Flower #AB96C3
Tints of Biloba Flower #AB96C3
RGB
CMYK
RGB Variations
Color information
#AB96C3 (or 0xAB96C3) is known color: Biloba Flower. HEX triplet: AB, 96 and C3. RGB value is (171,150,195). Sum of RGB (Red+Green+Blue) = 171+150+195=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB96C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96C3 is #54693C. Grayscale: #A1A1A1. Windows color (decimal): -5531965 or 12818091. OLE color: 12818091.
HSL color Cylindrical-coordinate representation of color #AB96C3: hue angle of 268º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB96C3 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 150 | 195 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.24 |
| HSL | 268º | 0.27% | 0.68% | - |
| HSV(B) | 268º | 0.23% | 0.76% | - |
| XYZ | 37.55 | 34.41 | 56.29 | - |
| YUV | 161.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 195 | 0.12 | 0.23 | 0 | 0.24 | 268 | 0.27 | 0.68 |
| Hex | AB | 96 | C3 | C | 17 | 0 | 18 | 10C | 1B | 44 |
| Octal | 253 | 226 | 303 | 14 | 27 | 0 | 30 | 414 | 33 | 104 |
| Binary | 10101011 | 10010110 | 11000011 | 1100 | 10111 | 0 | 11000 | 100001100 | 11011 | 1000100 |
Color Harmonies of #AB96C3
Complementary color
Monochromatic Colors of #AB96C3
Black with #AB96C3
Text Example
Text Example
White with #AB96C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB96C3; }
p { color: rgb(171,150,195); }
H1.HeaderClassName
{
color: #AB96C3;
}
.AnyTagClassName
{
color: #AB96C3;
}
</style>
background-color css
<style>
a { background-color: #AB96C3; }
a { background-color: rgb(171,150,195); }
div.DivClassName
{
background-color: #AB96C3;
}
.BgClassName
{
background-color: #AB96C3;
}
</style>
border-color css
<style>
span { border-color: #AB96C3; }
span { border-color: rgb(171,150,195); }
td.TdClassName
{
border-color: #AB96C3;
}
.TagClassName
{
border-color: #AB96C3;
}
</style>