Shades of Biloba Flower #A18FE6
Tints of Biloba Flower #A18FE6
RGB
CMYK
RGB Variations
Color information
#A18FE6 (or 0xA18FE6) is known color: Biloba Flower. HEX triplet: A1, 8F and E6. RGB value is (161,143,230). Sum of RGB (Red+Green+Blue) = 161+143+230=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #A18FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FE6 is #5E7019. Grayscale: #9D9D9D. Windows color (decimal): -6189082 or 15110049. OLE color: 15110049.
HSL color Cylindrical-coordinate representation of color #A18FE6: hue angle of 252.41º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A18FE6 is Cyan = 0.3, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 143 | 230 | - |
| CMYK | 0.3 | 0.38 | 0 | 0.10 |
| HSL | 252.41º | 0.64% | 0.73% | - |
| HSV(B) | 252.41º | 0.38% | 0.9% | - |
| XYZ | 38.8 | 32.94 | 79.17 | - |
| YUV | 158.3 | 168.46 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 230 | 0.3 | 0.38 | 0 | 0.10 | 252.41 | 0.64 | 0.73 |
| Hex | A1 | 8F | E6 | 1E | 26 | 0 | A | FC | 40 | 49 |
| Octal | 241 | 217 | 346 | 36 | 46 | 0 | 12 | 374 | 100 | 111 |
| Binary | 10100001 | 10001111 | 11100110 | 11110 | 100110 | 0 | 1010 | 11111100 | 1000000 | 1001001 |
Color Harmonies of #A18FE6
Complementary color
Monochromatic Colors of #A18FE6
Black with #A18FE6
Text Example
Text Example
White with #A18FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FE6; }
p { color: rgb(161,143,230); }
H1.HeaderClassName
{
color: #A18FE6;
}
.AnyTagClassName
{
color: #A18FE6;
}
</style>
background-color css
<style>
a { background-color: #A18FE6; }
a { background-color: rgb(161,143,230); }
div.DivClassName
{
background-color: #A18FE6;
}
.BgClassName
{
background-color: #A18FE6;
}
</style>
border-color css
<style>
span { border-color: #A18FE6; }
span { border-color: rgb(161,143,230); }
td.TdClassName
{
border-color: #A18FE6;
}
.TagClassName
{
border-color: #A18FE6;
}
</style>