Shades of Biloba Flower #AB98EC
Tints of Biloba Flower #AB98EC
RGB
CMYK
RGB Variations
Color information
#AB98EC (or 0xAB98EC) is known color: Biloba Flower. HEX triplet: AB, 98 and EC. RGB value is (171,152,236). Sum of RGB (Red+Green+Blue) = 171+152+236=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB98EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB98EC is #546713. Grayscale: #A6A6A6. Windows color (decimal): -5531412 or 15505579. OLE color: 15505579.
HSL color Cylindrical-coordinate representation of color #AB98EC: hue angle of 253.57º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB98EC is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 152 | 236 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.07 |
| HSL | 253.57º | 0.69% | 0.76% | - |
| HSV(B) | 253.57º | 0.36% | 0.93% | - |
| XYZ | 43.16 | 37.17 | 84.26 | - |
| YUV | 167.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 236 | 0.28 | 0.36 | 0 | 0.07 | 253.57 | 0.69 | 0.76 |
| Hex | AB | 98 | EC | 1C | 24 | 0 | 7 | FE | 45 | 4C |
| Octal | 253 | 230 | 354 | 34 | 44 | 0 | 7 | 376 | 105 | 114 |
| Binary | 10101011 | 10011000 | 11101100 | 11100 | 100100 | 0 | 111 | 11111110 | 1000101 | 1001100 |
Color Harmonies of #AB98EC
Complementary color
Monochromatic Colors of #AB98EC
Black with #AB98EC
Text Example
Text Example
White with #AB98EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98EC; }
p { color: rgb(171,152,236); }
H1.HeaderClassName
{
color: #AB98EC;
}
.AnyTagClassName
{
color: #AB98EC;
}
</style>
background-color css
<style>
a { background-color: #AB98EC; }
a { background-color: rgb(171,152,236); }
div.DivClassName
{
background-color: #AB98EC;
}
.BgClassName
{
background-color: #AB98EC;
}
</style>
border-color css
<style>
span { border-color: #AB98EC; }
span { border-color: rgb(171,152,236); }
td.TdClassName
{
border-color: #AB98EC;
}
.TagClassName
{
border-color: #AB98EC;
}
</style>