Shades of Biloba Flower #AFA6CB
Tints of Biloba Flower #AFA6CB
RGB
CMYK
RGB Variations
Color information
#AFA6CB (or 0xAFA6CB) is known color: Biloba Flower. HEX triplet: AF, A6 and CB. RGB value is (175,166,203). Sum of RGB (Red+Green+Blue) = 175+166+203=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFA6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6CB is #505934. Grayscale: #ACACAC. Windows color (decimal): -5265717 or 13346479. OLE color: 13346479.
HSL color Cylindrical-coordinate representation of color #AFA6CB: hue angle of 254.59º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFA6CB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 166 | 203 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.20 |
| HSL | 254.59º | 0.26% | 0.72% | - |
| HSV(B) | 254.59º | 0.18% | 0.8% | - |
| XYZ | 42.09 | 40.7 | 62.14 | - |
| YUV | 172.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 203 | 0.14 | 0.18 | 0 | 0.20 | 254.59 | 0.26 | 0.72 |
| Hex | AF | A6 | CB | E | 12 | 0 | 14 | FF | 1A | 48 |
| Octal | 257 | 246 | 313 | 16 | 22 | 0 | 24 | 377 | 32 | 110 |
| Binary | 10101111 | 10100110 | 11001011 | 1110 | 10010 | 0 | 10100 | 11111111 | 11010 | 1001000 |
Color Harmonies of #AFA6CB
Complementary color
Monochromatic Colors of #AFA6CB
Black with #AFA6CB
Text Example
Text Example
White with #AFA6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA6CB; }
p { color: rgb(175,166,203); }
H1.HeaderClassName
{
color: #AFA6CB;
}
.AnyTagClassName
{
color: #AFA6CB;
}
</style>
background-color css
<style>
a { background-color: #AFA6CB; }
a { background-color: rgb(175,166,203); }
div.DivClassName
{
background-color: #AFA6CB;
}
.BgClassName
{
background-color: #AFA6CB;
}
</style>
border-color css
<style>
span { border-color: #AFA6CB; }
span { border-color: rgb(175,166,203); }
td.TdClassName
{
border-color: #AFA6CB;
}
.TagClassName
{
border-color: #AFA6CB;
}
</style>