Shades of Biloba Flower #AF80DD
Tints of Biloba Flower #AF80DD
RGB
CMYK
RGB Variations
Color information
#AF80DD (or 0xAF80DD) is known color: Biloba Flower. HEX triplet: AF, 80 and DD. RGB value is (175,128,221). Sum of RGB (Red+Green+Blue) = 175+128+221=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80DD is #507F22. Grayscale: #989898. Windows color (decimal): -5275427 or 14516399. OLE color: 14516399.
HSL color Cylindrical-coordinate representation of color #AF80DD: hue angle of 270.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF80DD is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 128 | 221 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.13 |
| HSL | 270.32º | 0.58% | 0.68% | - |
| HSV(B) | 270.32º | 0.42% | 0.87% | - |
| XYZ | 38.45 | 29.77 | 72.13 | - |
| YUV | 152.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 221 | 0.21 | 0.42 | 0 | 0.13 | 270.32 | 0.58 | 0.68 |
| Hex | AF | 80 | DD | 15 | 2A | 0 | D | 10E | 3A | 44 |
| Octal | 257 | 200 | 335 | 25 | 52 | 0 | 15 | 416 | 72 | 104 |
| Binary | 10101111 | 10000000 | 11011101 | 10101 | 101010 | 0 | 1101 | 100001110 | 111010 | 1000100 |
Color Harmonies of #AF80DD
Complementary color
Monochromatic Colors of #AF80DD
Black with #AF80DD
Text Example
Text Example
White with #AF80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80DD; }
p { color: rgb(175,128,221); }
H1.HeaderClassName
{
color: #AF80DD;
}
.AnyTagClassName
{
color: #AF80DD;
}
</style>
background-color css
<style>
a { background-color: #AF80DD; }
a { background-color: rgb(175,128,221); }
div.DivClassName
{
background-color: #AF80DD;
}
.BgClassName
{
background-color: #AF80DD;
}
</style>
border-color css
<style>
span { border-color: #AF80DD; }
span { border-color: rgb(175,128,221); }
td.TdClassName
{
border-color: #AF80DD;
}
.TagClassName
{
border-color: #AF80DD;
}
</style>