Shades of Biloba Flower #AF8FEF
Tints of Biloba Flower #AF8FEF
RGB
CMYK
RGB Variations
Color information
#AF8FEF (or 0xAF8FEF) is known color: Biloba Flower. HEX triplet: AF, 8F and EF. RGB value is (175,143,239). Sum of RGB (Red+Green+Blue) = 175+143+239=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF8FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FEF is #507010. Grayscale: #A3A3A3. Windows color (decimal): -5271569 or 15699887. OLE color: 15699887.
HSL color Cylindrical-coordinate representation of color #AF8FEF: hue angle of 260º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF8FEF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 143 | 239 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.06 |
| HSL | 260º | 0.75% | 0.75% | - |
| HSV(B) | 260º | 0.4% | 0.94% | - |
| XYZ | 43.08 | 34.99 | 86.14 | - |
| YUV | 163.51 | 170.6 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 239 | 0.27 | 0.40 | 0 | 0.06 | 260 | 0.75 | 0.75 |
| Hex | AF | 8F | EF | 1B | 28 | 0 | 6 | 104 | 4B | 4B |
| Octal | 257 | 217 | 357 | 33 | 50 | 0 | 6 | 404 | 113 | 113 |
| Binary | 10101111 | 10001111 | 11101111 | 11011 | 101000 | 0 | 110 | 100000100 | 1001011 | 1001011 |
Color Harmonies of #AF8FEF
Complementary color
Monochromatic Colors of #AF8FEF
Black with #AF8FEF
Text Example
Text Example
White with #AF8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FEF; }
p { color: rgb(175,143,239); }
H1.HeaderClassName
{
color: #AF8FEF;
}
.AnyTagClassName
{
color: #AF8FEF;
}
</style>
background-color css
<style>
a { background-color: #AF8FEF; }
a { background-color: rgb(175,143,239); }
div.DivClassName
{
background-color: #AF8FEF;
}
.BgClassName
{
background-color: #AF8FEF;
}
</style>
border-color css
<style>
span { border-color: #AF8FEF; }
span { border-color: rgb(175,143,239); }
td.TdClassName
{
border-color: #AF8FEF;
}
.TagClassName
{
border-color: #AF8FEF;
}
</style>