Shades of Biloba Flower #A18FE0
Tints of Biloba Flower #A18FE0
RGB
CMYK
RGB Variations
Color information
#A18FE0 (or 0xA18FE0) is known color: Biloba Flower. HEX triplet: A1, 8F and E0. RGB value is (161,143,224). Sum of RGB (Red+Green+Blue) = 161+143+224=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #A18FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FE0 is #5E701F. Grayscale: #9D9D9D. Windows color (decimal): -6189088 or 14716833. OLE color: 14716833.
HSL color Cylindrical-coordinate representation of color #A18FE0: hue angle of 253.33º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A18FE0 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 143 | 224 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.12 |
| HSL | 253.33º | 0.57% | 0.72% | - |
| HSV(B) | 253.33º | 0.36% | 0.88% | - |
| XYZ | 37.97 | 32.6 | 74.81 | - |
| YUV | 157.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 224 | 0.28 | 0.36 | 0 | 0.12 | 253.33 | 0.57 | 0.72 |
| Hex | A1 | 8F | E0 | 1C | 24 | 0 | C | FD | 39 | 48 |
| Octal | 241 | 217 | 340 | 34 | 44 | 0 | 14 | 375 | 71 | 110 |
| Binary | 10100001 | 10001111 | 11100000 | 11100 | 100100 | 0 | 1100 | 11111101 | 111001 | 1001000 |
Color Harmonies of #A18FE0
Complementary color
Monochromatic Colors of #A18FE0
Black with #A18FE0
Text Example
Text Example
White with #A18FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FE0; }
p { color: rgb(161,143,224); }
H1.HeaderClassName
{
color: #A18FE0;
}
.AnyTagClassName
{
color: #A18FE0;
}
</style>
background-color css
<style>
a { background-color: #A18FE0; }
a { background-color: rgb(161,143,224); }
div.DivClassName
{
background-color: #A18FE0;
}
.BgClassName
{
background-color: #A18FE0;
}
</style>
border-color css
<style>
span { border-color: #A18FE0; }
span { border-color: rgb(161,143,224); }
td.TdClassName
{
border-color: #A18FE0;
}
.TagClassName
{
border-color: #A18FE0;
}
</style>