Shades of Biloba Flower #AF80ED
Tints of Biloba Flower #AF80ED
RGB
CMYK
RGB Variations
Color information
#AF80ED (or 0xAF80ED) is known color: Biloba Flower. HEX triplet: AF, 80 and ED. RGB value is (175,128,237). Sum of RGB (Red+Green+Blue) = 175+128+237=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF80ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80ED is #507F12. Grayscale: #9A9A9A. Windows color (decimal): -5275411 or 15564975. OLE color: 15564975.
HSL color Cylindrical-coordinate representation of color #AF80ED: hue angle of 265.87º degrees, saturation: 0.75, 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 #AF80ED is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 128 | 237 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.07 |
| HSL | 265.87º | 0.75% | 0.72% | - |
| HSV(B) | 265.87º | 0.46% | 0.93% | - |
| XYZ | 40.68 | 30.67 | 83.9 | - |
| YUV | 154.48 | 174.57 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 237 | 0.26 | 0.46 | 0 | 0.07 | 265.87 | 0.75 | 0.72 |
| Hex | AF | 80 | ED | 1A | 2E | 0 | 7 | 10A | 4B | 48 |
| Octal | 257 | 200 | 355 | 32 | 56 | 0 | 7 | 412 | 113 | 110 |
| Binary | 10101111 | 10000000 | 11101101 | 11010 | 101110 | 0 | 111 | 100001010 | 1001011 | 1001000 |
Color Harmonies of #AF80ED
Complementary color
Monochromatic Colors of #AF80ED
Black with #AF80ED
Text Example
Text Example
White with #AF80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80ED; }
p { color: rgb(175,128,237); }
H1.HeaderClassName
{
color: #AF80ED;
}
.AnyTagClassName
{
color: #AF80ED;
}
</style>
background-color css
<style>
a { background-color: #AF80ED; }
a { background-color: rgb(175,128,237); }
div.DivClassName
{
background-color: #AF80ED;
}
.BgClassName
{
background-color: #AF80ED;
}
</style>
border-color css
<style>
span { border-color: #AF80ED; }
span { border-color: rgb(175,128,237); }
td.TdClassName
{
border-color: #AF80ED;
}
.TagClassName
{
border-color: #AF80ED;
}
</style>