Shades of Biloba Flower #AF99EE
Tints of Biloba Flower #AF99EE
RGB
CMYK
RGB Variations
Color information
#AF99EE (or 0xAF99EE) is known color: Biloba Flower. HEX triplet: AF, 99 and EE. RGB value is (175,153,238). Sum of RGB (Red+Green+Blue) = 175+153+238=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF99EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99EE is #506611. Grayscale: #A8A8A8. Windows color (decimal): -5269010 or 15636911. OLE color: 15636911.
HSL color Cylindrical-coordinate representation of color #AF99EE: hue angle of 255.53º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF99EE is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 153 | 238 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.07 |
| HSL | 255.53º | 0.71% | 0.77% | - |
| HSV(B) | 255.53º | 0.36% | 0.93% | - |
| XYZ | 44.5 | 38.07 | 85.89 | - |
| YUV | 169.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 238 | 0.26 | 0.36 | 0 | 0.07 | 255.53 | 0.71 | 0.77 |
| Hex | AF | 99 | EE | 1A | 24 | 0 | 7 | 100 | 47 | 4D |
| Octal | 257 | 231 | 356 | 32 | 44 | 0 | 7 | 400 | 107 | 115 |
| Binary | 10101111 | 10011001 | 11101110 | 11010 | 100100 | 0 | 111 | 100000000 | 1000111 | 1001101 |
Color Harmonies of #AF99EE
Complementary color
Monochromatic Colors of #AF99EE
Black with #AF99EE
Text Example
Text Example
White with #AF99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99EE; }
p { color: rgb(175,153,238); }
H1.HeaderClassName
{
color: #AF99EE;
}
.AnyTagClassName
{
color: #AF99EE;
}
</style>
background-color css
<style>
a { background-color: #AF99EE; }
a { background-color: rgb(175,153,238); }
div.DivClassName
{
background-color: #AF99EE;
}
.BgClassName
{
background-color: #AF99EE;
}
</style>
border-color css
<style>
span { border-color: #AF99EE; }
span { border-color: rgb(175,153,238); }
td.TdClassName
{
border-color: #AF99EE;
}
.TagClassName
{
border-color: #AF99EE;
}
</style>