Shades of Biloba Flower #AFA0D7
Tints of Biloba Flower #AFA0D7
RGB
CMYK
RGB Variations
Color information
#AFA0D7 (or 0xAFA0D7) is known color: Biloba Flower. HEX triplet: AF, A0 and D7. RGB value is (175,160,215). Sum of RGB (Red+Green+Blue) = 175+160+215=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFA0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0D7 is #505F28. Grayscale: #AAAAAA. Windows color (decimal): -5267241 or 14131375. OLE color: 14131375.
HSL color Cylindrical-coordinate representation of color #AFA0D7: hue angle of 256.36º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA0D7 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 160 | 215 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.16 |
| HSL | 256.36º | 0.41% | 0.74% | - |
| HSV(B) | 256.36º | 0.26% | 0.84% | - |
| XYZ | 42.52 | 39.16 | 69.61 | - |
| YUV | 170.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 215 | 0.19 | 0.26 | 0 | 0.16 | 256.36 | 0.41 | 0.74 |
| Hex | AF | A0 | D7 | 13 | 1A | 0 | 10 | 100 | 29 | 4A |
| Octal | 257 | 240 | 327 | 23 | 32 | 0 | 20 | 400 | 51 | 112 |
| Binary | 10101111 | 10100000 | 11010111 | 10011 | 11010 | 0 | 10000 | 100000000 | 101001 | 1001010 |
Color Harmonies of #AFA0D7
Complementary color
Monochromatic Colors of #AFA0D7
Black with #AFA0D7
Text Example
Text Example
White with #AFA0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0D7; }
p { color: rgb(175,160,215); }
H1.HeaderClassName
{
color: #AFA0D7;
}
.AnyTagClassName
{
color: #AFA0D7;
}
</style>
background-color css
<style>
a { background-color: #AFA0D7; }
a { background-color: rgb(175,160,215); }
div.DivClassName
{
background-color: #AFA0D7;
}
.BgClassName
{
background-color: #AFA0D7;
}
</style>
border-color css
<style>
span { border-color: #AFA0D7; }
span { border-color: rgb(175,160,215); }
td.TdClassName
{
border-color: #AFA0D7;
}
.TagClassName
{
border-color: #AFA0D7;
}
</style>