Shades of Biloba Flower #AFA7C3
Tints of Biloba Flower #AFA7C3
RGB
CMYK
RGB Variations
Color information
#AFA7C3 (or 0xAFA7C3) is known color: Biloba Flower. HEX triplet: AF, A7 and C3. RGB value is (175,167,195). Sum of RGB (Red+Green+Blue) = 175+167+195=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFA7C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7C3 is #50583C. Grayscale: #ACACAC. Windows color (decimal): -5265469 or 12822447. OLE color: 12822447.
HSL color Cylindrical-coordinate representation of color #AFA7C3: hue angle of 257.14º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFA7C3 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 167 | 195 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.24 |
| HSL | 257.14º | 0.19% | 0.71% | - |
| HSV(B) | 257.14º | 0.14% | 0.76% | - |
| XYZ | 41.35 | 40.69 | 57.3 | - |
| YUV | 172.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 195 | 0.10 | 0.14 | 0 | 0.24 | 257.14 | 0.19 | 0.71 |
| Hex | AF | A7 | C3 | A | E | 0 | 18 | 101 | 13 | 47 |
| Octal | 257 | 247 | 303 | 12 | 16 | 0 | 30 | 401 | 23 | 107 |
| Binary | 10101111 | 10100111 | 11000011 | 1010 | 1110 | 0 | 11000 | 100000001 | 10011 | 1000111 |
Color Harmonies of #AFA7C3
Complementary color
Monochromatic Colors of #AFA7C3
Black with #AFA7C3
Text Example
Text Example
White with #AFA7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA7C3; }
p { color: rgb(175,167,195); }
H1.HeaderClassName
{
color: #AFA7C3;
}
.AnyTagClassName
{
color: #AFA7C3;
}
</style>
background-color css
<style>
a { background-color: #AFA7C3; }
a { background-color: rgb(175,167,195); }
div.DivClassName
{
background-color: #AFA7C3;
}
.BgClassName
{
background-color: #AFA7C3;
}
</style>
border-color css
<style>
span { border-color: #AFA7C3; }
span { border-color: rgb(175,167,195); }
td.TdClassName
{
border-color: #AFA7C3;
}
.TagClassName
{
border-color: #AFA7C3;
}
</style>