Shades of Biloba Flower #AF99E9
Tints of Biloba Flower #AF99E9
RGB
CMYK
RGB Variations
Color information
#AF99E9 (or 0xAF99E9) is known color: Biloba Flower. HEX triplet: AF, 99 and E9. RGB value is (175,153,233). Sum of RGB (Red+Green+Blue) = 175+153+233=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF99E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99E9 is #506616. Grayscale: #A8A8A8. Windows color (decimal): -5269015 or 15309231. OLE color: 15309231.
HSL color Cylindrical-coordinate representation of color #AF99E9: hue angle of 256.5º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF99E9 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 153 | 233 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.09 |
| HSL | 256.5º | 0.65% | 0.76% | - |
| HSV(B) | 256.5º | 0.34% | 0.91% | - |
| XYZ | 43.78 | 37.78 | 82.08 | - |
| YUV | 168.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 233 | 0.25 | 0.34 | 0 | 0.09 | 256.5 | 0.65 | 0.76 |
| Hex | AF | 99 | E9 | 19 | 22 | 0 | 9 | 100 | 41 | 4C |
| Octal | 257 | 231 | 351 | 31 | 42 | 0 | 11 | 400 | 101 | 114 |
| Binary | 10101111 | 10011001 | 11101001 | 11001 | 100010 | 0 | 1001 | 100000000 | 1000001 | 1001100 |
Color Harmonies of #AF99E9
Complementary color
Monochromatic Colors of #AF99E9
Black with #AF99E9
Text Example
Text Example
White with #AF99E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99E9; }
p { color: rgb(175,153,233); }
H1.HeaderClassName
{
color: #AF99E9;
}
.AnyTagClassName
{
color: #AF99E9;
}
</style>
background-color css
<style>
a { background-color: #AF99E9; }
a { background-color: rgb(175,153,233); }
div.DivClassName
{
background-color: #AF99E9;
}
.BgClassName
{
background-color: #AF99E9;
}
</style>
border-color css
<style>
span { border-color: #AF99E9; }
span { border-color: rgb(175,153,233); }
td.TdClassName
{
border-color: #AF99E9;
}
.TagClassName
{
border-color: #AF99E9;
}
</style>