Shades of Biloba Flower #AF81EC
Tints of Biloba Flower #AF81EC
RGB
CMYK
RGB Variations
Color information
#AF81EC (or 0xAF81EC) is known color: Biloba Flower. HEX triplet: AF, 81 and EC. RGB value is (175,129,236). Sum of RGB (Red+Green+Blue) = 175+129+236=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF81EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81EC is #507E13. Grayscale: #9A9A9A. Windows color (decimal): -5275156 or 15499695. OLE color: 15499695.
HSL color Cylindrical-coordinate representation of color #AF81EC: hue angle of 265.79º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF81EC is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 129 | 236 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.07 |
| HSL | 265.79º | 0.74% | 0.72% | - |
| HSV(B) | 265.79º | 0.45% | 0.93% | - |
| XYZ | 40.67 | 30.87 | 83.17 | - |
| YUV | 154.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 236 | 0.26 | 0.45 | 0 | 0.07 | 265.79 | 0.74 | 0.72 |
| Hex | AF | 81 | EC | 1A | 2D | 0 | 7 | 10A | 4A | 48 |
| Octal | 257 | 201 | 354 | 32 | 55 | 0 | 7 | 412 | 112 | 110 |
| Binary | 10101111 | 10000001 | 11101100 | 11010 | 101101 | 0 | 111 | 100001010 | 1001010 | 1001000 |
Color Harmonies of #AF81EC
Complementary color
Monochromatic Colors of #AF81EC
Black with #AF81EC
Text Example
Text Example
White with #AF81EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF81EC; }
p { color: rgb(175,129,236); }
H1.HeaderClassName
{
color: #AF81EC;
}
.AnyTagClassName
{
color: #AF81EC;
}
</style>
background-color css
<style>
a { background-color: #AF81EC; }
a { background-color: rgb(175,129,236); }
div.DivClassName
{
background-color: #AF81EC;
}
.BgClassName
{
background-color: #AF81EC;
}
</style>
border-color css
<style>
span { border-color: #AF81EC; }
span { border-color: rgb(175,129,236); }
td.TdClassName
{
border-color: #AF81EC;
}
.TagClassName
{
border-color: #AF81EC;
}
</style>