Shades of Biloba Flower #AF91DF
Tints of Biloba Flower #AF91DF
RGB
CMYK
RGB Variations
Color information
#AF91DF (or 0xAF91DF) is known color: Biloba Flower. HEX triplet: AF, 91 and DF. RGB value is (175,145,223). Sum of RGB (Red+Green+Blue) = 175+145+223=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF91DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91DF is #506E20. Grayscale: #A2A2A2. Windows color (decimal): -5271073 or 14651823. OLE color: 14651823.
HSL color Cylindrical-coordinate representation of color #AF91DF: hue angle of 263.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF91DF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 145 | 223 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.13 |
| HSL | 263.08º | 0.55% | 0.72% | - |
| HSV(B) | 263.08º | 0.35% | 0.87% | - |
| XYZ | 41.12 | 34.69 | 74.34 | - |
| YUV | 162.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 223 | 0.22 | 0.35 | 0 | 0.13 | 263.08 | 0.55 | 0.72 |
| Hex | AF | 91 | DF | 16 | 23 | 0 | D | 107 | 37 | 48 |
| Octal | 257 | 221 | 337 | 26 | 43 | 0 | 15 | 407 | 67 | 110 |
| Binary | 10101111 | 10010001 | 11011111 | 10110 | 100011 | 0 | 1101 | 100000111 | 110111 | 1001000 |
Color Harmonies of #AF91DF
Complementary color
Monochromatic Colors of #AF91DF
Black with #AF91DF
Text Example
Text Example
White with #AF91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91DF; }
p { color: rgb(175,145,223); }
H1.HeaderClassName
{
color: #AF91DF;
}
.AnyTagClassName
{
color: #AF91DF;
}
</style>
background-color css
<style>
a { background-color: #AF91DF; }
a { background-color: rgb(175,145,223); }
div.DivClassName
{
background-color: #AF91DF;
}
.BgClassName
{
background-color: #AF91DF;
}
</style>
border-color css
<style>
span { border-color: #AF91DF; }
span { border-color: rgb(175,145,223); }
td.TdClassName
{
border-color: #AF91DF;
}
.TagClassName
{
border-color: #AF91DF;
}
</style>