Shades of Biloba Flower #A18BDE
Tints of Biloba Flower #A18BDE
RGB
CMYK
RGB Variations
Color information
#A18BDE (or 0xA18BDE) is known color: Biloba Flower. HEX triplet: A1, 8B and DE. RGB value is (161,139,222). Sum of RGB (Red+Green+Blue) = 161+139+222=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #A18BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BDE is #5E7421. Grayscale: #9A9A9A. Windows color (decimal): -6190114 or 14584737. OLE color: 14584737.
HSL color Cylindrical-coordinate representation of color #A18BDE: hue angle of 255.9º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18BDE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 139 | 222 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.13 |
| HSL | 255.9º | 0.56% | 0.71% | - |
| HSV(B) | 255.9º | 0.37% | 0.87% | - |
| XYZ | 37.12 | 31.32 | 73.2 | - |
| YUV | 155.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 222 | 0.27 | 0.37 | 0 | 0.13 | 255.9 | 0.56 | 0.71 |
| Hex | A1 | 8B | DE | 1B | 25 | 0 | D | 100 | 38 | 47 |
| Octal | 241 | 213 | 336 | 33 | 45 | 0 | 15 | 400 | 70 | 107 |
| Binary | 10100001 | 10001011 | 11011110 | 11011 | 100101 | 0 | 1101 | 100000000 | 111000 | 1000111 |
Color Harmonies of #A18BDE
Complementary color
Monochromatic Colors of #A18BDE
Black with #A18BDE
Text Example
Text Example
White with #A18BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BDE; }
p { color: rgb(161,139,222); }
H1.HeaderClassName
{
color: #A18BDE;
}
.AnyTagClassName
{
color: #A18BDE;
}
</style>
background-color css
<style>
a { background-color: #A18BDE; }
a { background-color: rgb(161,139,222); }
div.DivClassName
{
background-color: #A18BDE;
}
.BgClassName
{
background-color: #A18BDE;
}
</style>
border-color css
<style>
span { border-color: #A18BDE; }
span { border-color: rgb(161,139,222); }
td.TdClassName
{
border-color: #A18BDE;
}
.TagClassName
{
border-color: #A18BDE;
}
</style>