Shades of Biloba Flower #A18ED7
Tints of Biloba Flower #A18ED7
RGB
CMYK
RGB Variations
Color information
#A18ED7 (or 0xA18ED7) is known color: Biloba Flower. HEX triplet: A1, 8E and D7. RGB value is (161,142,215). Sum of RGB (Red+Green+Blue) = 161+142+215=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #A18ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ED7 is #5E7128. Grayscale: #9B9B9B. Windows color (decimal): -6189353 or 14126753. OLE color: 14126753.
HSL color Cylindrical-coordinate representation of color #A18ED7: hue angle of 255.62º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A18ED7 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 142 | 215 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.16 |
| HSL | 255.62º | 0.48% | 0.7% | - |
| HSV(B) | 255.62º | 0.34% | 0.84% | - |
| XYZ | 36.64 | 31.83 | 68.5 | - |
| YUV | 156 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 215 | 0.25 | 0.34 | 0 | 0.16 | 255.62 | 0.48 | 0.7 |
| Hex | A1 | 8E | D7 | 19 | 22 | 0 | 10 | 100 | 30 | 46 |
| Octal | 241 | 216 | 327 | 31 | 42 | 0 | 20 | 400 | 60 | 106 |
| Binary | 10100001 | 10001110 | 11010111 | 11001 | 100010 | 0 | 10000 | 100000000 | 110000 | 1000110 |
Color Harmonies of #A18ED7
Complementary color
Monochromatic Colors of #A18ED7
Black with #A18ED7
Text Example
Text Example
White with #A18ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18ED7; }
p { color: rgb(161,142,215); }
H1.HeaderClassName
{
color: #A18ED7;
}
.AnyTagClassName
{
color: #A18ED7;
}
</style>
background-color css
<style>
a { background-color: #A18ED7; }
a { background-color: rgb(161,142,215); }
div.DivClassName
{
background-color: #A18ED7;
}
.BgClassName
{
background-color: #A18ED7;
}
</style>
border-color css
<style>
span { border-color: #A18ED7; }
span { border-color: rgb(161,142,215); }
td.TdClassName
{
border-color: #A18ED7;
}
.TagClassName
{
border-color: #A18ED7;
}
</style>