Shades of Biloba Flower #AF84E0
Tints of Biloba Flower #AF84E0
RGB
CMYK
RGB Variations
Color information
#AF84E0 (or 0xAF84E0) is known color: Biloba Flower. HEX triplet: AF, 84 and E0. RGB value is (175,132,224). Sum of RGB (Red+Green+Blue) = 175+132+224=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF84E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84E0 is #507B1F. Grayscale: #9B9B9B. Windows color (decimal): -5274400 or 14714031. OLE color: 14714031.
HSL color Cylindrical-coordinate representation of color #AF84E0: hue angle of 268.04º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF84E0 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 132 | 224 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.12 |
| HSL | 268.04º | 0.6% | 0.7% | - |
| HSV(B) | 268.04º | 0.41% | 0.88% | - |
| XYZ | 39.39 | 31 | 74.43 | - |
| YUV | 155.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 224 | 0.22 | 0.41 | 0 | 0.12 | 268.04 | 0.6 | 0.7 |
| Hex | AF | 84 | E0 | 16 | 29 | 0 | C | 10C | 3C | 46 |
| Octal | 257 | 204 | 340 | 26 | 51 | 0 | 14 | 414 | 74 | 106 |
| Binary | 10101111 | 10000100 | 11100000 | 10110 | 101001 | 0 | 1100 | 100001100 | 111100 | 1000110 |
Color Harmonies of #AF84E0
Complementary color
Monochromatic Colors of #AF84E0
Black with #AF84E0
Text Example
Text Example
White with #AF84E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84E0; }
p { color: rgb(175,132,224); }
H1.HeaderClassName
{
color: #AF84E0;
}
.AnyTagClassName
{
color: #AF84E0;
}
</style>
background-color css
<style>
a { background-color: #AF84E0; }
a { background-color: rgb(175,132,224); }
div.DivClassName
{
background-color: #AF84E0;
}
.BgClassName
{
background-color: #AF84E0;
}
</style>
border-color css
<style>
span { border-color: #AF84E0; }
span { border-color: rgb(175,132,224); }
td.TdClassName
{
border-color: #AF84E0;
}
.TagClassName
{
border-color: #AF84E0;
}
</style>