Shades of Biloba Flower #AF9BCE
Tints of Biloba Flower #AF9BCE
RGB
CMYK
RGB Variations
Color information
#AF9BCE (or 0xAF9BCE) is known color: Biloba Flower. HEX triplet: AF, 9B and CE. RGB value is (175,155,206). Sum of RGB (Red+Green+Blue) = 175+155+206=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BCE is #506431. Grayscale: #A6A6A6. Windows color (decimal): -5268530 or 13540271. OLE color: 13540271.
HSL color Cylindrical-coordinate representation of color #AF9BCE: hue angle of 263.53º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF9BCE is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 155 | 206 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.19 |
| HSL | 263.53º | 0.34% | 0.71% | - |
| HSV(B) | 263.53º | 0.25% | 0.81% | - |
| XYZ | 40.54 | 37.01 | 63.4 | - |
| YUV | 166.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 206 | 0.15 | 0.25 | 0 | 0.19 | 263.53 | 0.34 | 0.71 |
| Hex | AF | 9B | CE | F | 19 | 0 | 13 | 108 | 22 | 47 |
| Octal | 257 | 233 | 316 | 17 | 31 | 0 | 23 | 410 | 42 | 107 |
| Binary | 10101111 | 10011011 | 11001110 | 1111 | 11001 | 0 | 10011 | 100001000 | 100010 | 1000111 |
Color Harmonies of #AF9BCE
Complementary color
Monochromatic Colors of #AF9BCE
Black with #AF9BCE
Text Example
Text Example
White with #AF9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9BCE; }
p { color: rgb(175,155,206); }
H1.HeaderClassName
{
color: #AF9BCE;
}
.AnyTagClassName
{
color: #AF9BCE;
}
</style>
background-color css
<style>
a { background-color: #AF9BCE; }
a { background-color: rgb(175,155,206); }
div.DivClassName
{
background-color: #AF9BCE;
}
.BgClassName
{
background-color: #AF9BCE;
}
</style>
border-color css
<style>
span { border-color: #AF9BCE; }
span { border-color: rgb(175,155,206); }
td.TdClassName
{
border-color: #AF9BCE;
}
.TagClassName
{
border-color: #AF9BCE;
}
</style>