Shades of Biloba Flower #AF90DF
Tints of Biloba Flower #AF90DF
RGB
CMYK
RGB Variations
Color information
#AF90DF (or 0xAF90DF) is known color: Biloba Flower. HEX triplet: AF, 90 and DF. RGB value is (175,144,223). Sum of RGB (Red+Green+Blue) = 175+144+223=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF90DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90DF is #506F20. Grayscale: #A1A1A1. Windows color (decimal): -5271329 or 14651567. OLE color: 14651567.
HSL color Cylindrical-coordinate representation of color #AF90DF: hue angle of 263.54º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF90DF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 144 | 223 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.13 |
| HSL | 263.54º | 0.55% | 0.72% | - |
| HSV(B) | 263.54º | 0.35% | 0.87% | - |
| XYZ | 40.97 | 34.39 | 74.29 | - |
| YUV | 162.28 | 162.27 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 223 | 0.22 | 0.35 | 0 | 0.13 | 263.54 | 0.55 | 0.72 |
| Hex | AF | 90 | DF | 16 | 23 | 0 | D | 108 | 37 | 48 |
| Octal | 257 | 220 | 337 | 26 | 43 | 0 | 15 | 410 | 67 | 110 |
| Binary | 10101111 | 10010000 | 11011111 | 10110 | 100011 | 0 | 1101 | 100001000 | 110111 | 1001000 |
Color Harmonies of #AF90DF
Complementary color
Monochromatic Colors of #AF90DF
Black with #AF90DF
Text Example
Text Example
White with #AF90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90DF; }
p { color: rgb(175,144,223); }
H1.HeaderClassName
{
color: #AF90DF;
}
.AnyTagClassName
{
color: #AF90DF;
}
</style>
background-color css
<style>
a { background-color: #AF90DF; }
a { background-color: rgb(175,144,223); }
div.DivClassName
{
background-color: #AF90DF;
}
.BgClassName
{
background-color: #AF90DF;
}
</style>
border-color css
<style>
span { border-color: #AF90DF; }
span { border-color: rgb(175,144,223); }
td.TdClassName
{
border-color: #AF90DF;
}
.TagClassName
{
border-color: #AF90DF;
}
</style>