Shades of Biloba Flower #AF98E7
Tints of Biloba Flower #AF98E7
RGB
CMYK
RGB Variations
Color information
#AF98E7 (or 0xAF98E7) is known color: Biloba Flower. HEX triplet: AF, 98 and E7. RGB value is (175,152,231). Sum of RGB (Red+Green+Blue) = 175+152+231=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF98E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF98E7 is #506718. Grayscale: #A7A7A7. Windows color (decimal): -5269273 or 15177903. OLE color: 15177903.
HSL color Cylindrical-coordinate representation of color #AF98E7: hue angle of 257.47º 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 #AF98E7 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 152 | 231 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.09 |
| HSL | 257.47º | 0.62% | 0.75% | - |
| HSV(B) | 257.47º | 0.34% | 0.91% | - |
| XYZ | 43.33 | 37.34 | 80.52 | - |
| YUV | 167.88 | 163.62 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 231 | 0.24 | 0.34 | 0 | 0.09 | 257.47 | 0.62 | 0.75 |
| Hex | AF | 98 | E7 | 18 | 22 | 0 | 9 | 101 | 3E | 4B |
| Octal | 257 | 230 | 347 | 30 | 42 | 0 | 11 | 401 | 76 | 113 |
| Binary | 10101111 | 10011000 | 11100111 | 11000 | 100010 | 0 | 1001 | 100000001 | 111110 | 1001011 |
Color Harmonies of #AF98E7
Complementary color
Monochromatic Colors of #AF98E7
Black with #AF98E7
Text Example
Text Example
White with #AF98E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF98E7; }
p { color: rgb(175,152,231); }
H1.HeaderClassName
{
color: #AF98E7;
}
.AnyTagClassName
{
color: #AF98E7;
}
</style>
background-color css
<style>
a { background-color: #AF98E7; }
a { background-color: rgb(175,152,231); }
div.DivClassName
{
background-color: #AF98E7;
}
.BgClassName
{
background-color: #AF98E7;
}
</style>
border-color css
<style>
span { border-color: #AF98E7; }
span { border-color: rgb(175,152,231); }
td.TdClassName
{
border-color: #AF98E7;
}
.TagClassName
{
border-color: #AF98E7;
}
</style>