Shades of Biloba Flower #AF99E7
Tints of Biloba Flower #AF99E7
RGB
CMYK
RGB Variations
Color information
#AF99E7 (or 0xAF99E7) is known color: Biloba Flower. HEX triplet: AF, 99 and E7. RGB value is (175,153,231). Sum of RGB (Red+Green+Blue) = 175+153+231=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF99E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99E7 is #506618. Grayscale: #A8A8A8. Windows color (decimal): -5269017 or 15178159. OLE color: 15178159.
HSL color Cylindrical-coordinate representation of color #AF99E7: hue angle of 256.92º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF99E7 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 153 | 231 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.09 |
| HSL | 256.92º | 0.62% | 0.75% | - |
| HSV(B) | 256.92º | 0.34% | 0.91% | - |
| XYZ | 43.49 | 37.67 | 80.58 | - |
| YUV | 168.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 231 | 0.24 | 0.34 | 0 | 0.09 | 256.92 | 0.62 | 0.75 |
| Hex | AF | 99 | E7 | 18 | 22 | 0 | 9 | 101 | 3E | 4B |
| Octal | 257 | 231 | 347 | 30 | 42 | 0 | 11 | 401 | 76 | 113 |
| Binary | 10101111 | 10011001 | 11100111 | 11000 | 100010 | 0 | 1001 | 100000001 | 111110 | 1001011 |
Color Harmonies of #AF99E7
Complementary color
Monochromatic Colors of #AF99E7
Black with #AF99E7
Text Example
Text Example
White with #AF99E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99E7; }
p { color: rgb(175,153,231); }
H1.HeaderClassName
{
color: #AF99E7;
}
.AnyTagClassName
{
color: #AF99E7;
}
</style>
background-color css
<style>
a { background-color: #AF99E7; }
a { background-color: rgb(175,153,231); }
div.DivClassName
{
background-color: #AF99E7;
}
.BgClassName
{
background-color: #AF99E7;
}
</style>
border-color css
<style>
span { border-color: #AF99E7; }
span { border-color: rgb(175,153,231); }
td.TdClassName
{
border-color: #AF99E7;
}
.TagClassName
{
border-color: #AF99E7;
}
</style>