Shades of Biloba Flower #AF88DF
Tints of Biloba Flower #AF88DF
RGB
CMYK
RGB Variations
Color information
#AF88DF (or 0xAF88DF) is known color: Biloba Flower. HEX triplet: AF, 88 and DF. RGB value is (175,136,223). Sum of RGB (Red+Green+Blue) = 175+136+223=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF88DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88DF is #507720. Grayscale: #9D9D9D. Windows color (decimal): -5273377 or 14649519. OLE color: 14649519.
HSL color Cylindrical-coordinate representation of color #AF88DF: hue angle of 266.9º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF88DF is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 136 | 223 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.13 |
| HSL | 266.9º | 0.58% | 0.7% | - |
| HSV(B) | 266.9º | 0.39% | 0.87% | - |
| XYZ | 39.8 | 32.05 | 73.9 | - |
| YUV | 157.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 223 | 0.22 | 0.39 | 0 | 0.13 | 266.9 | 0.58 | 0.7 |
| Hex | AF | 88 | DF | 16 | 27 | 0 | D | 10B | 3A | 46 |
| Octal | 257 | 210 | 337 | 26 | 47 | 0 | 15 | 413 | 72 | 106 |
| Binary | 10101111 | 10001000 | 11011111 | 10110 | 100111 | 0 | 1101 | 100001011 | 111010 | 1000110 |
Color Harmonies of #AF88DF
Complementary color
Monochromatic Colors of #AF88DF
Black with #AF88DF
Text Example
Text Example
White with #AF88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF88DF; }
p { color: rgb(175,136,223); }
H1.HeaderClassName
{
color: #AF88DF;
}
.AnyTagClassName
{
color: #AF88DF;
}
</style>
background-color css
<style>
a { background-color: #AF88DF; }
a { background-color: rgb(175,136,223); }
div.DivClassName
{
background-color: #AF88DF;
}
.BgClassName
{
background-color: #AF88DF;
}
</style>
border-color css
<style>
span { border-color: #AF88DF; }
span { border-color: rgb(175,136,223); }
td.TdClassName
{
border-color: #AF88DF;
}
.TagClassName
{
border-color: #AF88DF;
}
</style>