Shades of Biloba Flower #AF8FD3
Tints of Biloba Flower #AF8FD3
RGB
CMYK
RGB Variations
Color information
#AF8FD3 (or 0xAF8FD3) is known color: Biloba Flower. HEX triplet: AF, 8F and D3. RGB value is (175,143,211). Sum of RGB (Red+Green+Blue) = 175+143+211=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF8FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FD3 is #50702C. Grayscale: #A0A0A0. Windows color (decimal): -5271597 or 13864879. OLE color: 13864879.
HSL color Cylindrical-coordinate representation of color #AF8FD3: hue angle of 268.24º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF8FD3 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 143 | 211 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.17 |
| HSL | 268.24º | 0.44% | 0.69% | - |
| HSV(B) | 268.24º | 0.32% | 0.83% | - |
| XYZ | 39.26 | 33.46 | 66.02 | - |
| YUV | 160.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 211 | 0.17 | 0.32 | 0 | 0.17 | 268.24 | 0.44 | 0.69 |
| Hex | AF | 8F | D3 | 11 | 20 | 0 | 11 | 10C | 2C | 45 |
| Octal | 257 | 217 | 323 | 21 | 40 | 0 | 21 | 414 | 54 | 105 |
| Binary | 10101111 | 10001111 | 11010011 | 10001 | 100000 | 0 | 10001 | 100001100 | 101100 | 1000101 |
Color Harmonies of #AF8FD3
Complementary color
Monochromatic Colors of #AF8FD3
Black with #AF8FD3
Text Example
Text Example
White with #AF8FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FD3; }
p { color: rgb(175,143,211); }
H1.HeaderClassName
{
color: #AF8FD3;
}
.AnyTagClassName
{
color: #AF8FD3;
}
</style>
background-color css
<style>
a { background-color: #AF8FD3; }
a { background-color: rgb(175,143,211); }
div.DivClassName
{
background-color: #AF8FD3;
}
.BgClassName
{
background-color: #AF8FD3;
}
</style>
border-color css
<style>
span { border-color: #AF8FD3; }
span { border-color: rgb(175,143,211); }
td.TdClassName
{
border-color: #AF8FD3;
}
.TagClassName
{
border-color: #AF8FD3;
}
</style>