Shades of Biloba Flower #AF84D6
Tints of Biloba Flower #AF84D6
RGB
CMYK
RGB Variations
Color information
#AF84D6 (or 0xAF84D6) is known color: Biloba Flower. HEX triplet: AF, 84 and D6. RGB value is (175,132,214). Sum of RGB (Red+Green+Blue) = 175+132+214=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF84D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84D6 is #507B29. Grayscale: #999999. Windows color (decimal): -5274410 or 14058671. OLE color: 14058671.
HSL color Cylindrical-coordinate representation of color #AF84D6: hue angle of 271.46º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF84D6 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 132 | 214 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.16 |
| HSL | 271.46º | 0.5% | 0.68% | - |
| HSV(B) | 271.46º | 0.38% | 0.84% | - |
| XYZ | 38.07 | 30.47 | 67.49 | - |
| YUV | 154.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 214 | 0.18 | 0.38 | 0 | 0.16 | 271.46 | 0.5 | 0.68 |
| Hex | AF | 84 | D6 | 12 | 26 | 0 | 10 | 10F | 32 | 44 |
| Octal | 257 | 204 | 326 | 22 | 46 | 0 | 20 | 417 | 62 | 104 |
| Binary | 10101111 | 10000100 | 11010110 | 10010 | 100110 | 0 | 10000 | 100001111 | 110010 | 1000100 |
Color Harmonies of #AF84D6
Complementary color
Monochromatic Colors of #AF84D6
Black with #AF84D6
Text Example
Text Example
White with #AF84D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84D6; }
p { color: rgb(175,132,214); }
H1.HeaderClassName
{
color: #AF84D6;
}
.AnyTagClassName
{
color: #AF84D6;
}
</style>
background-color css
<style>
a { background-color: #AF84D6; }
a { background-color: rgb(175,132,214); }
div.DivClassName
{
background-color: #AF84D6;
}
.BgClassName
{
background-color: #AF84D6;
}
</style>
border-color css
<style>
span { border-color: #AF84D6; }
span { border-color: rgb(175,132,214); }
td.TdClassName
{
border-color: #AF84D6;
}
.TagClassName
{
border-color: #AF84D6;
}
</style>