Shades of Biloba Flower #A18FE2
Tints of Biloba Flower #A18FE2
RGB
CMYK
RGB Variations
Color information
#A18FE2 (or 0xA18FE2) is known color: Biloba Flower. HEX triplet: A1, 8F and E2. RGB value is (161,143,226). Sum of RGB (Red+Green+Blue) = 161+143+226=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 226 - color contains mainly: blue. Hex color #A18FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FE2 is #5E701D. Grayscale: #9D9D9D. Windows color (decimal): -6189086 or 14847905. OLE color: 14847905.
HSL color Cylindrical-coordinate representation of color #A18FE2: hue angle of 253.01º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18FE2 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 143 | 226 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.11 |
| HSL | 253.01º | 0.59% | 0.72% | - |
| HSV(B) | 253.01º | 0.37% | 0.89% | - |
| XYZ | 38.25 | 32.71 | 76.25 | - |
| YUV | 157.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 226 | 0.29 | 0.37 | 0 | 0.11 | 253.01 | 0.59 | 0.72 |
| Hex | A1 | 8F | E2 | 1D | 25 | 0 | B | FD | 3B | 48 |
| Octal | 241 | 217 | 342 | 35 | 45 | 0 | 13 | 375 | 73 | 110 |
| Binary | 10100001 | 10001111 | 11100010 | 11101 | 100101 | 0 | 1011 | 11111101 | 111011 | 1001000 |
Color Harmonies of #A18FE2
Complementary color
Monochromatic Colors of #A18FE2
Black with #A18FE2
Text Example
Text Example
White with #A18FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FE2; }
p { color: rgb(161,143,226); }
H1.HeaderClassName
{
color: #A18FE2;
}
.AnyTagClassName
{
color: #A18FE2;
}
</style>
background-color css
<style>
a { background-color: #A18FE2; }
a { background-color: rgb(161,143,226); }
div.DivClassName
{
background-color: #A18FE2;
}
.BgClassName
{
background-color: #A18FE2;
}
</style>
border-color css
<style>
span { border-color: #A18FE2; }
span { border-color: rgb(161,143,226); }
td.TdClassName
{
border-color: #A18FE2;
}
.TagClassName
{
border-color: #A18FE2;
}
</style>