Shades of Biloba Flower #AB98C8
Tints of Biloba Flower #AB98C8
RGB
CMYK
RGB Variations
Color information
#AB98C8 (or 0xAB98C8) is known color: Biloba Flower. HEX triplet: AB, 98 and C8. RGB value is (171,152,200). Sum of RGB (Red+Green+Blue) = 171+152+200=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB98C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98C8 is #546737. Grayscale: #A2A2A2. Windows color (decimal): -5531448 or 13146283. OLE color: 13146283.
HSL color Cylindrical-coordinate representation of color #AB98C8: hue angle of 263.75º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB98C8 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 152 | 200 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.22 |
| HSL | 263.75º | 0.3% | 0.69% | - |
| HSV(B) | 263.75º | 0.24% | 0.78% | - |
| XYZ | 38.45 | 35.28 | 59.43 | - |
| YUV | 163.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 200 | 0.14 | 0.24 | 0 | 0.22 | 263.75 | 0.3 | 0.69 |
| Hex | AB | 98 | C8 | E | 18 | 0 | 16 | 108 | 1E | 45 |
| Octal | 253 | 230 | 310 | 16 | 30 | 0 | 26 | 410 | 36 | 105 |
| Binary | 10101011 | 10011000 | 11001000 | 1110 | 11000 | 0 | 10110 | 100001000 | 11110 | 1000101 |
Color Harmonies of #AB98C8
Complementary color
Monochromatic Colors of #AB98C8
Black with #AB98C8
Text Example
Text Example
White with #AB98C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98C8; }
p { color: rgb(171,152,200); }
H1.HeaderClassName
{
color: #AB98C8;
}
.AnyTagClassName
{
color: #AB98C8;
}
</style>
background-color css
<style>
a { background-color: #AB98C8; }
a { background-color: rgb(171,152,200); }
div.DivClassName
{
background-color: #AB98C8;
}
.BgClassName
{
background-color: #AB98C8;
}
</style>
border-color css
<style>
span { border-color: #AB98C8; }
span { border-color: rgb(171,152,200); }
td.TdClassName
{
border-color: #AB98C8;
}
.TagClassName
{
border-color: #AB98C8;
}
</style>