Shades of Biloba Flower #AF8CE9
Tints of Biloba Flower #AF8CE9
RGB
CMYK
RGB Variations
Color information
#AF8CE9 (or 0xAF8CE9) is known color: Biloba Flower. HEX triplet: AF, 8C and E9. RGB value is (175,140,233). Sum of RGB (Red+Green+Blue) = 175+140+233=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF8CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CE9 is #507316. Grayscale: #A0A0A0. Windows color (decimal): -5272343 or 15305903. OLE color: 15305903.
HSL color Cylindrical-coordinate representation of color #AF8CE9: hue angle of 262.58º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF8CE9 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 140 | 233 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.09 |
| HSL | 262.58º | 0.68% | 0.73% | - |
| HSV(B) | 262.58º | 0.4% | 0.91% | - |
| XYZ | 41.77 | 33.75 | 81.4 | - |
| YUV | 161.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 233 | 0.25 | 0.40 | 0 | 0.09 | 262.58 | 0.68 | 0.73 |
| Hex | AF | 8C | E9 | 19 | 28 | 0 | 9 | 107 | 44 | 49 |
| Octal | 257 | 214 | 351 | 31 | 50 | 0 | 11 | 407 | 104 | 111 |
| Binary | 10101111 | 10001100 | 11101001 | 11001 | 101000 | 0 | 1001 | 100000111 | 1000100 | 1001001 |
Color Harmonies of #AF8CE9
Complementary color
Monochromatic Colors of #AF8CE9
Black with #AF8CE9
Text Example
Text Example
White with #AF8CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CE9; }
p { color: rgb(175,140,233); }
H1.HeaderClassName
{
color: #AF8CE9;
}
.AnyTagClassName
{
color: #AF8CE9;
}
</style>
background-color css
<style>
a { background-color: #AF8CE9; }
a { background-color: rgb(175,140,233); }
div.DivClassName
{
background-color: #AF8CE9;
}
.BgClassName
{
background-color: #AF8CE9;
}
</style>
border-color css
<style>
span { border-color: #AF8CE9; }
span { border-color: rgb(175,140,233); }
td.TdClassName
{
border-color: #AF8CE9;
}
.TagClassName
{
border-color: #AF8CE9;
}
</style>