Shades of Biloba Flower #AFA1EF
Tints of Biloba Flower #AFA1EF
RGB
CMYK
RGB Variations
Color information
#AFA1EF (or 0xAFA1EF) is known color: Biloba Flower. HEX triplet: AF, A1 and EF. RGB value is (175,161,239). Sum of RGB (Red+Green+Blue) = 175+161+239=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFA1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA1EF is #505E10. Grayscale: #ADADAD. Windows color (decimal): -5266961 or 15704495. OLE color: 15704495.
HSL color Cylindrical-coordinate representation of color #AFA1EF: hue angle of 250.77º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA1EF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 161 | 239 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.06 |
| HSL | 250.77º | 0.71% | 0.78% | - |
| HSV(B) | 250.77º | 0.33% | 0.94% | - |
| XYZ | 46 | 40.84 | 87.12 | - |
| YUV | 174.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 239 | 0.27 | 0.33 | 0 | 0.06 | 250.77 | 0.71 | 0.78 |
| Hex | AF | A1 | EF | 1B | 21 | 0 | 6 | FB | 47 | 4E |
| Octal | 257 | 241 | 357 | 33 | 41 | 0 | 6 | 373 | 107 | 116 |
| Binary | 10101111 | 10100001 | 11101111 | 11011 | 100001 | 0 | 110 | 11111011 | 1000111 | 1001110 |
Color Harmonies of #AFA1EF
Complementary color
Monochromatic Colors of #AFA1EF
Black with #AFA1EF
Text Example
Text Example
White with #AFA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA1EF; }
p { color: rgb(175,161,239); }
H1.HeaderClassName
{
color: #AFA1EF;
}
.AnyTagClassName
{
color: #AFA1EF;
}
</style>
background-color css
<style>
a { background-color: #AFA1EF; }
a { background-color: rgb(175,161,239); }
div.DivClassName
{
background-color: #AFA1EF;
}
.BgClassName
{
background-color: #AFA1EF;
}
</style>
border-color css
<style>
span { border-color: #AFA1EF; }
span { border-color: rgb(175,161,239); }
td.TdClassName
{
border-color: #AFA1EF;
}
.TagClassName
{
border-color: #AFA1EF;
}
</style>