Shades of Biloba Flower #AF85E5
Tints of Biloba Flower #AF85E5
RGB
CMYK
RGB Variations
Color information
#AF85E5 (or 0xAF85E5) is known color: Biloba Flower. HEX triplet: AF, 85 and E5. RGB value is (175,133,229). Sum of RGB (Red+Green+Blue) = 175+133+229=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF85E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85E5 is #507A1A. Grayscale: #9C9C9C. Windows color (decimal): -5274139 or 15041967. OLE color: 15041967.
HSL color Cylindrical-coordinate representation of color #AF85E5: hue angle of 266.25º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF85E5 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 133 | 229 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.10 |
| HSL | 266.25º | 0.65% | 0.71% | - |
| HSV(B) | 266.25º | 0.42% | 0.9% | - |
| XYZ | 40.21 | 31.55 | 78.1 | - |
| YUV | 156.5 | 168.91 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 229 | 0.24 | 0.42 | 0 | 0.10 | 266.25 | 0.65 | 0.71 |
| Hex | AF | 85 | E5 | 18 | 2A | 0 | A | 10A | 41 | 47 |
| Octal | 257 | 205 | 345 | 30 | 52 | 0 | 12 | 412 | 101 | 107 |
| Binary | 10101111 | 10000101 | 11100101 | 11000 | 101010 | 0 | 1010 | 100001010 | 1000001 | 1000111 |
Color Harmonies of #AF85E5
Complementary color
Monochromatic Colors of #AF85E5
Black with #AF85E5
Text Example
Text Example
White with #AF85E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85E5; }
p { color: rgb(175,133,229); }
H1.HeaderClassName
{
color: #AF85E5;
}
.AnyTagClassName
{
color: #AF85E5;
}
</style>
background-color css
<style>
a { background-color: #AF85E5; }
a { background-color: rgb(175,133,229); }
div.DivClassName
{
background-color: #AF85E5;
}
.BgClassName
{
background-color: #AF85E5;
}
</style>
border-color css
<style>
span { border-color: #AF85E5; }
span { border-color: rgb(175,133,229); }
td.TdClassName
{
border-color: #AF85E5;
}
.TagClassName
{
border-color: #AF85E5;
}
</style>