Shades of Biloba Flower #AF90CF
Tints of Biloba Flower #AF90CF
RGB
CMYK
RGB Variations
Color information
#AF90CF (or 0xAF90CF) is known color: Biloba Flower. HEX triplet: AF, 90 and CF. RGB value is (175,144,207). Sum of RGB (Red+Green+Blue) = 175+144+207=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF90CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90CF is #506F30. Grayscale: #A0A0A0. Windows color (decimal): -5271345 or 13602991. OLE color: 13602991.
HSL color Cylindrical-coordinate representation of color #AF90CF: hue angle of 269.52º degrees, saturation: 0.4, 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 #AF90CF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 144 | 207 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.19 |
| HSL | 269.52º | 0.4% | 0.69% | - |
| HSV(B) | 269.52º | 0.3% | 0.81% | - |
| XYZ | 38.91 | 33.57 | 63.46 | - |
| YUV | 160.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 207 | 0.15 | 0.30 | 0 | 0.19 | 269.52 | 0.4 | 0.69 |
| Hex | AF | 90 | CF | F | 1E | 0 | 13 | 10E | 28 | 45 |
| Octal | 257 | 220 | 317 | 17 | 36 | 0 | 23 | 416 | 50 | 105 |
| Binary | 10101111 | 10010000 | 11001111 | 1111 | 11110 | 0 | 10011 | 100001110 | 101000 | 1000101 |
Color Harmonies of #AF90CF
Complementary color
Monochromatic Colors of #AF90CF
Black with #AF90CF
Text Example
Text Example
White with #AF90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90CF; }
p { color: rgb(175,144,207); }
H1.HeaderClassName
{
color: #AF90CF;
}
.AnyTagClassName
{
color: #AF90CF;
}
</style>
background-color css
<style>
a { background-color: #AF90CF; }
a { background-color: rgb(175,144,207); }
div.DivClassName
{
background-color: #AF90CF;
}
.BgClassName
{
background-color: #AF90CF;
}
</style>
border-color css
<style>
span { border-color: #AF90CF; }
span { border-color: rgb(175,144,207); }
td.TdClassName
{
border-color: #AF90CF;
}
.TagClassName
{
border-color: #AF90CF;
}
</style>