Shades of Biloba Flower #AFA2EE
Tints of Biloba Flower #AFA2EE
RGB
CMYK
RGB Variations
Color information
#AFA2EE (or 0xAFA2EE) is known color: Biloba Flower. HEX triplet: AF, A2 and EE. RGB value is (175,162,238). Sum of RGB (Red+Green+Blue) = 175+162+238=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFA2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA2EE is #505D11. Grayscale: #AEAEAE. Windows color (decimal): -5266706 or 15639215. OLE color: 15639215.
HSL color Cylindrical-coordinate representation of color #AFA2EE: hue angle of 250.26º degrees, saturation: 0.69, 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 #AFA2EE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 162 | 238 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.07 |
| HSL | 250.26º | 0.69% | 0.78% | - |
| HSV(B) | 250.26º | 0.32% | 0.93% | - |
| XYZ | 46.03 | 41.13 | 86.4 | - |
| YUV | 174.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 238 | 0.26 | 0.32 | 0 | 0.07 | 250.26 | 0.69 | 0.78 |
| Hex | AF | A2 | EE | 1A | 20 | 0 | 7 | FA | 45 | 4E |
| Octal | 257 | 242 | 356 | 32 | 40 | 0 | 7 | 372 | 105 | 116 |
| Binary | 10101111 | 10100010 | 11101110 | 11010 | 100000 | 0 | 111 | 11111010 | 1000101 | 1001110 |
Color Harmonies of #AFA2EE
Complementary color
Monochromatic Colors of #AFA2EE
Black with #AFA2EE
Text Example
Text Example
White with #AFA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA2EE; }
p { color: rgb(175,162,238); }
H1.HeaderClassName
{
color: #AFA2EE;
}
.AnyTagClassName
{
color: #AFA2EE;
}
</style>
background-color css
<style>
a { background-color: #AFA2EE; }
a { background-color: rgb(175,162,238); }
div.DivClassName
{
background-color: #AFA2EE;
}
.BgClassName
{
background-color: #AFA2EE;
}
</style>
border-color css
<style>
span { border-color: #AFA2EE; }
span { border-color: rgb(175,162,238); }
td.TdClassName
{
border-color: #AFA2EE;
}
.TagClassName
{
border-color: #AFA2EE;
}
</style>