Shades of Biloba Flower #AB85DC
Tints of Biloba Flower #AB85DC
RGB
CMYK
RGB Variations
Color information
#AB85DC (or 0xAB85DC) is known color: Biloba Flower. HEX triplet: AB, 85 and DC. RGB value is (171,133,220). Sum of RGB (Red+Green+Blue) = 171+133+220=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB85DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85DC is #547A23. Grayscale: #999999. Windows color (decimal): -5536292 or 14452139. OLE color: 14452139.
HSL color Cylindrical-coordinate representation of color #AB85DC: hue angle of 266.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB85DC is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 133 | 220 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.14 |
| HSL | 266.21º | 0.55% | 0.69% | - |
| HSV(B) | 266.21º | 0.4% | 0.86% | - |
| XYZ | 38.1 | 30.6 | 71.61 | - |
| YUV | 154.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 220 | 0.22 | 0.40 | 0 | 0.14 | 266.21 | 0.55 | 0.69 |
| Hex | AB | 85 | DC | 16 | 28 | 0 | E | 10A | 37 | 45 |
| Octal | 253 | 205 | 334 | 26 | 50 | 0 | 16 | 412 | 67 | 105 |
| Binary | 10101011 | 10000101 | 11011100 | 10110 | 101000 | 0 | 1110 | 100001010 | 110111 | 1000101 |
Color Harmonies of #AB85DC
Complementary color
Monochromatic Colors of #AB85DC
Black with #AB85DC
Text Example
Text Example
White with #AB85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85DC; }
p { color: rgb(171,133,220); }
H1.HeaderClassName
{
color: #AB85DC;
}
.AnyTagClassName
{
color: #AB85DC;
}
</style>
background-color css
<style>
a { background-color: #AB85DC; }
a { background-color: rgb(171,133,220); }
div.DivClassName
{
background-color: #AB85DC;
}
.BgClassName
{
background-color: #AB85DC;
}
</style>
border-color css
<style>
span { border-color: #AB85DC; }
span { border-color: rgb(171,133,220); }
td.TdClassName
{
border-color: #AB85DC;
}
.TagClassName
{
border-color: #AB85DC;
}
</style>