Shades of Biloba Flower #AF8BD0
Tints of Biloba Flower #AF8BD0
RGB
CMYK
RGB Variations
Color information
#AF8BD0 (or 0xAF8BD0) is known color: Biloba Flower. HEX triplet: AF, 8B and D0. RGB value is (175,139,208). Sum of RGB (Red+Green+Blue) = 175+139+208=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF8BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BD0 is #50742F. Grayscale: #9D9D9D. Windows color (decimal): -5272624 or 13667247. OLE color: 13667247.
HSL color Cylindrical-coordinate representation of color #AF8BD0: hue angle of 271.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF8BD0 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 139 | 208 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.18 |
| HSL | 271.3º | 0.42% | 0.68% | - |
| HSV(B) | 271.3º | 0.33% | 0.82% | - |
| XYZ | 38.3 | 32.13 | 63.86 | - |
| YUV | 157.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 208 | 0.16 | 0.33 | 0 | 0.18 | 271.3 | 0.42 | 0.68 |
| Hex | AF | 8B | D0 | 10 | 21 | 0 | 12 | 10F | 2A | 44 |
| Octal | 257 | 213 | 320 | 20 | 41 | 0 | 22 | 417 | 52 | 104 |
| Binary | 10101111 | 10001011 | 11010000 | 10000 | 100001 | 0 | 10010 | 100001111 | 101010 | 1000100 |
Color Harmonies of #AF8BD0
Complementary color
Monochromatic Colors of #AF8BD0
Black with #AF8BD0
Text Example
Text Example
White with #AF8BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8BD0; }
p { color: rgb(175,139,208); }
H1.HeaderClassName
{
color: #AF8BD0;
}
.AnyTagClassName
{
color: #AF8BD0;
}
</style>
background-color css
<style>
a { background-color: #AF8BD0; }
a { background-color: rgb(175,139,208); }
div.DivClassName
{
background-color: #AF8BD0;
}
.BgClassName
{
background-color: #AF8BD0;
}
</style>
border-color css
<style>
span { border-color: #AF8BD0; }
span { border-color: rgb(175,139,208); }
td.TdClassName
{
border-color: #AF8BD0;
}
.TagClassName
{
border-color: #AF8BD0;
}
</style>