Shades of Biloba Flower #AF91CF
Tints of Biloba Flower #AF91CF
RGB
CMYK
RGB Variations
Color information
#AF91CF (or 0xAF91CF) is known color: Biloba Flower. HEX triplet: AF, 91 and CF. RGB value is (175,145,207). Sum of RGB (Red+Green+Blue) = 175+145+207=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF91CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91CF is #506E30. Grayscale: #A0A0A0. Windows color (decimal): -5271089 or 13603247. OLE color: 13603247.
HSL color Cylindrical-coordinate representation of color #AF91CF: hue angle of 269.03º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF91CF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 145 | 207 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.19 |
| HSL | 269.03º | 0.39% | 0.69% | - |
| HSV(B) | 269.03º | 0.3% | 0.81% | - |
| XYZ | 39.07 | 33.87 | 63.51 | - |
| YUV | 161.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 207 | 0.15 | 0.30 | 0 | 0.19 | 269.03 | 0.39 | 0.69 |
| Hex | AF | 91 | CF | F | 1E | 0 | 13 | 10D | 27 | 45 |
| Octal | 257 | 221 | 317 | 17 | 36 | 0 | 23 | 415 | 47 | 105 |
| Binary | 10101111 | 10010001 | 11001111 | 1111 | 11110 | 0 | 10011 | 100001101 | 100111 | 1000101 |
Color Harmonies of #AF91CF
Complementary color
Monochromatic Colors of #AF91CF
Black with #AF91CF
Text Example
Text Example
White with #AF91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91CF; }
p { color: rgb(175,145,207); }
H1.HeaderClassName
{
color: #AF91CF;
}
.AnyTagClassName
{
color: #AF91CF;
}
</style>
background-color css
<style>
a { background-color: #AF91CF; }
a { background-color: rgb(175,145,207); }
div.DivClassName
{
background-color: #AF91CF;
}
.BgClassName
{
background-color: #AF91CF;
}
</style>
border-color css
<style>
span { border-color: #AF91CF; }
span { border-color: rgb(175,145,207); }
td.TdClassName
{
border-color: #AF91CF;
}
.TagClassName
{
border-color: #AF91CF;
}
</style>