Shades of Biloba Flower #AB90DC
Tints of Biloba Flower #AB90DC
RGB
CMYK
RGB Variations
Color information
#AB90DC (or 0xAB90DC) is known color: Biloba Flower. HEX triplet: AB, 90 and DC. RGB value is (171,144,220). Sum of RGB (Red+Green+Blue) = 171+144+220=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90DC is #546F23. Grayscale: #A0A0A0. Windows color (decimal): -5533476 or 14454955. OLE color: 14454955.
HSL color Cylindrical-coordinate representation of color #AB90DC: hue angle of 261.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB90DC is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 144 | 220 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.14 |
| HSL | 261.32º | 0.52% | 0.71% | - |
| HSV(B) | 261.32º | 0.35% | 0.86% | - |
| XYZ | 39.69 | 33.77 | 72.14 | - |
| YUV | 160.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 220 | 0.22 | 0.35 | 0 | 0.14 | 261.32 | 0.52 | 0.71 |
| Hex | AB | 90 | DC | 16 | 23 | 0 | E | 105 | 34 | 47 |
| Octal | 253 | 220 | 334 | 26 | 43 | 0 | 16 | 405 | 64 | 107 |
| Binary | 10101011 | 10010000 | 11011100 | 10110 | 100011 | 0 | 1110 | 100000101 | 110100 | 1000111 |
Color Harmonies of #AB90DC
Complementary color
Monochromatic Colors of #AB90DC
Black with #AB90DC
Text Example
Text Example
White with #AB90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90DC; }
p { color: rgb(171,144,220); }
H1.HeaderClassName
{
color: #AB90DC;
}
.AnyTagClassName
{
color: #AB90DC;
}
</style>
background-color css
<style>
a { background-color: #AB90DC; }
a { background-color: rgb(171,144,220); }
div.DivClassName
{
background-color: #AB90DC;
}
.BgClassName
{
background-color: #AB90DC;
}
</style>
border-color css
<style>
span { border-color: #AB90DC; }
span { border-color: rgb(171,144,220); }
td.TdClassName
{
border-color: #AB90DC;
}
.TagClassName
{
border-color: #AB90DC;
}
</style>