Shades of Biloba Flower #AF9FC5
Tints of Biloba Flower #AF9FC5
RGB
CMYK
RGB Variations
Color information
#AF9FC5 (or 0xAF9FC5) is known color: Biloba Flower. HEX triplet: AF, 9F and C5. RGB value is (175,159,197). Sum of RGB (Red+Green+Blue) = 175+159+197=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF9FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FC5 is #50603A. Grayscale: #A7A7A7. Windows color (decimal): -5267515 or 12951471. OLE color: 12951471.
HSL color Cylindrical-coordinate representation of color #AF9FC5: hue angle of 265.26º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF9FC5 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 159 | 197 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.23 |
| HSL | 265.26º | 0.25% | 0.7% | - |
| HSV(B) | 265.26º | 0.19% | 0.77% | - |
| XYZ | 40.16 | 37.94 | 58.03 | - |
| YUV | 168.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 197 | 0.11 | 0.19 | 0 | 0.23 | 265.26 | 0.25 | 0.7 |
| Hex | AF | 9F | C5 | B | 13 | 0 | 17 | 109 | 19 | 46 |
| Octal | 257 | 237 | 305 | 13 | 23 | 0 | 27 | 411 | 31 | 106 |
| Binary | 10101111 | 10011111 | 11000101 | 1011 | 10011 | 0 | 10111 | 100001001 | 11001 | 1000110 |
Color Harmonies of #AF9FC5
Complementary color
Monochromatic Colors of #AF9FC5
Black with #AF9FC5
Text Example
Text Example
White with #AF9FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9FC5; }
p { color: rgb(175,159,197); }
H1.HeaderClassName
{
color: #AF9FC5;
}
.AnyTagClassName
{
color: #AF9FC5;
}
</style>
background-color css
<style>
a { background-color: #AF9FC5; }
a { background-color: rgb(175,159,197); }
div.DivClassName
{
background-color: #AF9FC5;
}
.BgClassName
{
background-color: #AF9FC5;
}
</style>
border-color css
<style>
span { border-color: #AF9FC5; }
span { border-color: rgb(175,159,197); }
td.TdClassName
{
border-color: #AF9FC5;
}
.TagClassName
{
border-color: #AF9FC5;
}
</style>