Shades of Biloba Flower #AF80EE
Tints of Biloba Flower #AF80EE
RGB
CMYK
RGB Variations
Color information
#AF80EE (or 0xAF80EE) is known color: Biloba Flower. HEX triplet: AF, 80 and EE. RGB value is (175,128,238). Sum of RGB (Red+Green+Blue) = 175+128+238=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80EE is #507F11. Grayscale: #9A9A9A. Windows color (decimal): -5275410 or 15630511. OLE color: 15630511.
HSL color Cylindrical-coordinate representation of color #AF80EE: hue angle of 265.64º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF80EE is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 128 | 238 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.07 |
| HSL | 265.64º | 0.76% | 0.72% | - |
| HSV(B) | 265.64º | 0.46% | 0.93% | - |
| XYZ | 40.83 | 30.73 | 84.67 | - |
| YUV | 154.59 | 175.07 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 238 | 0.26 | 0.46 | 0 | 0.07 | 265.64 | 0.76 | 0.72 |
| Hex | AF | 80 | EE | 1A | 2E | 0 | 7 | 10A | 4C | 48 |
| Octal | 257 | 200 | 356 | 32 | 56 | 0 | 7 | 412 | 114 | 110 |
| Binary | 10101111 | 10000000 | 11101110 | 11010 | 101110 | 0 | 111 | 100001010 | 1001100 | 1001000 |
Color Harmonies of #AF80EE
Complementary color
Monochromatic Colors of #AF80EE
Black with #AF80EE
Text Example
Text Example
White with #AF80EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80EE; }
p { color: rgb(175,128,238); }
H1.HeaderClassName
{
color: #AF80EE;
}
.AnyTagClassName
{
color: #AF80EE;
}
</style>
background-color css
<style>
a { background-color: #AF80EE; }
a { background-color: rgb(175,128,238); }
div.DivClassName
{
background-color: #AF80EE;
}
.BgClassName
{
background-color: #AF80EE;
}
</style>
border-color css
<style>
span { border-color: #AF80EE; }
span { border-color: rgb(175,128,238); }
td.TdClassName
{
border-color: #AF80EE;
}
.TagClassName
{
border-color: #AF80EE;
}
</style>