Shades of Biloba Flower #A18FE3
Tints of Biloba Flower #A18FE3
RGB
CMYK
RGB Variations
Color information
#A18FE3 (or 0xA18FE3) is known color: Biloba Flower. HEX triplet: A1, 8F and E3. RGB value is (161,143,227). Sum of RGB (Red+Green+Blue) = 161+143+227=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #A18FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FE3 is #5E701C. Grayscale: #9D9D9D. Windows color (decimal): -6189085 or 14913441. OLE color: 14913441.
HSL color Cylindrical-coordinate representation of color #A18FE3: hue angle of 252.86º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18FE3 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 143 | 227 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.11 |
| HSL | 252.86º | 0.6% | 0.73% | - |
| HSV(B) | 252.86º | 0.37% | 0.89% | - |
| XYZ | 38.39 | 32.77 | 76.97 | - |
| YUV | 157.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 227 | 0.29 | 0.37 | 0 | 0.11 | 252.86 | 0.6 | 0.73 |
| Hex | A1 | 8F | E3 | 1D | 25 | 0 | B | FD | 3C | 49 |
| Octal | 241 | 217 | 343 | 35 | 45 | 0 | 13 | 375 | 74 | 111 |
| Binary | 10100001 | 10001111 | 11100011 | 11101 | 100101 | 0 | 1011 | 11111101 | 111100 | 1001001 |
Color Harmonies of #A18FE3
Complementary color
Monochromatic Colors of #A18FE3
Black with #A18FE3
Text Example
Text Example
White with #A18FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FE3; }
p { color: rgb(161,143,227); }
H1.HeaderClassName
{
color: #A18FE3;
}
.AnyTagClassName
{
color: #A18FE3;
}
</style>
background-color css
<style>
a { background-color: #A18FE3; }
a { background-color: rgb(161,143,227); }
div.DivClassName
{
background-color: #A18FE3;
}
.BgClassName
{
background-color: #A18FE3;
}
</style>
border-color css
<style>
span { border-color: #A18FE3; }
span { border-color: rgb(161,143,227); }
td.TdClassName
{
border-color: #A18FE3;
}
.TagClassName
{
border-color: #A18FE3;
}
</style>