Shades of Biloba Flower #A18BEF
Tints of Biloba Flower #A18BEF
RGB
CMYK
RGB Variations
Color information
#A18BEF (or 0xA18BEF) is known color: Biloba Flower. HEX triplet: A1, 8B and EF. RGB value is (161,139,239). Sum of RGB (Red+Green+Blue) = 161+139+239=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #A18BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18BEF is #5E7410. Grayscale: #9C9C9C. Windows color (decimal): -6190097 or 15698849. OLE color: 15698849.
HSL color Cylindrical-coordinate representation of color #A18BEF: hue angle of 253.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A18BEF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 139 | 239 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.06 |
| HSL | 253.2º | 0.76% | 0.74% | - |
| HSV(B) | 253.2º | 0.42% | 0.94% | - |
| XYZ | 39.51 | 32.27 | 85.81 | - |
| YUV | 156.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 239 | 0.33 | 0.42 | 0 | 0.06 | 253.2 | 0.76 | 0.74 |
| Hex | A1 | 8B | EF | 21 | 2A | 0 | 6 | FD | 4C | 4A |
| Octal | 241 | 213 | 357 | 41 | 52 | 0 | 6 | 375 | 114 | 112 |
| Binary | 10100001 | 10001011 | 11101111 | 100001 | 101010 | 0 | 110 | 11111101 | 1001100 | 1001010 |
Color Harmonies of #A18BEF
Complementary color
Monochromatic Colors of #A18BEF
Black with #A18BEF
Text Example
Text Example
White with #A18BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BEF; }
p { color: rgb(161,139,239); }
H1.HeaderClassName
{
color: #A18BEF;
}
.AnyTagClassName
{
color: #A18BEF;
}
</style>
background-color css
<style>
a { background-color: #A18BEF; }
a { background-color: rgb(161,139,239); }
div.DivClassName
{
background-color: #A18BEF;
}
.BgClassName
{
background-color: #A18BEF;
}
</style>
border-color css
<style>
span { border-color: #A18BEF; }
span { border-color: rgb(161,139,239); }
td.TdClassName
{
border-color: #A18BEF;
}
.TagClassName
{
border-color: #A18BEF;
}
</style>