Shades of Biloba Flower #AF8FD1
Tints of Biloba Flower #AF8FD1
RGB
CMYK
RGB Variations
Color information
#AF8FD1 (or 0xAF8FD1) is known color: Biloba Flower. HEX triplet: AF, 8F and D1. RGB value is (175,143,209). Sum of RGB (Red+Green+Blue) = 175+143+209=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF8FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FD1 is #50702E. Grayscale: #9F9F9F. Windows color (decimal): -5271599 or 13733807. OLE color: 13733807.
HSL color Cylindrical-coordinate representation of color #AF8FD1: hue angle of 269.09º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF8FD1 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 143 | 209 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.18 |
| HSL | 269.09º | 0.42% | 0.69% | - |
| HSV(B) | 269.09º | 0.32% | 0.82% | - |
| XYZ | 39.01 | 33.36 | 64.71 | - |
| YUV | 160.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 209 | 0.16 | 0.32 | 0 | 0.18 | 269.09 | 0.42 | 0.69 |
| Hex | AF | 8F | D1 | 10 | 20 | 0 | 12 | 10D | 2A | 45 |
| Octal | 257 | 217 | 321 | 20 | 40 | 0 | 22 | 415 | 52 | 105 |
| Binary | 10101111 | 10001111 | 11010001 | 10000 | 100000 | 0 | 10010 | 100001101 | 101010 | 1000101 |
Color Harmonies of #AF8FD1
Complementary color
Monochromatic Colors of #AF8FD1
Black with #AF8FD1
Text Example
Text Example
White with #AF8FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FD1; }
p { color: rgb(175,143,209); }
H1.HeaderClassName
{
color: #AF8FD1;
}
.AnyTagClassName
{
color: #AF8FD1;
}
</style>
background-color css
<style>
a { background-color: #AF8FD1; }
a { background-color: rgb(175,143,209); }
div.DivClassName
{
background-color: #AF8FD1;
}
.BgClassName
{
background-color: #AF8FD1;
}
</style>
border-color css
<style>
span { border-color: #AF8FD1; }
span { border-color: rgb(175,143,209); }
td.TdClassName
{
border-color: #AF8FD1;
}
.TagClassName
{
border-color: #AF8FD1;
}
</style>