Shades of Biloba Flower #AB96DD
Tints of Biloba Flower #AB96DD
RGB
CMYK
RGB Variations
Color information
#AB96DD (or 0xAB96DD) is known color: Biloba Flower. HEX triplet: AB, 96 and DD. RGB value is (171,150,221). Sum of RGB (Red+Green+Blue) = 171+150+221=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB96DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96DD is #546922. Grayscale: #A4A4A4. Windows color (decimal): -5531939 or 14522027. OLE color: 14522027.
HSL color Cylindrical-coordinate representation of color #AB96DD: hue angle of 257.75º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB96DD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 150 | 221 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.13 |
| HSL | 257.75º | 0.51% | 0.73% | - |
| HSV(B) | 257.75º | 0.32% | 0.87% | - |
| XYZ | 40.75 | 35.69 | 73.15 | - |
| YUV | 164.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 221 | 0.23 | 0.32 | 0 | 0.13 | 257.75 | 0.51 | 0.73 |
| Hex | AB | 96 | DD | 17 | 20 | 0 | D | 102 | 33 | 49 |
| Octal | 253 | 226 | 335 | 27 | 40 | 0 | 15 | 402 | 63 | 111 |
| Binary | 10101011 | 10010110 | 11011101 | 10111 | 100000 | 0 | 1101 | 100000010 | 110011 | 1001001 |
Color Harmonies of #AB96DD
Complementary color
Monochromatic Colors of #AB96DD
Black with #AB96DD
Text Example
Text Example
White with #AB96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB96DD; }
p { color: rgb(171,150,221); }
H1.HeaderClassName
{
color: #AB96DD;
}
.AnyTagClassName
{
color: #AB96DD;
}
</style>
background-color css
<style>
a { background-color: #AB96DD; }
a { background-color: rgb(171,150,221); }
div.DivClassName
{
background-color: #AB96DD;
}
.BgClassName
{
background-color: #AB96DD;
}
</style>
border-color css
<style>
span { border-color: #AB96DD; }
span { border-color: rgb(171,150,221); }
td.TdClassName
{
border-color: #AB96DD;
}
.TagClassName
{
border-color: #AB96DD;
}
</style>