Shades of Biloba Flower #AF86F0
Tints of Biloba Flower #AF86F0
RGB
CMYK
RGB Variations
Color information
#AF86F0 (or 0xAF86F0) is known color: Biloba Flower. HEX triplet: AF, 86 and F0. RGB value is (175,134,240). Sum of RGB (Red+Green+Blue) = 175+134+240=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF86F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86F0 is #50790F. Grayscale: #9D9D9D. Windows color (decimal): -5273872 or 15763119. OLE color: 15763119.
HSL color Cylindrical-coordinate representation of color #AF86F0: hue angle of 263.21º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF86F0 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 134 | 240 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.06 |
| HSL | 263.21º | 0.78% | 0.73% | - |
| HSV(B) | 263.21º | 0.44% | 0.94% | - |
| XYZ | 41.93 | 32.46 | 86.49 | - |
| YUV | 158.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 240 | 0.27 | 0.44 | 0 | 0.06 | 263.21 | 0.78 | 0.73 |
| Hex | AF | 86 | F0 | 1B | 2C | 0 | 6 | 107 | 4E | 49 |
| Octal | 257 | 206 | 360 | 33 | 54 | 0 | 6 | 407 | 116 | 111 |
| Binary | 10101111 | 10000110 | 11110000 | 11011 | 101100 | 0 | 110 | 100000111 | 1001110 | 1001001 |
Color Harmonies of #AF86F0
Complementary color
Monochromatic Colors of #AF86F0
Black with #AF86F0
Text Example
Text Example
White with #AF86F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF86F0; }
p { color: rgb(175,134,240); }
H1.HeaderClassName
{
color: #AF86F0;
}
.AnyTagClassName
{
color: #AF86F0;
}
</style>
background-color css
<style>
a { background-color: #AF86F0; }
a { background-color: rgb(175,134,240); }
div.DivClassName
{
background-color: #AF86F0;
}
.BgClassName
{
background-color: #AF86F0;
}
</style>
border-color css
<style>
span { border-color: #AF86F0; }
span { border-color: rgb(175,134,240); }
td.TdClassName
{
border-color: #AF86F0;
}
.TagClassName
{
border-color: #AF86F0;
}
</style>