Shades of Biloba Flower #AF8EE1
Tints of Biloba Flower #AF8EE1
RGB
CMYK
RGB Variations
Color information
#AF8EE1 (or 0xAF8EE1) is known color: Biloba Flower. HEX triplet: AF, 8E and E1. RGB value is (175,142,225). Sum of RGB (Red+Green+Blue) = 175+142+225=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF8EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EE1 is #50711E. Grayscale: #A1A1A1. Windows color (decimal): -5271839 or 14782127. OLE color: 14782127.
HSL color Cylindrical-coordinate representation of color #AF8EE1: hue angle of 263.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF8EE1 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 142 | 225 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.12 |
| HSL | 263.86º | 0.58% | 0.72% | - |
| HSV(B) | 263.86º | 0.37% | 0.88% | - |
| XYZ | 40.94 | 33.9 | 75.62 | - |
| YUV | 161.33 | 163.93 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 225 | 0.22 | 0.37 | 0 | 0.12 | 263.86 | 0.58 | 0.72 |
| Hex | AF | 8E | E1 | 16 | 25 | 0 | C | 108 | 3A | 48 |
| Octal | 257 | 216 | 341 | 26 | 45 | 0 | 14 | 410 | 72 | 110 |
| Binary | 10101111 | 10001110 | 11100001 | 10110 | 100101 | 0 | 1100 | 100001000 | 111010 | 1001000 |
Color Harmonies of #AF8EE1
Complementary color
Monochromatic Colors of #AF8EE1
Black with #AF8EE1
Text Example
Text Example
White with #AF8EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8EE1; }
p { color: rgb(175,142,225); }
H1.HeaderClassName
{
color: #AF8EE1;
}
.AnyTagClassName
{
color: #AF8EE1;
}
</style>
background-color css
<style>
a { background-color: #AF8EE1; }
a { background-color: rgb(175,142,225); }
div.DivClassName
{
background-color: #AF8EE1;
}
.BgClassName
{
background-color: #AF8EE1;
}
</style>
border-color css
<style>
span { border-color: #AF8EE1; }
span { border-color: rgb(175,142,225); }
td.TdClassName
{
border-color: #AF8EE1;
}
.TagClassName
{
border-color: #AF8EE1;
}
</style>