Shades of Biloba Flower #AB98D2
Tints of Biloba Flower #AB98D2
RGB
CMYK
RGB Variations
Color information
#AB98D2 (or 0xAB98D2) is known color: Biloba Flower. HEX triplet: AB, 98 and D2. RGB value is (171,152,210). Sum of RGB (Red+Green+Blue) = 171+152+210=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB98D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98D2 is #54672D. Grayscale: #A4A4A4. Windows color (decimal): -5531438 or 13801643. OLE color: 13801643.
HSL color Cylindrical-coordinate representation of color #AB98D2: hue angle of 259.66º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB98D2 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 152 | 210 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.18 |
| HSL | 259.66º | 0.39% | 0.71% | - |
| HSV(B) | 259.66º | 0.28% | 0.82% | - |
| XYZ | 39.66 | 35.77 | 65.79 | - |
| YUV | 164.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 210 | 0.19 | 0.28 | 0 | 0.18 | 259.66 | 0.39 | 0.71 |
| Hex | AB | 98 | D2 | 13 | 1C | 0 | 12 | 104 | 27 | 47 |
| Octal | 253 | 230 | 322 | 23 | 34 | 0 | 22 | 404 | 47 | 107 |
| Binary | 10101011 | 10011000 | 11010010 | 10011 | 11100 | 0 | 10010 | 100000100 | 100111 | 1000111 |
Color Harmonies of #AB98D2
Complementary color
Monochromatic Colors of #AB98D2
Black with #AB98D2
Text Example
Text Example
White with #AB98D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98D2; }
p { color: rgb(171,152,210); }
H1.HeaderClassName
{
color: #AB98D2;
}
.AnyTagClassName
{
color: #AB98D2;
}
</style>
background-color css
<style>
a { background-color: #AB98D2; }
a { background-color: rgb(171,152,210); }
div.DivClassName
{
background-color: #AB98D2;
}
.BgClassName
{
background-color: #AB98D2;
}
</style>
border-color css
<style>
span { border-color: #AB98D2; }
span { border-color: rgb(171,152,210); }
td.TdClassName
{
border-color: #AB98D2;
}
.TagClassName
{
border-color: #AB98D2;
}
</style>