Shades of Biloba Flower #AF85D7
Tints of Biloba Flower #AF85D7
RGB
CMYK
RGB Variations
Color information
#AF85D7 (or 0xAF85D7) is known color: Biloba Flower. HEX triplet: AF, 85 and D7. RGB value is (175,133,215). Sum of RGB (Red+Green+Blue) = 175+133+215=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF85D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85D7 is #507A28. Grayscale: #9A9A9A. Windows color (decimal): -5274153 or 14124463. OLE color: 14124463.
HSL color Cylindrical-coordinate representation of color #AF85D7: hue angle of 270.73º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF85D7 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 133 | 215 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.16 |
| HSL | 270.73º | 0.51% | 0.68% | - |
| HSV(B) | 270.73º | 0.38% | 0.84% | - |
| XYZ | 38.33 | 30.8 | 68.21 | - |
| YUV | 154.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 215 | 0.19 | 0.38 | 0 | 0.16 | 270.73 | 0.51 | 0.68 |
| Hex | AF | 85 | D7 | 13 | 26 | 0 | 10 | 10F | 33 | 44 |
| Octal | 257 | 205 | 327 | 23 | 46 | 0 | 20 | 417 | 63 | 104 |
| Binary | 10101111 | 10000101 | 11010111 | 10011 | 100110 | 0 | 10000 | 100001111 | 110011 | 1000100 |
Color Harmonies of #AF85D7
Complementary color
Monochromatic Colors of #AF85D7
Black with #AF85D7
Text Example
Text Example
White with #AF85D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85D7; }
p { color: rgb(175,133,215); }
H1.HeaderClassName
{
color: #AF85D7;
}
.AnyTagClassName
{
color: #AF85D7;
}
</style>
background-color css
<style>
a { background-color: #AF85D7; }
a { background-color: rgb(175,133,215); }
div.DivClassName
{
background-color: #AF85D7;
}
.BgClassName
{
background-color: #AF85D7;
}
</style>
border-color css
<style>
span { border-color: #AF85D7; }
span { border-color: rgb(175,133,215); }
td.TdClassName
{
border-color: #AF85D7;
}
.TagClassName
{
border-color: #AF85D7;
}
</style>