Shades of Biloba Flower #AB84E7
Tints of Biloba Flower #AB84E7
RGB
CMYK
RGB Variations
Color information
#AB84E7 (or 0xAB84E7) is known color: Biloba Flower. HEX triplet: AB, 84 and E7. RGB value is (171,132,231). Sum of RGB (Red+Green+Blue) = 171+132+231=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB84E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB84E7 is #547B18. Grayscale: #9A9A9A. Windows color (decimal): -5536537 or 15172779. OLE color: 15172779.
HSL color Cylindrical-coordinate representation of color #AB84E7: hue angle of 263.64º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB84E7 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 132 | 231 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.09 |
| HSL | 263.64º | 0.67% | 0.71% | - |
| HSV(B) | 263.64º | 0.43% | 0.91% | - |
| XYZ | 39.47 | 30.93 | 79.49 | - |
| YUV | 154.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 231 | 0.26 | 0.43 | 0 | 0.09 | 263.64 | 0.67 | 0.71 |
| Hex | AB | 84 | E7 | 1A | 2B | 0 | 9 | 108 | 43 | 47 |
| Octal | 253 | 204 | 347 | 32 | 53 | 0 | 11 | 410 | 103 | 107 |
| Binary | 10101011 | 10000100 | 11100111 | 11010 | 101011 | 0 | 1001 | 100001000 | 1000011 | 1000111 |
Color Harmonies of #AB84E7
Complementary color
Monochromatic Colors of #AB84E7
Black with #AB84E7
Text Example
Text Example
White with #AB84E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB84E7; }
p { color: rgb(171,132,231); }
H1.HeaderClassName
{
color: #AB84E7;
}
.AnyTagClassName
{
color: #AB84E7;
}
</style>
background-color css
<style>
a { background-color: #AB84E7; }
a { background-color: rgb(171,132,231); }
div.DivClassName
{
background-color: #AB84E7;
}
.BgClassName
{
background-color: #AB84E7;
}
</style>
border-color css
<style>
span { border-color: #AB84E7; }
span { border-color: rgb(171,132,231); }
td.TdClassName
{
border-color: #AB84E7;
}
.TagClassName
{
border-color: #AB84E7;
}
</style>