Shades of Biloba Flower #AF8BCF
Tints of Biloba Flower #AF8BCF
RGB
CMYK
RGB Variations
Color information
#AF8BCF (or 0xAF8BCF) is known color: Biloba Flower. HEX triplet: AF, 8B and CF. RGB value is (175,139,207). Sum of RGB (Red+Green+Blue) = 175+139+207=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF8BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BCF is #507430. Grayscale: #9D9D9D. Windows color (decimal): -5272625 or 13601711. OLE color: 13601711.
HSL color Cylindrical-coordinate representation of color #AF8BCF: hue angle of 271.76º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF8BCF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 139 | 207 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.19 |
| HSL | 271.76º | 0.41% | 0.68% | - |
| HSV(B) | 271.76º | 0.33% | 0.81% | - |
| XYZ | 38.17 | 32.08 | 63.21 | - |
| YUV | 157.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 207 | 0.15 | 0.33 | 0 | 0.19 | 271.76 | 0.41 | 0.68 |
| Hex | AF | 8B | CF | F | 21 | 0 | 13 | 110 | 29 | 44 |
| Octal | 257 | 213 | 317 | 17 | 41 | 0 | 23 | 420 | 51 | 104 |
| Binary | 10101111 | 10001011 | 11001111 | 1111 | 100001 | 0 | 10011 | 100010000 | 101001 | 1000100 |
Color Harmonies of #AF8BCF
Complementary color
Monochromatic Colors of #AF8BCF
Black with #AF8BCF
Text Example
Text Example
White with #AF8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8BCF; }
p { color: rgb(175,139,207); }
H1.HeaderClassName
{
color: #AF8BCF;
}
.AnyTagClassName
{
color: #AF8BCF;
}
</style>
background-color css
<style>
a { background-color: #AF8BCF; }
a { background-color: rgb(175,139,207); }
div.DivClassName
{
background-color: #AF8BCF;
}
.BgClassName
{
background-color: #AF8BCF;
}
</style>
border-color css
<style>
span { border-color: #AF8BCF; }
span { border-color: rgb(175,139,207); }
td.TdClassName
{
border-color: #AF8BCF;
}
.TagClassName
{
border-color: #AF8BCF;
}
</style>