Shades of Biloba Flower #AFA2EC
Tints of Biloba Flower #AFA2EC
RGB
CMYK
RGB Variations
Color information
#AFA2EC (or 0xAFA2EC) is known color: Biloba Flower. HEX triplet: AF, A2 and EC. RGB value is (175,162,236). Sum of RGB (Red+Green+Blue) = 175+162+236=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFA2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA2EC is #505D13. Grayscale: #AEAEAE. Windows color (decimal): -5266708 or 15508143. OLE color: 15508143.
HSL color Cylindrical-coordinate representation of color #AFA2EC: hue angle of 250.54º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFA2EC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 162 | 236 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.07 |
| HSL | 250.54º | 0.66% | 0.78% | - |
| HSV(B) | 250.54º | 0.31% | 0.93% | - |
| XYZ | 45.74 | 41.01 | 84.86 | - |
| YUV | 174.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 236 | 0.26 | 0.31 | 0 | 0.07 | 250.54 | 0.66 | 0.78 |
| Hex | AF | A2 | EC | 1A | 1F | 0 | 7 | FB | 42 | 4E |
| Octal | 257 | 242 | 354 | 32 | 37 | 0 | 7 | 373 | 102 | 116 |
| Binary | 10101111 | 10100010 | 11101100 | 11010 | 11111 | 0 | 111 | 11111011 | 1000010 | 1001110 |
Color Harmonies of #AFA2EC
Complementary color
Monochromatic Colors of #AFA2EC
Black with #AFA2EC
Text Example
Text Example
White with #AFA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA2EC; }
p { color: rgb(175,162,236); }
H1.HeaderClassName
{
color: #AFA2EC;
}
.AnyTagClassName
{
color: #AFA2EC;
}
</style>
background-color css
<style>
a { background-color: #AFA2EC; }
a { background-color: rgb(175,162,236); }
div.DivClassName
{
background-color: #AFA2EC;
}
.BgClassName
{
background-color: #AFA2EC;
}
</style>
border-color css
<style>
span { border-color: #AFA2EC; }
span { border-color: rgb(175,162,236); }
td.TdClassName
{
border-color: #AFA2EC;
}
.TagClassName
{
border-color: #AFA2EC;
}
</style>