Shades of Biloba Flower #AF8FDB
Tints of Biloba Flower #AF8FDB
RGB
CMYK
RGB Variations
Color information
#AF8FDB (or 0xAF8FDB) is known color: Biloba Flower. HEX triplet: AF, 8F and DB. RGB value is (175,143,219). Sum of RGB (Red+Green+Blue) = 175+143+219=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF8FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FDB is #507024. Grayscale: #A0A0A0. Windows color (decimal): -5271589 or 14389167. OLE color: 14389167.
HSL color Cylindrical-coordinate representation of color #AF8FDB: hue angle of 265.26º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8FDB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 143 | 219 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.14 |
| HSL | 265.26º | 0.51% | 0.71% | - |
| HSV(B) | 265.26º | 0.35% | 0.86% | - |
| XYZ | 40.29 | 33.87 | 71.43 | - |
| YUV | 161.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 219 | 0.20 | 0.35 | 0 | 0.14 | 265.26 | 0.51 | 0.71 |
| Hex | AF | 8F | DB | 14 | 23 | 0 | E | 109 | 33 | 47 |
| Octal | 257 | 217 | 333 | 24 | 43 | 0 | 16 | 411 | 63 | 107 |
| Binary | 10101111 | 10001111 | 11011011 | 10100 | 100011 | 0 | 1110 | 100001001 | 110011 | 1000111 |
Color Harmonies of #AF8FDB
Complementary color
Monochromatic Colors of #AF8FDB
Black with #AF8FDB
Text Example
Text Example
White with #AF8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FDB; }
p { color: rgb(175,143,219); }
H1.HeaderClassName
{
color: #AF8FDB;
}
.AnyTagClassName
{
color: #AF8FDB;
}
</style>
background-color css
<style>
a { background-color: #AF8FDB; }
a { background-color: rgb(175,143,219); }
div.DivClassName
{
background-color: #AF8FDB;
}
.BgClassName
{
background-color: #AF8FDB;
}
</style>
border-color css
<style>
span { border-color: #AF8FDB; }
span { border-color: rgb(175,143,219); }
td.TdClassName
{
border-color: #AF8FDB;
}
.TagClassName
{
border-color: #AF8FDB;
}
</style>