Shades of Biloba Flower #A18BE3
Tints of Biloba Flower #A18BE3
RGB
CMYK
RGB Variations
Color information
#A18BE3 (or 0xA18BE3) is known color: Biloba Flower. HEX triplet: A1, 8B and E3. RGB value is (161,139,227). Sum of RGB (Red+Green+Blue) = 161+139+227=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 227 - color contains mainly: blue. Hex color #A18BE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BE3 is #5E741C. Grayscale: #9B9B9B. Windows color (decimal): -6190109 or 14912417. OLE color: 14912417.
HSL color Cylindrical-coordinate representation of color #A18BE3: hue angle of 255º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A18BE3 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 139 | 227 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.11 |
| HSL | 255º | 0.61% | 0.72% | - |
| HSV(B) | 255º | 0.39% | 0.89% | - |
| XYZ | 37.8 | 31.59 | 76.78 | - |
| YUV | 155.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 227 | 0.29 | 0.39 | 0 | 0.11 | 255 | 0.61 | 0.72 |
| Hex | A1 | 8B | E3 | 1D | 27 | 0 | B | FF | 3D | 48 |
| Octal | 241 | 213 | 343 | 35 | 47 | 0 | 13 | 377 | 75 | 110 |
| Binary | 10100001 | 10001011 | 11100011 | 11101 | 100111 | 0 | 1011 | 11111111 | 111101 | 1001000 |
Color Harmonies of #A18BE3
Complementary color
Monochromatic Colors of #A18BE3
Black with #A18BE3
Text Example
Text Example
White with #A18BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BE3; }
p { color: rgb(161,139,227); }
H1.HeaderClassName
{
color: #A18BE3;
}
.AnyTagClassName
{
color: #A18BE3;
}
</style>
background-color css
<style>
a { background-color: #A18BE3; }
a { background-color: rgb(161,139,227); }
div.DivClassName
{
background-color: #A18BE3;
}
.BgClassName
{
background-color: #A18BE3;
}
</style>
border-color css
<style>
span { border-color: #A18BE3; }
span { border-color: rgb(161,139,227); }
td.TdClassName
{
border-color: #A18BE3;
}
.TagClassName
{
border-color: #A18BE3;
}
</style>