Shades of Biloba Flower #AF8CFB
Tints of Biloba Flower #AF8CFB
RGB
CMYK
RGB Variations
Color information
#AF8CFB (or 0xAF8CFB) is known color: Biloba Flower. HEX triplet: AF, 8C and FB. RGB value is (175,140,251). Sum of RGB (Red+Green+Blue) = 175+140+251=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF8CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CFB is #507304. Grayscale: #A2A2A2. Windows color (decimal): -5272325 or 16485551. OLE color: 16485551.
HSL color Cylindrical-coordinate representation of color #AF8CFB: hue angle of 258.92º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF8CFB is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 140 | 251 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.02 |
| HSL | 258.92º | 0.93% | 0.77% | - |
| HSV(B) | 258.92º | 0.44% | 0.98% | - |
| XYZ | 44.47 | 34.84 | 95.65 | - |
| YUV | 163.12 | 177.6 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 251 | 0.30 | 0.44 | 0 | 0.02 | 258.92 | 0.93 | 0.77 |
| Hex | AF | 8C | FB | 1E | 2C | 0 | 2 | 103 | 5D | 4D |
| Octal | 257 | 214 | 373 | 36 | 54 | 0 | 2 | 403 | 135 | 115 |
| Binary | 10101111 | 10001100 | 11111011 | 11110 | 101100 | 0 | 10 | 100000011 | 1011101 | 1001101 |
Color Harmonies of #AF8CFB
Complementary color
Monochromatic Colors of #AF8CFB
Black with #AF8CFB
Text Example
Text Example
White with #AF8CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CFB; }
p { color: rgb(175,140,251); }
H1.HeaderClassName
{
color: #AF8CFB;
}
.AnyTagClassName
{
color: #AF8CFB;
}
</style>
background-color css
<style>
a { background-color: #AF8CFB; }
a { background-color: rgb(175,140,251); }
div.DivClassName
{
background-color: #AF8CFB;
}
.BgClassName
{
background-color: #AF8CFB;
}
</style>
border-color css
<style>
span { border-color: #AF8CFB; }
span { border-color: rgb(175,140,251); }
td.TdClassName
{
border-color: #AF8CFB;
}
.TagClassName
{
border-color: #AF8CFB;
}
</style>