Shades of Biloba Flower #AF8CEC
Tints of Biloba Flower #AF8CEC
RGB
CMYK
RGB Variations
Color information
#AF8CEC (or 0xAF8CEC) is known color: Biloba Flower. HEX triplet: AF, 8C and EC. RGB value is (175,140,236). Sum of RGB (Red+Green+Blue) = 175+140+236=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF8CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CEC is #507313. Grayscale: #A1A1A1. Windows color (decimal): -5272340 or 15502511. OLE color: 15502511.
HSL color Cylindrical-coordinate representation of color #AF8CEC: hue angle of 261.88º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8CEC is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 140 | 236 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.07 |
| HSL | 261.88º | 0.72% | 0.74% | - |
| HSV(B) | 261.88º | 0.41% | 0.93% | - |
| XYZ | 42.2 | 33.93 | 83.68 | - |
| YUV | 161.41 | 170.1 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 236 | 0.26 | 0.41 | 0 | 0.07 | 261.88 | 0.72 | 0.74 |
| Hex | AF | 8C | EC | 1A | 29 | 0 | 7 | 106 | 48 | 4A |
| Octal | 257 | 214 | 354 | 32 | 51 | 0 | 7 | 406 | 110 | 112 |
| Binary | 10101111 | 10001100 | 11101100 | 11010 | 101001 | 0 | 111 | 100000110 | 1001000 | 1001010 |
Color Harmonies of #AF8CEC
Complementary color
Monochromatic Colors of #AF8CEC
Black with #AF8CEC
Text Example
Text Example
White with #AF8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CEC; }
p { color: rgb(175,140,236); }
H1.HeaderClassName
{
color: #AF8CEC;
}
.AnyTagClassName
{
color: #AF8CEC;
}
</style>
background-color css
<style>
a { background-color: #AF8CEC; }
a { background-color: rgb(175,140,236); }
div.DivClassName
{
background-color: #AF8CEC;
}
.BgClassName
{
background-color: #AF8CEC;
}
</style>
border-color css
<style>
span { border-color: #AF8CEC; }
span { border-color: rgb(175,140,236); }
td.TdClassName
{
border-color: #AF8CEC;
}
.TagClassName
{
border-color: #AF8CEC;
}
</style>