Shades of Biloba Flower #AFA6C3
Tints of Biloba Flower #AFA6C3
RGB
CMYK
RGB Variations
Color information
#AFA6C3 (or 0xAFA6C3) is known color: Biloba Flower. HEX triplet: AF, A6 and C3. RGB value is (175,166,195). Sum of RGB (Red+Green+Blue) = 175+166+195=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFA6C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6C3 is #50593C. Grayscale: #ABABAB. Windows color (decimal): -5265725 or 12822191. OLE color: 12822191.
HSL color Cylindrical-coordinate representation of color #AFA6C3: hue angle of 258.62º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFA6C3 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 166 | 195 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.24 |
| HSL | 258.62º | 0.19% | 0.71% | - |
| HSV(B) | 258.62º | 0.15% | 0.76% | - |
| XYZ | 41.17 | 40.33 | 57.24 | - |
| YUV | 172 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 195 | 0.10 | 0.15 | 0 | 0.24 | 258.62 | 0.19 | 0.71 |
| Hex | AF | A6 | C3 | A | F | 0 | 18 | 103 | 13 | 47 |
| Octal | 257 | 246 | 303 | 12 | 17 | 0 | 30 | 403 | 23 | 107 |
| Binary | 10101111 | 10100110 | 11000011 | 1010 | 1111 | 0 | 11000 | 100000011 | 10011 | 1000111 |
Color Harmonies of #AFA6C3
Complementary color
Monochromatic Colors of #AFA6C3
Black with #AFA6C3
Text Example
Text Example
White with #AFA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA6C3; }
p { color: rgb(175,166,195); }
H1.HeaderClassName
{
color: #AFA6C3;
}
.AnyTagClassName
{
color: #AFA6C3;
}
</style>
background-color css
<style>
a { background-color: #AFA6C3; }
a { background-color: rgb(175,166,195); }
div.DivClassName
{
background-color: #AFA6C3;
}
.BgClassName
{
background-color: #AFA6C3;
}
</style>
border-color css
<style>
span { border-color: #AFA6C3; }
span { border-color: rgb(175,166,195); }
td.TdClassName
{
border-color: #AFA6C3;
}
.TagClassName
{
border-color: #AFA6C3;
}
</style>