Shades of Biloba Flower #AFA2ED
Tints of Biloba Flower #AFA2ED
RGB
CMYK
RGB Variations
Color information
#AFA2ED (or 0xAFA2ED) is known color: Biloba Flower. HEX triplet: AF, A2 and ED. RGB value is (175,162,237). Sum of RGB (Red+Green+Blue) = 175+162+237=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFA2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA2ED is #505D12. Grayscale: #AEAEAE. Windows color (decimal): -5266707 or 15573679. OLE color: 15573679.
HSL color Cylindrical-coordinate representation of color #AFA2ED: hue angle of 250.4º degrees, saturation: 0.68, 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 #AFA2ED is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 162 | 237 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.07 |
| HSL | 250.4º | 0.68% | 0.78% | - |
| HSV(B) | 250.4º | 0.32% | 0.93% | - |
| XYZ | 45.89 | 41.07 | 85.63 | - |
| YUV | 174.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 237 | 0.26 | 0.32 | 0 | 0.07 | 250.4 | 0.68 | 0.78 |
| Hex | AF | A2 | ED | 1A | 20 | 0 | 7 | FA | 44 | 4E |
| Octal | 257 | 242 | 355 | 32 | 40 | 0 | 7 | 372 | 104 | 116 |
| Binary | 10101111 | 10100010 | 11101101 | 11010 | 100000 | 0 | 111 | 11111010 | 1000100 | 1001110 |
Color Harmonies of #AFA2ED
Complementary color
Monochromatic Colors of #AFA2ED
Black with #AFA2ED
Text Example
Text Example
White with #AFA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA2ED; }
p { color: rgb(175,162,237); }
H1.HeaderClassName
{
color: #AFA2ED;
}
.AnyTagClassName
{
color: #AFA2ED;
}
</style>
background-color css
<style>
a { background-color: #AFA2ED; }
a { background-color: rgb(175,162,237); }
div.DivClassName
{
background-color: #AFA2ED;
}
.BgClassName
{
background-color: #AFA2ED;
}
</style>
border-color css
<style>
span { border-color: #AFA2ED; }
span { border-color: rgb(175,162,237); }
td.TdClassName
{
border-color: #AFA2ED;
}
.TagClassName
{
border-color: #AFA2ED;
}
</style>