Shades of Biloba Flower #AB90DD
Tints of Biloba Flower #AB90DD
RGB
CMYK
RGB Variations
Color information
#AB90DD (or 0xAB90DD) is known color: Biloba Flower. HEX triplet: AB, 90 and DD. RGB value is (171,144,221). Sum of RGB (Red+Green+Blue) = 171+144+221=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB90DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90DD is #546F22. Grayscale: #A0A0A0. Windows color (decimal): -5533475 or 14520491. OLE color: 14520491.
HSL color Cylindrical-coordinate representation of color #AB90DD: hue angle of 261.04º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB90DD is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 144 | 221 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.13 |
| HSL | 261.04º | 0.53% | 0.72% | - |
| HSV(B) | 261.04º | 0.35% | 0.87% | - |
| XYZ | 39.82 | 33.82 | 72.84 | - |
| YUV | 160.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 221 | 0.23 | 0.35 | 0 | 0.13 | 261.04 | 0.53 | 0.72 |
| Hex | AB | 90 | DD | 17 | 23 | 0 | D | 105 | 35 | 48 |
| Octal | 253 | 220 | 335 | 27 | 43 | 0 | 15 | 405 | 65 | 110 |
| Binary | 10101011 | 10010000 | 11011101 | 10111 | 100011 | 0 | 1101 | 100000101 | 110101 | 1001000 |
Color Harmonies of #AB90DD
Complementary color
Monochromatic Colors of #AB90DD
Black with #AB90DD
Text Example
Text Example
White with #AB90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90DD; }
p { color: rgb(171,144,221); }
H1.HeaderClassName
{
color: #AB90DD;
}
.AnyTagClassName
{
color: #AB90DD;
}
</style>
background-color css
<style>
a { background-color: #AB90DD; }
a { background-color: rgb(171,144,221); }
div.DivClassName
{
background-color: #AB90DD;
}
.BgClassName
{
background-color: #AB90DD;
}
</style>
border-color css
<style>
span { border-color: #AB90DD; }
span { border-color: rgb(171,144,221); }
td.TdClassName
{
border-color: #AB90DD;
}
.TagClassName
{
border-color: #AB90DD;
}
</style>