Shades of Biloba Flower #AF8BEB
Tints of Biloba Flower #AF8BEB
RGB
CMYK
RGB Variations
Color information
#AF8BEB (or 0xAF8BEB) is known color: Biloba Flower. HEX triplet: AF, 8B and EB. RGB value is (175,139,235). Sum of RGB (Red+Green+Blue) = 175+139+235=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF8BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BEB is #507414. Grayscale: #A0A0A0. Windows color (decimal): -5272597 or 15436719. OLE color: 15436719.
HSL color Cylindrical-coordinate representation of color #AF8BEB: hue angle of 262.5º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8BEB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 139 | 235 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.08 |
| HSL | 262.5º | 0.71% | 0.73% | - |
| HSV(B) | 262.5º | 0.41% | 0.92% | - |
| XYZ | 41.91 | 33.58 | 82.87 | - |
| YUV | 160.71 | 169.93 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 235 | 0.26 | 0.41 | 0 | 0.08 | 262.5 | 0.71 | 0.73 |
| Hex | AF | 8B | EB | 1A | 29 | 0 | 8 | 106 | 47 | 49 |
| Octal | 257 | 213 | 353 | 32 | 51 | 0 | 10 | 406 | 107 | 111 |
| Binary | 10101111 | 10001011 | 11101011 | 11010 | 101001 | 0 | 1000 | 100000110 | 1000111 | 1001001 |
Color Harmonies of #AF8BEB
Complementary color
Monochromatic Colors of #AF8BEB
Black with #AF8BEB
Text Example
Text Example
White with #AF8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8BEB; }
p { color: rgb(175,139,235); }
H1.HeaderClassName
{
color: #AF8BEB;
}
.AnyTagClassName
{
color: #AF8BEB;
}
</style>
background-color css
<style>
a { background-color: #AF8BEB; }
a { background-color: rgb(175,139,235); }
div.DivClassName
{
background-color: #AF8BEB;
}
.BgClassName
{
background-color: #AF8BEB;
}
</style>
border-color css
<style>
span { border-color: #AF8BEB; }
span { border-color: rgb(175,139,235); }
td.TdClassName
{
border-color: #AF8BEB;
}
.TagClassName
{
border-color: #AF8BEB;
}
</style>