Shades of Biloba Flower #AB84F3
Tints of Biloba Flower #AB84F3
RGB
CMYK
RGB Variations
Color information
#AB84F3 (or 0xAB84F3) is known color: Biloba Flower. HEX triplet: AB, 84 and F3. RGB value is (171,132,243). Sum of RGB (Red+Green+Blue) = 171+132+243=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB84F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB84F3 is #547B0C. Grayscale: #9B9B9B. Windows color (decimal): -5536525 or 15959211. OLE color: 15959211.
HSL color Cylindrical-coordinate representation of color #AB84F3: hue angle of 261.08º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB84F3 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 132 | 243 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.05 |
| HSL | 261.08º | 0.82% | 0.74% | - |
| HSV(B) | 261.08º | 0.46% | 0.95% | - |
| XYZ | 41.22 | 31.63 | 88.73 | - |
| YUV | 156.32 | 176.92 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 243 | 0.30 | 0.46 | 0 | 0.05 | 261.08 | 0.82 | 0.74 |
| Hex | AB | 84 | F3 | 1E | 2E | 0 | 5 | 105 | 52 | 4A |
| Octal | 253 | 204 | 363 | 36 | 56 | 0 | 5 | 405 | 122 | 112 |
| Binary | 10101011 | 10000100 | 11110011 | 11110 | 101110 | 0 | 101 | 100000101 | 1010010 | 1001010 |
Color Harmonies of #AB84F3
Complementary color
Monochromatic Colors of #AB84F3
Black with #AB84F3
Text Example
Text Example
White with #AB84F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB84F3; }
p { color: rgb(171,132,243); }
H1.HeaderClassName
{
color: #AB84F3;
}
.AnyTagClassName
{
color: #AB84F3;
}
</style>
background-color css
<style>
a { background-color: #AB84F3; }
a { background-color: rgb(171,132,243); }
div.DivClassName
{
background-color: #AB84F3;
}
.BgClassName
{
background-color: #AB84F3;
}
</style>
border-color css
<style>
span { border-color: #AB84F3; }
span { border-color: rgb(171,132,243); }
td.TdClassName
{
border-color: #AB84F3;
}
.TagClassName
{
border-color: #AB84F3;
}
</style>