Shades of Biloba Flower #AB96E6
Tints of Biloba Flower #AB96E6
RGB
CMYK
RGB Variations
Color information
#AB96E6 (or 0xAB96E6) is known color: Biloba Flower. HEX triplet: AB, 96 and E6. RGB value is (171,150,230). Sum of RGB (Red+Green+Blue) = 171+150+230=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB96E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB96E6 is #546919. Grayscale: #A5A5A5. Windows color (decimal): -5531930 or 15111851. OLE color: 15111851.
HSL color Cylindrical-coordinate representation of color #AB96E6: hue angle of 255.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB96E6 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 150 | 230 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.10 |
| HSL | 255.75º | 0.62% | 0.75% | - |
| HSV(B) | 255.75º | 0.35% | 0.9% | - |
| XYZ | 41.98 | 36.18 | 79.63 | - |
| YUV | 165.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 230 | 0.26 | 0.35 | 0 | 0.10 | 255.75 | 0.62 | 0.75 |
| Hex | AB | 96 | E6 | 1A | 23 | 0 | A | 100 | 3E | 4B |
| Octal | 253 | 226 | 346 | 32 | 43 | 0 | 12 | 400 | 76 | 113 |
| Binary | 10101011 | 10010110 | 11100110 | 11010 | 100011 | 0 | 1010 | 100000000 | 111110 | 1001011 |
Color Harmonies of #AB96E6
Complementary color
Monochromatic Colors of #AB96E6
Black with #AB96E6
Text Example
Text Example
White with #AB96E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB96E6; }
p { color: rgb(171,150,230); }
H1.HeaderClassName
{
color: #AB96E6;
}
.AnyTagClassName
{
color: #AB96E6;
}
</style>
background-color css
<style>
a { background-color: #AB96E6; }
a { background-color: rgb(171,150,230); }
div.DivClassName
{
background-color: #AB96E6;
}
.BgClassName
{
background-color: #AB96E6;
}
</style>
border-color css
<style>
span { border-color: #AB96E6; }
span { border-color: rgb(171,150,230); }
td.TdClassName
{
border-color: #AB96E6;
}
.TagClassName
{
border-color: #AB96E6;
}
</style>