Shades of Biloba Flower #AF96DF
Tints of Biloba Flower #AF96DF
RGB
CMYK
RGB Variations
Color information
#AF96DF (or 0xAF96DF) is known color: Biloba Flower. HEX triplet: AF, 96 and DF. RGB value is (175,150,223). Sum of RGB (Red+Green+Blue) = 175+150+223=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96DF is #506920. Grayscale: #A5A5A5. Windows color (decimal): -5269793 or 14653103. OLE color: 14653103.
HSL color Cylindrical-coordinate representation of color #AF96DF: hue angle of 260.55º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF96DF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 150 | 223 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.13 |
| HSL | 260.55º | 0.53% | 0.73% | - |
| HSV(B) | 260.55º | 0.33% | 0.87% | - |
| XYZ | 41.9 | 36.25 | 74.6 | - |
| YUV | 165.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 223 | 0.22 | 0.33 | 0 | 0.13 | 260.55 | 0.53 | 0.73 |
| Hex | AF | 96 | DF | 16 | 21 | 0 | D | 105 | 35 | 49 |
| Octal | 257 | 226 | 337 | 26 | 41 | 0 | 15 | 405 | 65 | 111 |
| Binary | 10101111 | 10010110 | 11011111 | 10110 | 100001 | 0 | 1101 | 100000101 | 110101 | 1001001 |
Color Harmonies of #AF96DF
Complementary color
Monochromatic Colors of #AF96DF
Black with #AF96DF
Text Example
Text Example
White with #AF96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF96DF; }
p { color: rgb(175,150,223); }
H1.HeaderClassName
{
color: #AF96DF;
}
.AnyTagClassName
{
color: #AF96DF;
}
</style>
background-color css
<style>
a { background-color: #AF96DF; }
a { background-color: rgb(175,150,223); }
div.DivClassName
{
background-color: #AF96DF;
}
.BgClassName
{
background-color: #AF96DF;
}
</style>
border-color css
<style>
span { border-color: #AF96DF; }
span { border-color: rgb(175,150,223); }
td.TdClassName
{
border-color: #AF96DF;
}
.TagClassName
{
border-color: #AF96DF;
}
</style>