Shades of Biloba Flower #AF98D8
Tints of Biloba Flower #AF98D8
RGB
CMYK
RGB Variations
Color information
#AF98D8 (or 0xAF98D8) is known color: Biloba Flower. HEX triplet: AF, 98 and D8. RGB value is (175,152,216). Sum of RGB (Red+Green+Blue) = 175+152+216=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF98D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98D8 is #506727. Grayscale: #A5A5A5. Windows color (decimal): -5269288 or 14194863. OLE color: 14194863.
HSL color Cylindrical-coordinate representation of color #AF98D8: hue angle of 261.56º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF98D8 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 152 | 216 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.15 |
| HSL | 261.56º | 0.45% | 0.72% | - |
| HSV(B) | 261.56º | 0.3% | 0.85% | - |
| XYZ | 41.3 | 36.53 | 69.84 | - |
| YUV | 166.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 216 | 0.19 | 0.30 | 0 | 0.15 | 261.56 | 0.45 | 0.72 |
| Hex | AF | 98 | D8 | 13 | 1E | 0 | F | 106 | 2D | 48 |
| Octal | 257 | 230 | 330 | 23 | 36 | 0 | 17 | 406 | 55 | 110 |
| Binary | 10101111 | 10011000 | 11011000 | 10011 | 11110 | 0 | 1111 | 100000110 | 101101 | 1001000 |
Color Harmonies of #AF98D8
Complementary color
Monochromatic Colors of #AF98D8
Black with #AF98D8
Text Example
Text Example
White with #AF98D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF98D8; }
p { color: rgb(175,152,216); }
H1.HeaderClassName
{
color: #AF98D8;
}
.AnyTagClassName
{
color: #AF98D8;
}
</style>
background-color css
<style>
a { background-color: #AF98D8; }
a { background-color: rgb(175,152,216); }
div.DivClassName
{
background-color: #AF98D8;
}
.BgClassName
{
background-color: #AF98D8;
}
</style>
border-color css
<style>
span { border-color: #AF98D8; }
span { border-color: rgb(175,152,216); }
td.TdClassName
{
border-color: #AF98D8;
}
.TagClassName
{
border-color: #AF98D8;
}
</style>