Shades of Biloba Flower #AF99F0
Tints of Biloba Flower #AF99F0
RGB
CMYK
RGB Variations
Color information
#AF99F0 (or 0xAF99F0) is known color: Biloba Flower. HEX triplet: AF, 99 and F0. RGB value is (175,153,240). Sum of RGB (Red+Green+Blue) = 175+153+240=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF99F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99F0 is #50660F. Grayscale: #A9A9A9. Windows color (decimal): -5269008 or 15767983. OLE color: 15767983.
HSL color Cylindrical-coordinate representation of color #AF99F0: hue angle of 255.17º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF99F0 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 153 | 240 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.06 |
| HSL | 255.17º | 0.74% | 0.77% | - |
| HSV(B) | 255.17º | 0.36% | 0.94% | - |
| XYZ | 44.8 | 38.19 | 87.45 | - |
| YUV | 169.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 240 | 0.27 | 0.36 | 0 | 0.06 | 255.17 | 0.74 | 0.77 |
| Hex | AF | 99 | F0 | 1B | 24 | 0 | 6 | FF | 4A | 4D |
| Octal | 257 | 231 | 360 | 33 | 44 | 0 | 6 | 377 | 112 | 115 |
| Binary | 10101111 | 10011001 | 11110000 | 11011 | 100100 | 0 | 110 | 11111111 | 1001010 | 1001101 |
Color Harmonies of #AF99F0
Complementary color
Monochromatic Colors of #AF99F0
Black with #AF99F0
Text Example
Text Example
White with #AF99F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99F0; }
p { color: rgb(175,153,240); }
H1.HeaderClassName
{
color: #AF99F0;
}
.AnyTagClassName
{
color: #AF99F0;
}
</style>
background-color css
<style>
a { background-color: #AF99F0; }
a { background-color: rgb(175,153,240); }
div.DivClassName
{
background-color: #AF99F0;
}
.BgClassName
{
background-color: #AF99F0;
}
</style>
border-color css
<style>
span { border-color: #AF99F0; }
span { border-color: rgb(175,153,240); }
td.TdClassName
{
border-color: #AF99F0;
}
.TagClassName
{
border-color: #AF99F0;
}
</style>