Shades of Biloba Flower #AFA2EF
Tints of Biloba Flower #AFA2EF
RGB
CMYK
RGB Variations
Color information
#AFA2EF (or 0xAFA2EF) is known color: Biloba Flower. HEX triplet: AF, A2 and EF. RGB value is (175,162,239). Sum of RGB (Red+Green+Blue) = 175+162+239=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFA2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA2EF is #505D10. Grayscale: #AEAEAE. Windows color (decimal): -5266705 or 15704751. OLE color: 15704751.
HSL color Cylindrical-coordinate representation of color #AFA2EF: hue angle of 250.13º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA2EF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 162 | 239 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.06 |
| HSL | 250.13º | 0.71% | 0.79% | - |
| HSV(B) | 250.13º | 0.32% | 0.94% | - |
| XYZ | 46.18 | 41.19 | 87.18 | - |
| YUV | 174.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 239 | 0.27 | 0.32 | 0 | 0.06 | 250.13 | 0.71 | 0.79 |
| Hex | AF | A2 | EF | 1B | 20 | 0 | 6 | FA | 47 | 4F |
| Octal | 257 | 242 | 357 | 33 | 40 | 0 | 6 | 372 | 107 | 117 |
| Binary | 10101111 | 10100010 | 11101111 | 11011 | 100000 | 0 | 110 | 11111010 | 1000111 | 1001111 |
Color Harmonies of #AFA2EF
Complementary color
Monochromatic Colors of #AFA2EF
Black with #AFA2EF
Text Example
Text Example
White with #AFA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA2EF; }
p { color: rgb(175,162,239); }
H1.HeaderClassName
{
color: #AFA2EF;
}
.AnyTagClassName
{
color: #AFA2EF;
}
</style>
background-color css
<style>
a { background-color: #AFA2EF; }
a { background-color: rgb(175,162,239); }
div.DivClassName
{
background-color: #AFA2EF;
}
.BgClassName
{
background-color: #AFA2EF;
}
</style>
border-color css
<style>
span { border-color: #AFA2EF; }
span { border-color: rgb(175,162,239); }
td.TdClassName
{
border-color: #AFA2EF;
}
.TagClassName
{
border-color: #AFA2EF;
}
</style>