Shades of Biloba Flower #AF80E6
Tints of Biloba Flower #AF80E6
RGB
CMYK
RGB Variations
Color information
#AF80E6 (or 0xAF80E6) is known color: Biloba Flower. HEX triplet: AF, 80 and E6. RGB value is (175,128,230). Sum of RGB (Red+Green+Blue) = 175+128+230=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF80E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80E6 is #507F19. Grayscale: #999999. Windows color (decimal): -5275418 or 15106223. OLE color: 15106223.
HSL color Cylindrical-coordinate representation of color #AF80E6: hue angle of 267.65º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF80E6 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 128 | 230 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.10 |
| HSL | 267.65º | 0.67% | 0.7% | - |
| HSV(B) | 267.65º | 0.44% | 0.9% | - |
| XYZ | 39.68 | 30.27 | 78.61 | - |
| YUV | 153.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 230 | 0.24 | 0.44 | 0 | 0.10 | 267.65 | 0.67 | 0.7 |
| Hex | AF | 80 | E6 | 18 | 2C | 0 | A | 10C | 43 | 46 |
| Octal | 257 | 200 | 346 | 30 | 54 | 0 | 12 | 414 | 103 | 106 |
| Binary | 10101111 | 10000000 | 11100110 | 11000 | 101100 | 0 | 1010 | 100001100 | 1000011 | 1000110 |
Color Harmonies of #AF80E6
Complementary color
Monochromatic Colors of #AF80E6
Black with #AF80E6
Text Example
Text Example
White with #AF80E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80E6; }
p { color: rgb(175,128,230); }
H1.HeaderClassName
{
color: #AF80E6;
}
.AnyTagClassName
{
color: #AF80E6;
}
</style>
background-color css
<style>
a { background-color: #AF80E6; }
a { background-color: rgb(175,128,230); }
div.DivClassName
{
background-color: #AF80E6;
}
.BgClassName
{
background-color: #AF80E6;
}
</style>
border-color css
<style>
span { border-color: #AF80E6; }
span { border-color: rgb(175,128,230); }
td.TdClassName
{
border-color: #AF80E6;
}
.TagClassName
{
border-color: #AF80E6;
}
</style>