Shades of Biloba Flower #AF85EC
Tints of Biloba Flower #AF85EC
RGB
CMYK
RGB Variations
Color information
#AF85EC (or 0xAF85EC) is known color: Biloba Flower. HEX triplet: AF, 85 and EC. RGB value is (175,133,236). Sum of RGB (Red+Green+Blue) = 175+133+236=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85EC is #507A13. Grayscale: #9C9C9C. Windows color (decimal): -5274132 or 15500719. OLE color: 15500719.
HSL color Cylindrical-coordinate representation of color #AF85EC: hue angle of 264.47º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF85EC is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 133 | 236 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.07 |
| HSL | 264.47º | 0.73% | 0.72% | - |
| HSV(B) | 264.47º | 0.44% | 0.93% | - |
| XYZ | 41.21 | 31.95 | 83.35 | - |
| YUV | 157.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 236 | 0.26 | 0.44 | 0 | 0.07 | 264.47 | 0.73 | 0.72 |
| Hex | AF | 85 | EC | 1A | 2C | 0 | 7 | 108 | 49 | 48 |
| Octal | 257 | 205 | 354 | 32 | 54 | 0 | 7 | 410 | 111 | 110 |
| Binary | 10101111 | 10000101 | 11101100 | 11010 | 101100 | 0 | 111 | 100001000 | 1001001 | 1001000 |
Color Harmonies of #AF85EC
Complementary color
Monochromatic Colors of #AF85EC
Black with #AF85EC
Text Example
Text Example
White with #AF85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85EC; }
p { color: rgb(175,133,236); }
H1.HeaderClassName
{
color: #AF85EC;
}
.AnyTagClassName
{
color: #AF85EC;
}
</style>
background-color css
<style>
a { background-color: #AF85EC; }
a { background-color: rgb(175,133,236); }
div.DivClassName
{
background-color: #AF85EC;
}
.BgClassName
{
background-color: #AF85EC;
}
</style>
border-color css
<style>
span { border-color: #AF85EC; }
span { border-color: rgb(175,133,236); }
td.TdClassName
{
border-color: #AF85EC;
}
.TagClassName
{
border-color: #AF85EC;
}
</style>