Shades of Biloba Flower #A18ED8
Tints of Biloba Flower #A18ED8
RGB
CMYK
RGB Variations
Color information
#A18ED8 (or 0xA18ED8) is known color: Biloba Flower. HEX triplet: A1, 8E and D8. RGB value is (161,142,216). Sum of RGB (Red+Green+Blue) = 161+142+216=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #A18ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ED8 is #5E7127. Grayscale: #9B9B9B. Windows color (decimal): -6189352 or 14192289. OLE color: 14192289.
HSL color Cylindrical-coordinate representation of color #A18ED8: hue angle of 255.41º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A18ED8 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 142 | 216 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.15 |
| HSL | 255.41º | 0.49% | 0.7% | - |
| HSV(B) | 255.41º | 0.34% | 0.85% | - |
| XYZ | 36.77 | 31.88 | 69.18 | - |
| YUV | 156.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 216 | 0.25 | 0.34 | 0 | 0.15 | 255.41 | 0.49 | 0.7 |
| Hex | A1 | 8E | D8 | 19 | 22 | 0 | F | FF | 31 | 46 |
| Octal | 241 | 216 | 330 | 31 | 42 | 0 | 17 | 377 | 61 | 106 |
| Binary | 10100001 | 10001110 | 11011000 | 11001 | 100010 | 0 | 1111 | 11111111 | 110001 | 1000110 |
Color Harmonies of #A18ED8
Complementary color
Monochromatic Colors of #A18ED8
Black with #A18ED8
Text Example
Text Example
White with #A18ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18ED8; }
p { color: rgb(161,142,216); }
H1.HeaderClassName
{
color: #A18ED8;
}
.AnyTagClassName
{
color: #A18ED8;
}
</style>
background-color css
<style>
a { background-color: #A18ED8; }
a { background-color: rgb(161,142,216); }
div.DivClassName
{
background-color: #A18ED8;
}
.BgClassName
{
background-color: #A18ED8;
}
</style>
border-color css
<style>
span { border-color: #A18ED8; }
span { border-color: rgb(161,142,216); }
td.TdClassName
{
border-color: #A18ED8;
}
.TagClassName
{
border-color: #A18ED8;
}
</style>