Shades of Biloba Flower #AB98E8
Tints of Biloba Flower #AB98E8
RGB
CMYK
RGB Variations
Color information
#AB98E8 (or 0xAB98E8) is known color: Biloba Flower. HEX triplet: AB, 98 and E8. RGB value is (171,152,232). Sum of RGB (Red+Green+Blue) = 171+152+232=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB98E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB98E8 is #546717. Grayscale: #A6A6A6. Windows color (decimal): -5531416 or 15243435. OLE color: 15243435.
HSL color Cylindrical-coordinate representation of color #AB98E8: hue angle of 254.25º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB98E8 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 152 | 232 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.09 |
| HSL | 254.25º | 0.63% | 0.75% | - |
| HSV(B) | 254.25º | 0.34% | 0.91% | - |
| XYZ | 42.59 | 36.94 | 81.23 | - |
| YUV | 166.8 | 164.79 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 232 | 0.26 | 0.34 | 0 | 0.09 | 254.25 | 0.63 | 0.75 |
| Hex | AB | 98 | E8 | 1A | 22 | 0 | 9 | FE | 3F | 4B |
| Octal | 253 | 230 | 350 | 32 | 42 | 0 | 11 | 376 | 77 | 113 |
| Binary | 10101011 | 10011000 | 11101000 | 11010 | 100010 | 0 | 1001 | 11111110 | 111111 | 1001011 |
Color Harmonies of #AB98E8
Complementary color
Monochromatic Colors of #AB98E8
Black with #AB98E8
Text Example
Text Example
White with #AB98E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98E8; }
p { color: rgb(171,152,232); }
H1.HeaderClassName
{
color: #AB98E8;
}
.AnyTagClassName
{
color: #AB98E8;
}
</style>
background-color css
<style>
a { background-color: #AB98E8; }
a { background-color: rgb(171,152,232); }
div.DivClassName
{
background-color: #AB98E8;
}
.BgClassName
{
background-color: #AB98E8;
}
</style>
border-color css
<style>
span { border-color: #AB98E8; }
span { border-color: rgb(171,152,232); }
td.TdClassName
{
border-color: #AB98E8;
}
.TagClassName
{
border-color: #AB98E8;
}
</style>