Shades of Biloba Flower #AB98E2
Tints of Biloba Flower #AB98E2
RGB
CMYK
RGB Variations
Color information
#AB98E2 (or 0xAB98E2) is known color: Biloba Flower. HEX triplet: AB, 98 and E2. RGB value is (171,152,226). Sum of RGB (Red+Green+Blue) = 171+152+226=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #AB98E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98E2 is #54671D. Grayscale: #A5A5A5. Windows color (decimal): -5531422 or 14850219. OLE color: 14850219.
HSL color Cylindrical-coordinate representation of color #AB98E2: hue angle of 255.41º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB98E2 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 152 | 226 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.11 |
| HSL | 255.41º | 0.56% | 0.74% | - |
| HSV(B) | 255.41º | 0.33% | 0.89% | - |
| XYZ | 41.75 | 36.61 | 76.82 | - |
| YUV | 166.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 226 | 0.24 | 0.33 | 0 | 0.11 | 255.41 | 0.56 | 0.74 |
| Hex | AB | 98 | E2 | 18 | 21 | 0 | B | FF | 38 | 4A |
| Octal | 253 | 230 | 342 | 30 | 41 | 0 | 13 | 377 | 70 | 112 |
| Binary | 10101011 | 10011000 | 11100010 | 11000 | 100001 | 0 | 1011 | 11111111 | 111000 | 1001010 |
Color Harmonies of #AB98E2
Complementary color
Monochromatic Colors of #AB98E2
Black with #AB98E2
Text Example
Text Example
White with #AB98E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98E2; }
p { color: rgb(171,152,226); }
H1.HeaderClassName
{
color: #AB98E2;
}
.AnyTagClassName
{
color: #AB98E2;
}
</style>
background-color css
<style>
a { background-color: #AB98E2; }
a { background-color: rgb(171,152,226); }
div.DivClassName
{
background-color: #AB98E2;
}
.BgClassName
{
background-color: #AB98E2;
}
</style>
border-color css
<style>
span { border-color: #AB98E2; }
span { border-color: rgb(171,152,226); }
td.TdClassName
{
border-color: #AB98E2;
}
.TagClassName
{
border-color: #AB98E2;
}
</style>