Shades of Biloba Flower #AF80DA
Tints of Biloba Flower #AF80DA
RGB
CMYK
RGB Variations
Color information
#AF80DA (or 0xAF80DA) is known color: Biloba Flower. HEX triplet: AF, 80 and DA. RGB value is (175,128,218). Sum of RGB (Red+Green+Blue) = 175+128+218=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF80DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80DA is #507F25. Grayscale: #979797. Windows color (decimal): -5275430 or 14319791. OLE color: 14319791.
HSL color Cylindrical-coordinate representation of color #AF80DA: hue angle of 271.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF80DA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 128 | 218 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.15 |
| HSL | 271.33º | 0.55% | 0.68% | - |
| HSV(B) | 271.33º | 0.41% | 0.85% | - |
| XYZ | 38.05 | 29.61 | 70.04 | - |
| YUV | 152.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 218 | 0.20 | 0.41 | 0 | 0.15 | 271.33 | 0.55 | 0.68 |
| Hex | AF | 80 | DA | 14 | 29 | 0 | F | 10F | 37 | 44 |
| Octal | 257 | 200 | 332 | 24 | 51 | 0 | 17 | 417 | 67 | 104 |
| Binary | 10101111 | 10000000 | 11011010 | 10100 | 101001 | 0 | 1111 | 100001111 | 110111 | 1000100 |
Color Harmonies of #AF80DA
Complementary color
Monochromatic Colors of #AF80DA
Black with #AF80DA
Text Example
Text Example
White with #AF80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80DA; }
p { color: rgb(175,128,218); }
H1.HeaderClassName
{
color: #AF80DA;
}
.AnyTagClassName
{
color: #AF80DA;
}
</style>
background-color css
<style>
a { background-color: #AF80DA; }
a { background-color: rgb(175,128,218); }
div.DivClassName
{
background-color: #AF80DA;
}
.BgClassName
{
background-color: #AF80DA;
}
</style>
border-color css
<style>
span { border-color: #AF80DA; }
span { border-color: rgb(175,128,218); }
td.TdClassName
{
border-color: #AF80DA;
}
.TagClassName
{
border-color: #AF80DA;
}
</style>