Shades of Biloba Flower #AF8BF6
Tints of Biloba Flower #AF8BF6
RGB
CMYK
RGB Variations
Color information
#AF8BF6 (or 0xAF8BF6) is known color: Biloba Flower. HEX triplet: AF, 8B and F6. RGB value is (175,139,246). Sum of RGB (Red+Green+Blue) = 175+139+246=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF8BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BF6 is #507409. Grayscale: #A1A1A1. Windows color (decimal): -5272586 or 16157615. OLE color: 16157615.
HSL color Cylindrical-coordinate representation of color #AF8BF6: hue angle of 260.19º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8BF6 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 139 | 246 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.04 |
| HSL | 260.19º | 0.86% | 0.75% | - |
| HSV(B) | 260.19º | 0.43% | 0.96% | - |
| XYZ | 43.55 | 34.23 | 91.5 | - |
| YUV | 161.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 246 | 0.29 | 0.43 | 0 | 0.04 | 260.19 | 0.86 | 0.75 |
| Hex | AF | 8B | F6 | 1D | 2B | 0 | 4 | 104 | 56 | 4B |
| Octal | 257 | 213 | 366 | 35 | 53 | 0 | 4 | 404 | 126 | 113 |
| Binary | 10101111 | 10001011 | 11110110 | 11101 | 101011 | 0 | 100 | 100000100 | 1010110 | 1001011 |
Color Harmonies of #AF8BF6
Complementary color
Monochromatic Colors of #AF8BF6
Black with #AF8BF6
Text Example
Text Example
White with #AF8BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8BF6; }
p { color: rgb(175,139,246); }
H1.HeaderClassName
{
color: #AF8BF6;
}
.AnyTagClassName
{
color: #AF8BF6;
}
</style>
background-color css
<style>
a { background-color: #AF8BF6; }
a { background-color: rgb(175,139,246); }
div.DivClassName
{
background-color: #AF8BF6;
}
.BgClassName
{
background-color: #AF8BF6;
}
</style>
border-color css
<style>
span { border-color: #AF8BF6; }
span { border-color: rgb(175,139,246); }
td.TdClassName
{
border-color: #AF8BF6;
}
.TagClassName
{
border-color: #AF8BF6;
}
</style>