Shades of Biloba Flower #AFA1EC
Tints of Biloba Flower #AFA1EC
RGB
CMYK
RGB Variations
Color information
#AFA1EC (or 0xAFA1EC) is known color: Biloba Flower. HEX triplet: AF, A1 and EC. RGB value is (175,161,236). Sum of RGB (Red+Green+Blue) = 175+161+236=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFA1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA1EC is #505E13. Grayscale: #ADADAD. Windows color (decimal): -5266964 or 15507887. OLE color: 15507887.
HSL color Cylindrical-coordinate representation of color #AFA1EC: hue angle of 251.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA1EC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 161 | 236 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.07 |
| HSL | 251.2º | 0.66% | 0.78% | - |
| HSV(B) | 251.2º | 0.32% | 0.93% | - |
| XYZ | 45.56 | 40.66 | 84.8 | - |
| YUV | 173.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 236 | 0.26 | 0.32 | 0 | 0.07 | 251.2 | 0.66 | 0.78 |
| Hex | AF | A1 | EC | 1A | 20 | 0 | 7 | FB | 42 | 4E |
| Octal | 257 | 241 | 354 | 32 | 40 | 0 | 7 | 373 | 102 | 116 |
| Binary | 10101111 | 10100001 | 11101100 | 11010 | 100000 | 0 | 111 | 11111011 | 1000010 | 1001110 |
Color Harmonies of #AFA1EC
Complementary color
Monochromatic Colors of #AFA1EC
Black with #AFA1EC
Text Example
Text Example
White with #AFA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA1EC; }
p { color: rgb(175,161,236); }
H1.HeaderClassName
{
color: #AFA1EC;
}
.AnyTagClassName
{
color: #AFA1EC;
}
</style>
background-color css
<style>
a { background-color: #AFA1EC; }
a { background-color: rgb(175,161,236); }
div.DivClassName
{
background-color: #AFA1EC;
}
.BgClassName
{
background-color: #AFA1EC;
}
</style>
border-color css
<style>
span { border-color: #AFA1EC; }
span { border-color: rgb(175,161,236); }
td.TdClassName
{
border-color: #AFA1EC;
}
.TagClassName
{
border-color: #AFA1EC;
}
</style>