Shades of Biloba Flower #AF84EC
Tints of Biloba Flower #AF84EC
RGB
CMYK
RGB Variations
Color information
#AF84EC (or 0xAF84EC) is known color: Biloba Flower. HEX triplet: AF, 84 and EC. RGB value is (175,132,236). Sum of RGB (Red+Green+Blue) = 175+132+236=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF84EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84EC is #507B13. Grayscale: #9C9C9C. Windows color (decimal): -5274388 or 15500463. OLE color: 15500463.
HSL color Cylindrical-coordinate representation of color #AF84EC: hue angle of 264.81º 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 #AF84EC is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 132 | 236 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.07 |
| HSL | 264.81º | 0.73% | 0.72% | - |
| HSV(B) | 264.81º | 0.44% | 0.93% | - |
| XYZ | 41.07 | 31.67 | 83.31 | - |
| YUV | 156.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 236 | 0.26 | 0.44 | 0 | 0.07 | 264.81 | 0.73 | 0.72 |
| Hex | AF | 84 | EC | 1A | 2C | 0 | 7 | 109 | 49 | 48 |
| Octal | 257 | 204 | 354 | 32 | 54 | 0 | 7 | 411 | 111 | 110 |
| Binary | 10101111 | 10000100 | 11101100 | 11010 | 101100 | 0 | 111 | 100001001 | 1001001 | 1001000 |
Color Harmonies of #AF84EC
Complementary color
Monochromatic Colors of #AF84EC
Black with #AF84EC
Text Example
Text Example
White with #AF84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84EC; }
p { color: rgb(175,132,236); }
H1.HeaderClassName
{
color: #AF84EC;
}
.AnyTagClassName
{
color: #AF84EC;
}
</style>
background-color css
<style>
a { background-color: #AF84EC; }
a { background-color: rgb(175,132,236); }
div.DivClassName
{
background-color: #AF84EC;
}
.BgClassName
{
background-color: #AF84EC;
}
</style>
border-color css
<style>
span { border-color: #AF84EC; }
span { border-color: rgb(175,132,236); }
td.TdClassName
{
border-color: #AF84EC;
}
.TagClassName
{
border-color: #AF84EC;
}
</style>