Shades of Biloba Flower #AF98E6
Tints of Biloba Flower #AF98E6
RGB
CMYK
RGB Variations
Color information
#AF98E6 (or 0xAF98E6) is known color: Biloba Flower. HEX triplet: AF, 98 and E6. RGB value is (175,152,230). Sum of RGB (Red+Green+Blue) = 175+152+230=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF98E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF98E6 is #506719. Grayscale: #A7A7A7. Windows color (decimal): -5269274 or 15112367. OLE color: 15112367.
HSL color Cylindrical-coordinate representation of color #AF98E6: hue angle of 257.69º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF98E6 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 152 | 230 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.10 |
| HSL | 257.69º | 0.61% | 0.75% | - |
| HSV(B) | 257.69º | 0.34% | 0.9% | - |
| XYZ | 43.19 | 37.28 | 79.78 | - |
| YUV | 167.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 230 | 0.24 | 0.34 | 0 | 0.10 | 257.69 | 0.61 | 0.75 |
| Hex | AF | 98 | E6 | 18 | 22 | 0 | A | 102 | 3D | 4B |
| Octal | 257 | 230 | 346 | 30 | 42 | 0 | 12 | 402 | 75 | 113 |
| Binary | 10101111 | 10011000 | 11100110 | 11000 | 100010 | 0 | 1010 | 100000010 | 111101 | 1001011 |
Color Harmonies of #AF98E6
Complementary color
Monochromatic Colors of #AF98E6
Black with #AF98E6
Text Example
Text Example
White with #AF98E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF98E6; }
p { color: rgb(175,152,230); }
H1.HeaderClassName
{
color: #AF98E6;
}
.AnyTagClassName
{
color: #AF98E6;
}
</style>
background-color css
<style>
a { background-color: #AF98E6; }
a { background-color: rgb(175,152,230); }
div.DivClassName
{
background-color: #AF98E6;
}
.BgClassName
{
background-color: #AF98E6;
}
</style>
border-color css
<style>
span { border-color: #AF98E6; }
span { border-color: rgb(175,152,230); }
td.TdClassName
{
border-color: #AF98E6;
}
.TagClassName
{
border-color: #AF98E6;
}
</style>