Shades of Biloba Flower #AF84DB
Tints of Biloba Flower #AF84DB
RGB
CMYK
RGB Variations
Color information
#AF84DB (or 0xAF84DB) is known color: Biloba Flower. HEX triplet: AF, 84 and DB. RGB value is (175,132,219). Sum of RGB (Red+Green+Blue) = 175+132+219=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF84DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84DB is #507B24. Grayscale: #9A9A9A. Windows color (decimal): -5274405 or 14386351. OLE color: 14386351.
HSL color Cylindrical-coordinate representation of color #AF84DB: hue angle of 269.66º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF84DB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 132 | 219 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.14 |
| HSL | 269.66º | 0.55% | 0.69% | - |
| HSV(B) | 269.66º | 0.4% | 0.86% | - |
| XYZ | 38.72 | 30.73 | 70.91 | - |
| YUV | 154.78 | 164.25 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 219 | 0.20 | 0.40 | 0 | 0.14 | 269.66 | 0.55 | 0.69 |
| Hex | AF | 84 | DB | 14 | 28 | 0 | E | 10E | 37 | 45 |
| Octal | 257 | 204 | 333 | 24 | 50 | 0 | 16 | 416 | 67 | 105 |
| Binary | 10101111 | 10000100 | 11011011 | 10100 | 101000 | 0 | 1110 | 100001110 | 110111 | 1000101 |
Color Harmonies of #AF84DB
Complementary color
Monochromatic Colors of #AF84DB
Black with #AF84DB
Text Example
Text Example
White with #AF84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84DB; }
p { color: rgb(175,132,219); }
H1.HeaderClassName
{
color: #AF84DB;
}
.AnyTagClassName
{
color: #AF84DB;
}
</style>
background-color css
<style>
a { background-color: #AF84DB; }
a { background-color: rgb(175,132,219); }
div.DivClassName
{
background-color: #AF84DB;
}
.BgClassName
{
background-color: #AF84DB;
}
</style>
border-color css
<style>
span { border-color: #AF84DB; }
span { border-color: rgb(175,132,219); }
td.TdClassName
{
border-color: #AF84DB;
}
.TagClassName
{
border-color: #AF84DB;
}
</style>