Shades of Biloba Flower #AB98DF
Tints of Biloba Flower #AB98DF
RGB
CMYK
RGB Variations
Color information
#AB98DF (or 0xAB98DF) is known color: Biloba Flower. HEX triplet: AB, 98 and DF. RGB value is (171,152,223). Sum of RGB (Red+Green+Blue) = 171+152+223=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB98DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98DF is #546720. Grayscale: #A5A5A5. Windows color (decimal): -5531425 or 14653611. OLE color: 14653611.
HSL color Cylindrical-coordinate representation of color #AB98DF: hue angle of 256.06º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB98DF is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 152 | 223 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.13 |
| HSL | 256.06º | 0.53% | 0.74% | - |
| HSV(B) | 256.06º | 0.32% | 0.87% | - |
| XYZ | 41.34 | 36.44 | 74.67 | - |
| YUV | 165.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 223 | 0.23 | 0.32 | 0 | 0.13 | 256.06 | 0.53 | 0.74 |
| Hex | AB | 98 | DF | 17 | 20 | 0 | D | 100 | 35 | 4A |
| Octal | 253 | 230 | 337 | 27 | 40 | 0 | 15 | 400 | 65 | 112 |
| Binary | 10101011 | 10011000 | 11011111 | 10111 | 100000 | 0 | 1101 | 100000000 | 110101 | 1001010 |
Color Harmonies of #AB98DF
Complementary color
Monochromatic Colors of #AB98DF
Black with #AB98DF
Text Example
Text Example
White with #AB98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98DF; }
p { color: rgb(171,152,223); }
H1.HeaderClassName
{
color: #AB98DF;
}
.AnyTagClassName
{
color: #AB98DF;
}
</style>
background-color css
<style>
a { background-color: #AB98DF; }
a { background-color: rgb(171,152,223); }
div.DivClassName
{
background-color: #AB98DF;
}
.BgClassName
{
background-color: #AB98DF;
}
</style>
border-color css
<style>
span { border-color: #AB98DF; }
span { border-color: rgb(171,152,223); }
td.TdClassName
{
border-color: #AB98DF;
}
.TagClassName
{
border-color: #AB98DF;
}
</style>