Shades of Biloba Flower #A18FEC
Tints of Biloba Flower #A18FEC
RGB
CMYK
RGB Variations
Color information
#A18FEC (or 0xA18FEC) is known color: Biloba Flower. HEX triplet: A1, 8F and EC. RGB value is (161,143,236). Sum of RGB (Red+Green+Blue) = 161+143+236=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 143 (56.25% from 255 or 26.48% 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 #A18FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FEC is #5E7013. Grayscale: #9E9E9E. Windows color (decimal): -6189076 or 15503265. OLE color: 15503265.
HSL color Cylindrical-coordinate representation of color #A18FEC: hue angle of 251.61º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A18FEC is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 143 | 236 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.07 |
| HSL | 251.61º | 0.71% | 0.74% | - |
| HSV(B) | 251.61º | 0.39% | 0.93% | - |
| XYZ | 39.66 | 33.28 | 83.69 | - |
| YUV | 158.98 | 171.46 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 236 | 0.32 | 0.39 | 0 | 0.07 | 251.61 | 0.71 | 0.74 |
| Hex | A1 | 8F | EC | 20 | 27 | 0 | 7 | FC | 47 | 4A |
| Octal | 241 | 217 | 354 | 40 | 47 | 0 | 7 | 374 | 107 | 112 |
| Binary | 10100001 | 10001111 | 11101100 | 100000 | 100111 | 0 | 111 | 11111100 | 1000111 | 1001010 |
Color Harmonies of #A18FEC
Complementary color
Monochromatic Colors of #A18FEC
Black with #A18FEC
Text Example
Text Example
White with #A18FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FEC; }
p { color: rgb(161,143,236); }
H1.HeaderClassName
{
color: #A18FEC;
}
.AnyTagClassName
{
color: #A18FEC;
}
</style>
background-color css
<style>
a { background-color: #A18FEC; }
a { background-color: rgb(161,143,236); }
div.DivClassName
{
background-color: #A18FEC;
}
.BgClassName
{
background-color: #A18FEC;
}
</style>
border-color css
<style>
span { border-color: #A18FEC; }
span { border-color: rgb(161,143,236); }
td.TdClassName
{
border-color: #A18FEC;
}
.TagClassName
{
border-color: #A18FEC;
}
</style>