Shades of Biloba Flower #AFA1F2
Tints of Biloba Flower #AFA1F2
RGB
CMYK
RGB Variations
Color information
#AFA1F2 (or 0xAFA1F2) is known color: Biloba Flower. HEX triplet: AF, A1 and F2. RGB value is (175,161,242). Sum of RGB (Red+Green+Blue) = 175+161+242=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFA1F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA1F2 is #505E0D. Grayscale: #AEAEAE. Windows color (decimal): -5266958 or 15901103. OLE color: 15901103.
HSL color Cylindrical-coordinate representation of color #AFA1F2: hue angle of 250.37º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA1F2 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 161 | 242 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.05 |
| HSL | 250.37º | 0.76% | 0.79% | - |
| HSV(B) | 250.37º | 0.33% | 0.95% | - |
| XYZ | 46.45 | 41.01 | 89.47 | - |
| YUV | 174.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 242 | 0.28 | 0.33 | 0 | 0.05 | 250.37 | 0.76 | 0.79 |
| Hex | AF | A1 | F2 | 1C | 21 | 0 | 5 | FA | 4C | 4F |
| Octal | 257 | 241 | 362 | 34 | 41 | 0 | 5 | 372 | 114 | 117 |
| Binary | 10101111 | 10100001 | 11110010 | 11100 | 100001 | 0 | 101 | 11111010 | 1001100 | 1001111 |
Color Harmonies of #AFA1F2
Complementary color
Monochromatic Colors of #AFA1F2
Black with #AFA1F2
Text Example
Text Example
White with #AFA1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA1F2; }
p { color: rgb(175,161,242); }
H1.HeaderClassName
{
color: #AFA1F2;
}
.AnyTagClassName
{
color: #AFA1F2;
}
</style>
background-color css
<style>
a { background-color: #AFA1F2; }
a { background-color: rgb(175,161,242); }
div.DivClassName
{
background-color: #AFA1F2;
}
.BgClassName
{
background-color: #AFA1F2;
}
</style>
border-color css
<style>
span { border-color: #AFA1F2; }
span { border-color: rgb(175,161,242); }
td.TdClassName
{
border-color: #AFA1F2;
}
.TagClassName
{
border-color: #AFA1F2;
}
</style>