Shades of Biloba Flower #AF99D8
Tints of Biloba Flower #AF99D8
RGB
CMYK
RGB Variations
Color information
#AF99D8 (or 0xAF99D8) is known color: Biloba Flower. HEX triplet: AF, 99 and D8. RGB value is (175,153,216). Sum of RGB (Red+Green+Blue) = 175+153+216=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF99D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99D8 is #506627. Grayscale: #A6A6A6. Windows color (decimal): -5269032 or 14195119. OLE color: 14195119.
HSL color Cylindrical-coordinate representation of color #AF99D8: hue angle of 260.95º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF99D8 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 153 | 216 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.15 |
| HSL | 260.95º | 0.45% | 0.72% | - |
| HSV(B) | 260.95º | 0.29% | 0.85% | - |
| XYZ | 41.47 | 36.85 | 69.89 | - |
| YUV | 166.76 | 155.79 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 216 | 0.19 | 0.29 | 0 | 0.15 | 260.95 | 0.45 | 0.72 |
| Hex | AF | 99 | D8 | 13 | 1D | 0 | F | 105 | 2D | 48 |
| Octal | 257 | 231 | 330 | 23 | 35 | 0 | 17 | 405 | 55 | 110 |
| Binary | 10101111 | 10011001 | 11011000 | 10011 | 11101 | 0 | 1111 | 100000101 | 101101 | 1001000 |
Color Harmonies of #AF99D8
Complementary color
Monochromatic Colors of #AF99D8
Black with #AF99D8
Text Example
Text Example
White with #AF99D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99D8; }
p { color: rgb(175,153,216); }
H1.HeaderClassName
{
color: #AF99D8;
}
.AnyTagClassName
{
color: #AF99D8;
}
</style>
background-color css
<style>
a { background-color: #AF99D8; }
a { background-color: rgb(175,153,216); }
div.DivClassName
{
background-color: #AF99D8;
}
.BgClassName
{
background-color: #AF99D8;
}
</style>
border-color css
<style>
span { border-color: #AF99D8; }
span { border-color: rgb(175,153,216); }
td.TdClassName
{
border-color: #AF99D8;
}
.TagClassName
{
border-color: #AF99D8;
}
</style>