Shades of Biloba Flower #AF8EE7
Tints of Biloba Flower #AF8EE7
RGB
CMYK
RGB Variations
Color information
#AF8EE7 (or 0xAF8EE7) is known color: Biloba Flower. HEX triplet: AF, 8E and E7. RGB value is (175,142,231). Sum of RGB (Red+Green+Blue) = 175+142+231=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF8EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EE7 is #507118. Grayscale: #A1A1A1. Windows color (decimal): -5271833 or 15175343. OLE color: 15175343.
HSL color Cylindrical-coordinate representation of color #AF8EE7: hue angle of 262.25º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF8EE7 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 142 | 231 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.09 |
| HSL | 262.25º | 0.65% | 0.73% | - |
| HSV(B) | 262.25º | 0.39% | 0.91% | - |
| XYZ | 41.78 | 34.23 | 80.01 | - |
| YUV | 162.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 231 | 0.24 | 0.39 | 0 | 0.09 | 262.25 | 0.65 | 0.73 |
| Hex | AF | 8E | E7 | 18 | 27 | 0 | 9 | 106 | 41 | 49 |
| Octal | 257 | 216 | 347 | 30 | 47 | 0 | 11 | 406 | 101 | 111 |
| Binary | 10101111 | 10001110 | 11100111 | 11000 | 100111 | 0 | 1001 | 100000110 | 1000001 | 1001001 |
Color Harmonies of #AF8EE7
Complementary color
Monochromatic Colors of #AF8EE7
Black with #AF8EE7
Text Example
Text Example
White with #AF8EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8EE7; }
p { color: rgb(175,142,231); }
H1.HeaderClassName
{
color: #AF8EE7;
}
.AnyTagClassName
{
color: #AF8EE7;
}
</style>
background-color css
<style>
a { background-color: #AF8EE7; }
a { background-color: rgb(175,142,231); }
div.DivClassName
{
background-color: #AF8EE7;
}
.BgClassName
{
background-color: #AF8EE7;
}
</style>
border-color css
<style>
span { border-color: #AF8EE7; }
span { border-color: rgb(175,142,231); }
td.TdClassName
{
border-color: #AF8EE7;
}
.TagClassName
{
border-color: #AF8EE7;
}
</style>