Shades of Biloba Flower #AF88ED
Tints of Biloba Flower #AF88ED
RGB
CMYK
RGB Variations
Color information
#AF88ED (or 0xAF88ED) is known color: Biloba Flower. HEX triplet: AF, 88 and ED. RGB value is (175,136,237). Sum of RGB (Red+Green+Blue) = 175+136+237=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF88ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF88ED is #507712. Grayscale: #9E9E9E. Windows color (decimal): -5273363 or 15567023. OLE color: 15567023.
HSL color Cylindrical-coordinate representation of color #AF88ED: hue angle of 263.17º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF88ED is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 136 | 237 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.07 |
| HSL | 263.17º | 0.74% | 0.73% | - |
| HSV(B) | 263.17º | 0.43% | 0.93% | - |
| XYZ | 41.77 | 32.84 | 84.26 | - |
| YUV | 159.18 | 171.92 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 237 | 0.26 | 0.43 | 0 | 0.07 | 263.17 | 0.74 | 0.73 |
| Hex | AF | 88 | ED | 1A | 2B | 0 | 7 | 107 | 4A | 49 |
| Octal | 257 | 210 | 355 | 32 | 53 | 0 | 7 | 407 | 112 | 111 |
| Binary | 10101111 | 10001000 | 11101101 | 11010 | 101011 | 0 | 111 | 100000111 | 1001010 | 1001001 |
Color Harmonies of #AF88ED
Complementary color
Monochromatic Colors of #AF88ED
Black with #AF88ED
Text Example
Text Example
White with #AF88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF88ED; }
p { color: rgb(175,136,237); }
H1.HeaderClassName
{
color: #AF88ED;
}
.AnyTagClassName
{
color: #AF88ED;
}
</style>
background-color css
<style>
a { background-color: #AF88ED; }
a { background-color: rgb(175,136,237); }
div.DivClassName
{
background-color: #AF88ED;
}
.BgClassName
{
background-color: #AF88ED;
}
</style>
border-color css
<style>
span { border-color: #AF88ED; }
span { border-color: rgb(175,136,237); }
td.TdClassName
{
border-color: #AF88ED;
}
.TagClassName
{
border-color: #AF88ED;
}
</style>