Shades of Biloba Flower #AB95EC
Tints of Biloba Flower #AB95EC
RGB
CMYK
RGB Variations
Color information
#AB95EC (or 0xAB95EC) is known color: Biloba Flower. HEX triplet: AB, 95 and EC. RGB value is (171,149,236). Sum of RGB (Red+Green+Blue) = 171+149+236=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB95EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB95EC is #546A13. Grayscale: #A5A5A5. Windows color (decimal): -5532180 or 15504811. OLE color: 15504811.
HSL color Cylindrical-coordinate representation of color #AB95EC: hue angle of 255.17º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB95EC is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 149 | 236 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.07 |
| HSL | 255.17º | 0.7% | 0.75% | - |
| HSV(B) | 255.17º | 0.37% | 0.93% | - |
| XYZ | 42.68 | 36.21 | 84.1 | - |
| YUV | 165.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 236 | 0.28 | 0.37 | 0 | 0.07 | 255.17 | 0.7 | 0.75 |
| Hex | AB | 95 | EC | 1C | 25 | 0 | 7 | FF | 46 | 4B |
| Octal | 253 | 225 | 354 | 34 | 45 | 0 | 7 | 377 | 106 | 113 |
| Binary | 10101011 | 10010101 | 11101100 | 11100 | 100101 | 0 | 111 | 11111111 | 1000110 | 1001011 |
Color Harmonies of #AB95EC
Complementary color
Monochromatic Colors of #AB95EC
Black with #AB95EC
Text Example
Text Example
White with #AB95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB95EC; }
p { color: rgb(171,149,236); }
H1.HeaderClassName
{
color: #AB95EC;
}
.AnyTagClassName
{
color: #AB95EC;
}
</style>
background-color css
<style>
a { background-color: #AB95EC; }
a { background-color: rgb(171,149,236); }
div.DivClassName
{
background-color: #AB95EC;
}
.BgClassName
{
background-color: #AB95EC;
}
</style>
border-color css
<style>
span { border-color: #AB95EC; }
span { border-color: rgb(171,149,236); }
td.TdClassName
{
border-color: #AB95EC;
}
.TagClassName
{
border-color: #AB95EC;
}
</style>