Shades of Biloba Flower #AB85DB
Tints of Biloba Flower #AB85DB
RGB
CMYK
RGB Variations
Color information
#AB85DB (or 0xAB85DB) is known color: Biloba Flower. HEX triplet: AB, 85 and DB. RGB value is (171,133,219). Sum of RGB (Red+Green+Blue) = 171+133+219=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB85DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85DB is #547A24. Grayscale: #999999. Windows color (decimal): -5536293 or 14386603. OLE color: 14386603.
HSL color Cylindrical-coordinate representation of color #AB85DB: hue angle of 266.51º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB85DB is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 133 | 219 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.14 |
| HSL | 266.51º | 0.54% | 0.69% | - |
| HSV(B) | 266.51º | 0.39% | 0.86% | - |
| XYZ | 37.97 | 30.55 | 70.91 | - |
| YUV | 154.17 | 164.59 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 219 | 0.22 | 0.39 | 0 | 0.14 | 266.51 | 0.54 | 0.69 |
| Hex | AB | 85 | DB | 16 | 27 | 0 | E | 10B | 36 | 45 |
| Octal | 253 | 205 | 333 | 26 | 47 | 0 | 16 | 413 | 66 | 105 |
| Binary | 10101011 | 10000101 | 11011011 | 10110 | 100111 | 0 | 1110 | 100001011 | 110110 | 1000101 |
Color Harmonies of #AB85DB
Complementary color
Monochromatic Colors of #AB85DB
Black with #AB85DB
Text Example
Text Example
White with #AB85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85DB; }
p { color: rgb(171,133,219); }
H1.HeaderClassName
{
color: #AB85DB;
}
.AnyTagClassName
{
color: #AB85DB;
}
</style>
background-color css
<style>
a { background-color: #AB85DB; }
a { background-color: rgb(171,133,219); }
div.DivClassName
{
background-color: #AB85DB;
}
.BgClassName
{
background-color: #AB85DB;
}
</style>
border-color css
<style>
span { border-color: #AB85DB; }
span { border-color: rgb(171,133,219); }
td.TdClassName
{
border-color: #AB85DB;
}
.TagClassName
{
border-color: #AB85DB;
}
</style>