Shades of Biloba Flower #AF85FA
Tints of Biloba Flower #AF85FA
RGB
CMYK
RGB Variations
Color information
#AF85FA (or 0xAF85FA) is known color: Biloba Flower. HEX triplet: AF, 85 and FA. RGB value is (175,133,250). Sum of RGB (Red+Green+Blue) = 175+133+250=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF85FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85FA is #507A05. Grayscale: #9E9E9E. Windows color (decimal): -5274118 or 16418223. OLE color: 16418223.
HSL color Cylindrical-coordinate representation of color #AF85FA: hue angle of 261.54º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF85FA is Cyan = 0.3, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 133 | 250 | - |
| CMYK | 0.3 | 0.47 | 0 | 0.02 |
| HSL | 261.54º | 0.92% | 0.75% | - |
| HSV(B) | 261.54º | 0.47% | 0.98% | - |
| XYZ | 43.32 | 32.79 | 94.49 | - |
| YUV | 158.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 250 | 0.3 | 0.47 | 0 | 0.02 | 261.54 | 0.92 | 0.75 |
| Hex | AF | 85 | FA | 1E | 2F | 0 | 2 | 106 | 5C | 4B |
| Octal | 257 | 205 | 372 | 36 | 57 | 0 | 2 | 406 | 134 | 113 |
| Binary | 10101111 | 10000101 | 11111010 | 11110 | 101111 | 0 | 10 | 100000110 | 1011100 | 1001011 |
Color Harmonies of #AF85FA
Complementary color
Monochromatic Colors of #AF85FA
Black with #AF85FA
Text Example
Text Example
White with #AF85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85FA; }
p { color: rgb(175,133,250); }
H1.HeaderClassName
{
color: #AF85FA;
}
.AnyTagClassName
{
color: #AF85FA;
}
</style>
background-color css
<style>
a { background-color: #AF85FA; }
a { background-color: rgb(175,133,250); }
div.DivClassName
{
background-color: #AF85FA;
}
.BgClassName
{
background-color: #AF85FA;
}
</style>
border-color css
<style>
span { border-color: #AF85FA; }
span { border-color: rgb(175,133,250); }
td.TdClassName
{
border-color: #AF85FA;
}
.TagClassName
{
border-color: #AF85FA;
}
</style>