Shades of Biloba Flower #AF8FCF
Tints of Biloba Flower #AF8FCF
RGB
CMYK
RGB Variations
Color information
#AF8FCF (or 0xAF8FCF) is known color: Biloba Flower. HEX triplet: AF, 8F and CF. RGB value is (175,143,207). Sum of RGB (Red+Green+Blue) = 175+143+207=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF8FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FCF is #507030. Grayscale: #9F9F9F. Windows color (decimal): -5271601 or 13602735. OLE color: 13602735.
HSL color Cylindrical-coordinate representation of color #AF8FCF: hue angle of 270º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8FCF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 143 | 207 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.19 |
| HSL | 270º | 0.4% | 0.69% | - |
| HSV(B) | 270º | 0.31% | 0.81% | - |
| XYZ | 38.76 | 33.26 | 63.41 | - |
| YUV | 159.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 207 | 0.15 | 0.31 | 0 | 0.19 | 270 | 0.4 | 0.69 |
| Hex | AF | 8F | CF | F | 1F | 0 | 13 | 10E | 28 | 45 |
| Octal | 257 | 217 | 317 | 17 | 37 | 0 | 23 | 416 | 50 | 105 |
| Binary | 10101111 | 10001111 | 11001111 | 1111 | 11111 | 0 | 10011 | 100001110 | 101000 | 1000101 |
Color Harmonies of #AF8FCF
Complementary color
Monochromatic Colors of #AF8FCF
Black with #AF8FCF
Text Example
Text Example
White with #AF8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FCF; }
p { color: rgb(175,143,207); }
H1.HeaderClassName
{
color: #AF8FCF;
}
.AnyTagClassName
{
color: #AF8FCF;
}
</style>
background-color css
<style>
a { background-color: #AF8FCF; }
a { background-color: rgb(175,143,207); }
div.DivClassName
{
background-color: #AF8FCF;
}
.BgClassName
{
background-color: #AF8FCF;
}
</style>
border-color css
<style>
span { border-color: #AF8FCF; }
span { border-color: rgb(175,143,207); }
td.TdClassName
{
border-color: #AF8FCF;
}
.TagClassName
{
border-color: #AF8FCF;
}
</style>