Shades of Biloba Flower #AF8CFE
Tints of Biloba Flower #AF8CFE
RGB
CMYK
RGB Variations
Color information
#AF8CFE (or 0xAF8CFE) is known color: Biloba Flower. HEX triplet: AF, 8C and FE. RGB value is (175,140,254). Sum of RGB (Red+Green+Blue) = 175+140+254=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF8CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CFE is #507301. Grayscale: #A3A3A3. Windows color (decimal): -5272322 or 16682159. OLE color: 16682159.
HSL color Cylindrical-coordinate representation of color #AF8CFE: hue angle of 258.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8CFE is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 140 | 254 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.00 |
| HSL | 258.42º | 0.98% | 0.77% | - |
| HSV(B) | 258.42º | 0.45% | 1% | - |
| XYZ | 44.95 | 35.03 | 98.16 | - |
| YUV | 163.46 | 179.1 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 254 | 0.31 | 0.45 | 0 | 0.00 | 258.42 | 0.98 | 0.77 |
| Hex | AF | 8C | FE | 1F | 2D | 0 | 0 | 102 | 62 | 4D |
| Octal | 257 | 214 | 376 | 37 | 55 | 0 | 0 | 402 | 142 | 115 |
| Binary | 10101111 | 10001100 | 11111110 | 11111 | 101101 | 0 | 0 | 100000010 | 1100010 | 1001101 |
Color Harmonies of #AF8CFE
Complementary color
Monochromatic Colors of #AF8CFE
Black with #AF8CFE
Text Example
Text Example
White with #AF8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CFE; }
p { color: rgb(175,140,254); }
H1.HeaderClassName
{
color: #AF8CFE;
}
.AnyTagClassName
{
color: #AF8CFE;
}
</style>
background-color css
<style>
a { background-color: #AF8CFE; }
a { background-color: rgb(175,140,254); }
div.DivClassName
{
background-color: #AF8CFE;
}
.BgClassName
{
background-color: #AF8CFE;
}
</style>
border-color css
<style>
span { border-color: #AF8CFE; }
span { border-color: rgb(175,140,254); }
td.TdClassName
{
border-color: #AF8CFE;
}
.TagClassName
{
border-color: #AF8CFE;
}
</style>