Shades of Biloba Flower #AF86FF
Tints of Biloba Flower #AF86FF
RGB
CMYK
RGB Variations
Color information
#AF86FF (or 0xAF86FF) is known color: Biloba Flower. HEX triplet: AF, 86 and FF. RGB value is (175,134,255). Sum of RGB (Red+Green+Blue) = 175+134+255=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86FF is #507900. Grayscale: #9F9F9F. Windows color (decimal): -5273857 or 16746159. OLE color: 16746159.
HSL color Cylindrical-coordinate representation of color #AF86FF: hue angle of 260.33º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF86FF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 134 | 255 | - |
| CMYK | 0.31 | 0.47 | 0 | 0 |
| HSL | 260.33º | 1% | 0.76% | - |
| HSV(B) | 260.33º | 0.47% | 1% | - |
| XYZ | 44.25 | 33.38 | 98.72 | - |
| YUV | 160.05 | 181.58 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 255 | 0.31 | 0.47 | 0 | 0 | 260.33 | 1 | 0.76 |
| Hex | AF | 86 | FF | 1F | 2F | 0 | 0 | 104 | 64 | 4C |
| Octal | 257 | 206 | 377 | 37 | 57 | 0 | 0 | 404 | 144 | 114 |
| Binary | 10101111 | 10000110 | 11111111 | 11111 | 101111 | 0 | 0 | 100000100 | 1100100 | 1001100 |
Color Harmonies of #AF86FF
Complementary color
Monochromatic Colors of #AF86FF
Black with #AF86FF
Text Example
Text Example
White with #AF86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF86FF; }
p { color: rgb(175,134,255); }
H1.HeaderClassName
{
color: #AF86FF;
}
.AnyTagClassName
{
color: #AF86FF;
}
</style>
background-color css
<style>
a { background-color: #AF86FF; }
a { background-color: rgb(175,134,255); }
div.DivClassName
{
background-color: #AF86FF;
}
.BgClassName
{
background-color: #AF86FF;
}
</style>
border-color css
<style>
span { border-color: #AF86FF; }
span { border-color: rgb(175,134,255); }
td.TdClassName
{
border-color: #AF86FF;
}
.TagClassName
{
border-color: #AF86FF;
}
</style>