Shades of Biloba Flower #AF94DF
Tints of Biloba Flower #AF94DF
RGB
CMYK
RGB Variations
Color information
#AF94DF (or 0xAF94DF) is known color: Biloba Flower. HEX triplet: AF, 94 and DF. RGB value is (175,148,223). Sum of RGB (Red+Green+Blue) = 175+148+223=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF94DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94DF is #506B20. Grayscale: #A4A4A4. Windows color (decimal): -5270305 or 14652591. OLE color: 14652591.
HSL color Cylindrical-coordinate representation of color #AF94DF: hue angle of 261.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF94DF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 148 | 223 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.13 |
| HSL | 261.6º | 0.54% | 0.73% | - |
| HSV(B) | 261.6º | 0.34% | 0.87% | - |
| XYZ | 41.59 | 35.62 | 74.5 | - |
| YUV | 164.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 223 | 0.22 | 0.34 | 0 | 0.13 | 261.6 | 0.54 | 0.73 |
| Hex | AF | 94 | DF | 16 | 22 | 0 | D | 106 | 36 | 49 |
| Octal | 257 | 224 | 337 | 26 | 42 | 0 | 15 | 406 | 66 | 111 |
| Binary | 10101111 | 10010100 | 11011111 | 10110 | 100010 | 0 | 1101 | 100000110 | 110110 | 1001001 |
Color Harmonies of #AF94DF
Complementary color
Monochromatic Colors of #AF94DF
Black with #AF94DF
Text Example
Text Example
White with #AF94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF94DF; }
p { color: rgb(175,148,223); }
H1.HeaderClassName
{
color: #AF94DF;
}
.AnyTagClassName
{
color: #AF94DF;
}
</style>
background-color css
<style>
a { background-color: #AF94DF; }
a { background-color: rgb(175,148,223); }
div.DivClassName
{
background-color: #AF94DF;
}
.BgClassName
{
background-color: #AF94DF;
}
</style>
border-color css
<style>
span { border-color: #AF94DF; }
span { border-color: rgb(175,148,223); }
td.TdClassName
{
border-color: #AF94DF;
}
.TagClassName
{
border-color: #AF94DF;
}
</style>