Shades of Biloba Flower #AF80DF
Tints of Biloba Flower #AF80DF
RGB
CMYK
RGB Variations
Color information
#AF80DF (or 0xAF80DF) is known color: Biloba Flower. HEX triplet: AF, 80 and DF. RGB value is (175,128,223). Sum of RGB (Red+Green+Blue) = 175+128+223=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80DF is #507F20. Grayscale: #989898. Windows color (decimal): -5275425 or 14647471. OLE color: 14647471.
HSL color Cylindrical-coordinate representation of color #AF80DF: hue angle of 269.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF80DF is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 128 | 223 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.13 |
| HSL | 269.68º | 0.6% | 0.69% | - |
| HSV(B) | 269.68º | 0.43% | 0.87% | - |
| XYZ | 38.72 | 29.88 | 73.54 | - |
| YUV | 152.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 223 | 0.22 | 0.43 | 0 | 0.13 | 269.68 | 0.6 | 0.69 |
| Hex | AF | 80 | DF | 16 | 2B | 0 | D | 10E | 3C | 45 |
| Octal | 257 | 200 | 337 | 26 | 53 | 0 | 15 | 416 | 74 | 105 |
| Binary | 10101111 | 10000000 | 11011111 | 10110 | 101011 | 0 | 1101 | 100001110 | 111100 | 1000101 |
Color Harmonies of #AF80DF
Complementary color
Monochromatic Colors of #AF80DF
Black with #AF80DF
Text Example
Text Example
White with #AF80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80DF; }
p { color: rgb(175,128,223); }
H1.HeaderClassName
{
color: #AF80DF;
}
.AnyTagClassName
{
color: #AF80DF;
}
</style>
background-color css
<style>
a { background-color: #AF80DF; }
a { background-color: rgb(175,128,223); }
div.DivClassName
{
background-color: #AF80DF;
}
.BgClassName
{
background-color: #AF80DF;
}
</style>
border-color css
<style>
span { border-color: #AF80DF; }
span { border-color: rgb(175,128,223); }
td.TdClassName
{
border-color: #AF80DF;
}
.TagClassName
{
border-color: #AF80DF;
}
</style>