Shades of Biloba Flower #A18CEC
Tints of Biloba Flower #A18CEC
RGB
CMYK
RGB Variations
Color information
#A18CEC (or 0xA18CEC) is known color: Biloba Flower. HEX triplet: A1, 8C and EC. RGB value is (161,140,236). Sum of RGB (Red+Green+Blue) = 161+140+236=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #A18CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18CEC is #5E7313. Grayscale: #9C9C9C. Windows color (decimal): -6189844 or 15502497. OLE color: 15502497.
HSL color Cylindrical-coordinate representation of color #A18CEC: hue angle of 253.12º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A18CEC is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 140 | 236 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.07 |
| HSL | 253.13º | 0.72% | 0.74% | - |
| HSV(B) | 253.13º | 0.41% | 0.93% | - |
| XYZ | 39.22 | 32.39 | 83.54 | - |
| YUV | 157.22 | 172.46 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 236 | 0.32 | 0.41 | 0 | 0.07 | 253.13 | 0.72 | 0.74 |
| Hex | A1 | 8C | EC | 20 | 29 | 0 | 7 | FD | 48 | 4A |
| Octal | 241 | 214 | 354 | 40 | 51 | 0 | 7 | 375 | 110 | 112 |
| Binary | 10100001 | 10001100 | 11101100 | 100000 | 101001 | 0 | 111 | 11111101 | 1001000 | 1001010 |
Color Harmonies of #A18CEC
Complementary color
Monochromatic Colors of #A18CEC
Black with #A18CEC
Text Example
Text Example
White with #A18CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18CEC; }
p { color: rgb(161,140,236); }
H1.HeaderClassName
{
color: #A18CEC;
}
.AnyTagClassName
{
color: #A18CEC;
}
</style>
background-color css
<style>
a { background-color: #A18CEC; }
a { background-color: rgb(161,140,236); }
div.DivClassName
{
background-color: #A18CEC;
}
.BgClassName
{
background-color: #A18CEC;
}
</style>
border-color css
<style>
span { border-color: #A18CEC; }
span { border-color: rgb(161,140,236); }
td.TdClassName
{
border-color: #A18CEC;
}
.TagClassName
{
border-color: #A18CEC;
}
</style>