Shades of Biloba Flower #AF9BED
Tints of Biloba Flower #AF9BED
RGB
CMYK
RGB Variations
Color information
#AF9BED (or 0xAF9BED) is known color: Biloba Flower. HEX triplet: AF, 9B and ED. RGB value is (175,155,237). Sum of RGB (Red+Green+Blue) = 175+155+237=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF9BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9BED is #506412. Grayscale: #AAAAAA. Windows color (decimal): -5268499 or 15571887. OLE color: 15571887.
HSL color Cylindrical-coordinate representation of color #AF9BED: hue angle of 254.63º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF9BED is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 155 | 237 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.07 |
| HSL | 254.63º | 0.69% | 0.77% | - |
| HSV(B) | 254.63º | 0.35% | 0.93% | - |
| XYZ | 44.69 | 38.67 | 85.23 | - |
| YUV | 170.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 237 | 0.26 | 0.35 | 0 | 0.07 | 254.63 | 0.69 | 0.77 |
| Hex | AF | 9B | ED | 1A | 23 | 0 | 7 | FF | 45 | 4D |
| Octal | 257 | 233 | 355 | 32 | 43 | 0 | 7 | 377 | 105 | 115 |
| Binary | 10101111 | 10011011 | 11101101 | 11010 | 100011 | 0 | 111 | 11111111 | 1000101 | 1001101 |
Color Harmonies of #AF9BED
Complementary color
Monochromatic Colors of #AF9BED
Black with #AF9BED
Text Example
Text Example
White with #AF9BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9BED; }
p { color: rgb(175,155,237); }
H1.HeaderClassName
{
color: #AF9BED;
}
.AnyTagClassName
{
color: #AF9BED;
}
</style>
background-color css
<style>
a { background-color: #AF9BED; }
a { background-color: rgb(175,155,237); }
div.DivClassName
{
background-color: #AF9BED;
}
.BgClassName
{
background-color: #AF9BED;
}
</style>
border-color css
<style>
span { border-color: #AF9BED; }
span { border-color: rgb(175,155,237); }
td.TdClassName
{
border-color: #AF9BED;
}
.TagClassName
{
border-color: #AF9BED;
}
</style>