Shades of Biloba Flower #AB90DA
Tints of Biloba Flower #AB90DA
RGB
CMYK
RGB Variations
Color information
#AB90DA (or 0xAB90DA) is known color: Biloba Flower. HEX triplet: AB, 90 and DA. RGB value is (171,144,218). Sum of RGB (Red+Green+Blue) = 171+144+218=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB90DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90DA is #546F25. Grayscale: #A0A0A0. Windows color (decimal): -5533478 or 14323883. OLE color: 14323883.
HSL color Cylindrical-coordinate representation of color #AB90DA: hue angle of 261.89º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB90DA is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 144 | 218 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.15 |
| HSL | 261.89º | 0.5% | 0.71% | - |
| HSV(B) | 261.89º | 0.34% | 0.85% | - |
| XYZ | 39.42 | 33.67 | 70.75 | - |
| YUV | 160.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 218 | 0.22 | 0.34 | 0 | 0.15 | 261.89 | 0.5 | 0.71 |
| Hex | AB | 90 | DA | 16 | 22 | 0 | F | 106 | 32 | 47 |
| Octal | 253 | 220 | 332 | 26 | 42 | 0 | 17 | 406 | 62 | 107 |
| Binary | 10101011 | 10010000 | 11011010 | 10110 | 100010 | 0 | 1111 | 100000110 | 110010 | 1000111 |
Color Harmonies of #AB90DA
Complementary color
Monochromatic Colors of #AB90DA
Black with #AB90DA
Text Example
Text Example
White with #AB90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90DA; }
p { color: rgb(171,144,218); }
H1.HeaderClassName
{
color: #AB90DA;
}
.AnyTagClassName
{
color: #AB90DA;
}
</style>
background-color css
<style>
a { background-color: #AB90DA; }
a { background-color: rgb(171,144,218); }
div.DivClassName
{
background-color: #AB90DA;
}
.BgClassName
{
background-color: #AB90DA;
}
</style>
border-color css
<style>
span { border-color: #AB90DA; }
span { border-color: rgb(171,144,218); }
td.TdClassName
{
border-color: #AB90DA;
}
.TagClassName
{
border-color: #AB90DA;
}
</style>