Shades of Biloba Flower #AF9BCD
Tints of Biloba Flower #AF9BCD
RGB
CMYK
RGB Variations
Color information
#AF9BCD (or 0xAF9BCD) is known color: Biloba Flower. HEX triplet: AF, 9B and CD. RGB value is (175,155,205). Sum of RGB (Red+Green+Blue) = 175+155+205=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BCD is #506432. Grayscale: #A6A6A6. Windows color (decimal): -5268531 or 13474735. OLE color: 13474735.
HSL color Cylindrical-coordinate representation of color #AF9BCD: hue angle of 264º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF9BCD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 155 | 205 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.20 |
| HSL | 264º | 0.33% | 0.71% | - |
| HSV(B) | 264º | 0.24% | 0.8% | - |
| XYZ | 40.42 | 36.96 | 62.76 | - |
| YUV | 166.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 205 | 0.15 | 0.24 | 0 | 0.20 | 264 | 0.33 | 0.71 |
| Hex | AF | 9B | CD | F | 18 | 0 | 14 | 108 | 21 | 47 |
| Octal | 257 | 233 | 315 | 17 | 30 | 0 | 24 | 410 | 41 | 107 |
| Binary | 10101111 | 10011011 | 11001101 | 1111 | 11000 | 0 | 10100 | 100001000 | 100001 | 1000111 |
Color Harmonies of #AF9BCD
Complementary color
Monochromatic Colors of #AF9BCD
Black with #AF9BCD
Text Example
Text Example
White with #AF9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9BCD; }
p { color: rgb(175,155,205); }
H1.HeaderClassName
{
color: #AF9BCD;
}
.AnyTagClassName
{
color: #AF9BCD;
}
</style>
background-color css
<style>
a { background-color: #AF9BCD; }
a { background-color: rgb(175,155,205); }
div.DivClassName
{
background-color: #AF9BCD;
}
.BgClassName
{
background-color: #AF9BCD;
}
</style>
border-color css
<style>
span { border-color: #AF9BCD; }
span { border-color: rgb(175,155,205); }
td.TdClassName
{
border-color: #AF9BCD;
}
.TagClassName
{
border-color: #AF9BCD;
}
</style>