Shades of Biloba Flower #AF8FD8
Tints of Biloba Flower #AF8FD8
RGB
CMYK
RGB Variations
Color information
#AF8FD8 (or 0xAF8FD8) is known color: Biloba Flower. HEX triplet: AF, 8F and D8. RGB value is (175,143,216). Sum of RGB (Red+Green+Blue) = 175+143+216=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF8FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FD8 is #507027. Grayscale: #A0A0A0. Windows color (decimal): -5271592 or 14192559. OLE color: 14192559.
HSL color Cylindrical-coordinate representation of color #AF8FD8: hue angle of 266.3º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8FD8 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 143 | 216 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.15 |
| HSL | 266.3º | 0.48% | 0.7% | - |
| HSV(B) | 266.3º | 0.34% | 0.85% | - |
| XYZ | 39.9 | 33.72 | 69.37 | - |
| YUV | 160.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 216 | 0.19 | 0.34 | 0 | 0.15 | 266.3 | 0.48 | 0.7 |
| Hex | AF | 8F | D8 | 13 | 22 | 0 | F | 10A | 30 | 46 |
| Octal | 257 | 217 | 330 | 23 | 42 | 0 | 17 | 412 | 60 | 106 |
| Binary | 10101111 | 10001111 | 11011000 | 10011 | 100010 | 0 | 1111 | 100001010 | 110000 | 1000110 |
Color Harmonies of #AF8FD8
Complementary color
Monochromatic Colors of #AF8FD8
Black with #AF8FD8
Text Example
Text Example
White with #AF8FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FD8; }
p { color: rgb(175,143,216); }
H1.HeaderClassName
{
color: #AF8FD8;
}
.AnyTagClassName
{
color: #AF8FD8;
}
</style>
background-color css
<style>
a { background-color: #AF8FD8; }
a { background-color: rgb(175,143,216); }
div.DivClassName
{
background-color: #AF8FD8;
}
.BgClassName
{
background-color: #AF8FD8;
}
</style>
border-color css
<style>
span { border-color: #AF8FD8; }
span { border-color: rgb(175,143,216); }
td.TdClassName
{
border-color: #AF8FD8;
}
.TagClassName
{
border-color: #AF8FD8;
}
</style>