Shades of Biloba Flower #AB84EC
Tints of Biloba Flower #AB84EC
RGB
CMYK
RGB Variations
Color information
#AB84EC (or 0xAB84EC) is known color: Biloba Flower. HEX triplet: AB, 84 and EC. RGB value is (171,132,236). Sum of RGB (Red+Green+Blue) = 171+132+236=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB84EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB84EC is #547B13. Grayscale: #9B9B9B. Windows color (decimal): -5536532 or 15500459. OLE color: 15500459.
HSL color Cylindrical-coordinate representation of color #AB84EC: hue angle of 262.5º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB84EC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 132 | 236 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.07 |
| HSL | 262.5º | 0.73% | 0.72% | - |
| HSV(B) | 262.5º | 0.44% | 0.93% | - |
| XYZ | 40.19 | 31.22 | 83.26 | - |
| YUV | 155.52 | 173.42 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 236 | 0.28 | 0.44 | 0 | 0.07 | 262.5 | 0.73 | 0.72 |
| Hex | AB | 84 | EC | 1C | 2C | 0 | 7 | 106 | 49 | 48 |
| Octal | 253 | 204 | 354 | 34 | 54 | 0 | 7 | 406 | 111 | 110 |
| Binary | 10101011 | 10000100 | 11101100 | 11100 | 101100 | 0 | 111 | 100000110 | 1001001 | 1001000 |
Color Harmonies of #AB84EC
Complementary color
Monochromatic Colors of #AB84EC
Black with #AB84EC
Text Example
Text Example
White with #AB84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB84EC; }
p { color: rgb(171,132,236); }
H1.HeaderClassName
{
color: #AB84EC;
}
.AnyTagClassName
{
color: #AB84EC;
}
</style>
background-color css
<style>
a { background-color: #AB84EC; }
a { background-color: rgb(171,132,236); }
div.DivClassName
{
background-color: #AB84EC;
}
.BgClassName
{
background-color: #AB84EC;
}
</style>
border-color css
<style>
span { border-color: #AB84EC; }
span { border-color: rgb(171,132,236); }
td.TdClassName
{
border-color: #AB84EC;
}
.TagClassName
{
border-color: #AB84EC;
}
</style>