Shades of Biloba Flower #AF84F0
Tints of Biloba Flower #AF84F0
RGB
CMYK
RGB Variations
Color information
#AF84F0 (or 0xAF84F0) is known color: Biloba Flower. HEX triplet: AF, 84 and F0. RGB value is (175,132,240). Sum of RGB (Red+Green+Blue) = 175+132+240=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF84F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84F0 is #507B0F. Grayscale: #9C9C9C. Windows color (decimal): -5274384 or 15762607. OLE color: 15762607.
HSL color Cylindrical-coordinate representation of color #AF84F0: hue angle of 263.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF84F0 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 132 | 240 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.06 |
| HSL | 263.89º | 0.78% | 0.73% | - |
| HSV(B) | 263.89º | 0.45% | 0.94% | - |
| XYZ | 41.66 | 31.91 | 86.4 | - |
| YUV | 157.17 | 174.75 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 240 | 0.27 | 0.45 | 0 | 0.06 | 263.89 | 0.78 | 0.73 |
| Hex | AF | 84 | F0 | 1B | 2D | 0 | 6 | 108 | 4E | 49 |
| Octal | 257 | 204 | 360 | 33 | 55 | 0 | 6 | 410 | 116 | 111 |
| Binary | 10101111 | 10000100 | 11110000 | 11011 | 101101 | 0 | 110 | 100001000 | 1001110 | 1001001 |
Color Harmonies of #AF84F0
Complementary color
Monochromatic Colors of #AF84F0
Black with #AF84F0
Text Example
Text Example
White with #AF84F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84F0; }
p { color: rgb(175,132,240); }
H1.HeaderClassName
{
color: #AF84F0;
}
.AnyTagClassName
{
color: #AF84F0;
}
</style>
background-color css
<style>
a { background-color: #AF84F0; }
a { background-color: rgb(175,132,240); }
div.DivClassName
{
background-color: #AF84F0;
}
.BgClassName
{
background-color: #AF84F0;
}
</style>
border-color css
<style>
span { border-color: #AF84F0; }
span { border-color: rgb(175,132,240); }
td.TdClassName
{
border-color: #AF84F0;
}
.TagClassName
{
border-color: #AF84F0;
}
</style>