Shades of Biloba Flower #A18FEF
Tints of Biloba Flower #A18FEF
RGB
CMYK
RGB Variations
Color information
#A18FEF (or 0xA18FEF) is known color: Biloba Flower. HEX triplet: A1, 8F and EF. RGB value is (161,143,239). Sum of RGB (Red+Green+Blue) = 161+143+239=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #A18FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FEF is #5E7010. Grayscale: #9E9E9E. Windows color (decimal): -6189073 or 15699873. OLE color: 15699873.
HSL color Cylindrical-coordinate representation of color #A18FEF: hue angle of 251.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18FEF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 143 | 239 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.06 |
| HSL | 251.25º | 0.75% | 0.75% | - |
| HSV(B) | 251.25º | 0.4% | 0.94% | - |
| XYZ | 40.1 | 33.45 | 86.01 | - |
| YUV | 159.33 | 172.96 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 239 | 0.33 | 0.40 | 0 | 0.06 | 251.25 | 0.75 | 0.75 |
| Hex | A1 | 8F | EF | 21 | 28 | 0 | 6 | FB | 4B | 4B |
| Octal | 241 | 217 | 357 | 41 | 50 | 0 | 6 | 373 | 113 | 113 |
| Binary | 10100001 | 10001111 | 11101111 | 100001 | 101000 | 0 | 110 | 11111011 | 1001011 | 1001011 |
Color Harmonies of #A18FEF
Complementary color
Monochromatic Colors of #A18FEF
Black with #A18FEF
Text Example
Text Example
White with #A18FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FEF; }
p { color: rgb(161,143,239); }
H1.HeaderClassName
{
color: #A18FEF;
}
.AnyTagClassName
{
color: #A18FEF;
}
</style>
background-color css
<style>
a { background-color: #A18FEF; }
a { background-color: rgb(161,143,239); }
div.DivClassName
{
background-color: #A18FEF;
}
.BgClassName
{
background-color: #A18FEF;
}
</style>
border-color css
<style>
span { border-color: #A18FEF; }
span { border-color: rgb(161,143,239); }
td.TdClassName
{
border-color: #A18FEF;
}
.TagClassName
{
border-color: #A18FEF;
}
</style>