Shades of Biloba Flower #AF8ECF
Tints of Biloba Flower #AF8ECF
RGB
CMYK
RGB Variations
Color information
#AF8ECF (or 0xAF8ECF) is known color: Biloba Flower. HEX triplet: AF, 8E and CF. RGB value is (175,142,207). Sum of RGB (Red+Green+Blue) = 175+142+207=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF8ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ECF is #507130. Grayscale: #9F9F9F. Windows color (decimal): -5271857 or 13602479. OLE color: 13602479.
HSL color Cylindrical-coordinate representation of color #AF8ECF: hue angle of 270.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8ECF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 142 | 207 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.19 |
| HSL | 270.46º | 0.4% | 0.68% | - |
| HSV(B) | 270.46º | 0.31% | 0.81% | - |
| XYZ | 38.61 | 32.96 | 63.36 | - |
| YUV | 159.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 207 | 0.15 | 0.31 | 0 | 0.19 | 270.46 | 0.4 | 0.68 |
| Hex | AF | 8E | CF | F | 1F | 0 | 13 | 10E | 28 | 44 |
| Octal | 257 | 216 | 317 | 17 | 37 | 0 | 23 | 416 | 50 | 104 |
| Binary | 10101111 | 10001110 | 11001111 | 1111 | 11111 | 0 | 10011 | 100001110 | 101000 | 1000100 |
Color Harmonies of #AF8ECF
Complementary color
Monochromatic Colors of #AF8ECF
Black with #AF8ECF
Text Example
Text Example
White with #AF8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8ECF; }
p { color: rgb(175,142,207); }
H1.HeaderClassName
{
color: #AF8ECF;
}
.AnyTagClassName
{
color: #AF8ECF;
}
</style>
background-color css
<style>
a { background-color: #AF8ECF; }
a { background-color: rgb(175,142,207); }
div.DivClassName
{
background-color: #AF8ECF;
}
.BgClassName
{
background-color: #AF8ECF;
}
</style>
border-color css
<style>
span { border-color: #AF8ECF; }
span { border-color: rgb(175,142,207); }
td.TdClassName
{
border-color: #AF8ECF;
}
.TagClassName
{
border-color: #AF8ECF;
}
</style>