Shades of Biloba Flower #AF9FDE
Tints of Biloba Flower #AF9FDE
RGB
CMYK
RGB Variations
Color information
#AF9FDE (or 0xAF9FDE) is known color: Biloba Flower. HEX triplet: AF, 9F and DE. RGB value is (175,159,222). Sum of RGB (Red+Green+Blue) = 175+159+222=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FDE is #506021. Grayscale: #AAAAAA. Windows color (decimal): -5267490 or 14589871. OLE color: 14589871.
HSL color Cylindrical-coordinate representation of color #AF9FDE: hue angle of 255.24º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF9FDE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 159 | 222 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.13 |
| HSL | 255.24º | 0.49% | 0.75% | - |
| HSV(B) | 255.24º | 0.28% | 0.87% | - |
| XYZ | 43.26 | 39.18 | 74.39 | - |
| YUV | 170.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 222 | 0.21 | 0.28 | 0 | 0.13 | 255.24 | 0.49 | 0.75 |
| Hex | AF | 9F | DE | 15 | 1C | 0 | D | FF | 31 | 4B |
| Octal | 257 | 237 | 336 | 25 | 34 | 0 | 15 | 377 | 61 | 113 |
| Binary | 10101111 | 10011111 | 11011110 | 10101 | 11100 | 0 | 1101 | 11111111 | 110001 | 1001011 |
Color Harmonies of #AF9FDE
Complementary color
Monochromatic Colors of #AF9FDE
Black with #AF9FDE
Text Example
Text Example
White with #AF9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9FDE; }
p { color: rgb(175,159,222); }
H1.HeaderClassName
{
color: #AF9FDE;
}
.AnyTagClassName
{
color: #AF9FDE;
}
</style>
background-color css
<style>
a { background-color: #AF9FDE; }
a { background-color: rgb(175,159,222); }
div.DivClassName
{
background-color: #AF9FDE;
}
.BgClassName
{
background-color: #AF9FDE;
}
</style>
border-color css
<style>
span { border-color: #AF9FDE; }
span { border-color: rgb(175,159,222); }
td.TdClassName
{
border-color: #AF9FDE;
}
.TagClassName
{
border-color: #AF9FDE;
}
</style>