Shades of Biloba Flower #AF90D8
Tints of Biloba Flower #AF90D8
RGB
CMYK
RGB Variations
Color information
#AF90D8 (or 0xAF90D8) is known color: Biloba Flower. HEX triplet: AF, 90 and D8. RGB value is (175,144,216). Sum of RGB (Red+Green+Blue) = 175+144+216=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF90D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90D8 is #506F27. Grayscale: #A1A1A1. Windows color (decimal): -5271336 or 14192815. OLE color: 14192815.
HSL color Cylindrical-coordinate representation of color #AF90D8: hue angle of 265.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF90D8 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 144 | 216 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.15 |
| HSL | 265.83º | 0.48% | 0.71% | - |
| HSV(B) | 265.83º | 0.33% | 0.85% | - |
| XYZ | 40.05 | 34.02 | 69.42 | - |
| YUV | 161.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 216 | 0.19 | 0.33 | 0 | 0.15 | 265.83 | 0.48 | 0.71 |
| Hex | AF | 90 | D8 | 13 | 21 | 0 | F | 10A | 30 | 47 |
| Octal | 257 | 220 | 330 | 23 | 41 | 0 | 17 | 412 | 60 | 107 |
| Binary | 10101111 | 10010000 | 11011000 | 10011 | 100001 | 0 | 1111 | 100001010 | 110000 | 1000111 |
Color Harmonies of #AF90D8
Complementary color
Monochromatic Colors of #AF90D8
Black with #AF90D8
Text Example
Text Example
White with #AF90D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90D8; }
p { color: rgb(175,144,216); }
H1.HeaderClassName
{
color: #AF90D8;
}
.AnyTagClassName
{
color: #AF90D8;
}
</style>
background-color css
<style>
a { background-color: #AF90D8; }
a { background-color: rgb(175,144,216); }
div.DivClassName
{
background-color: #AF90D8;
}
.BgClassName
{
background-color: #AF90D8;
}
</style>
border-color css
<style>
span { border-color: #AF90D8; }
span { border-color: rgb(175,144,216); }
td.TdClassName
{
border-color: #AF90D8;
}
.TagClassName
{
border-color: #AF90D8;
}
</style>