#a18ef0

Color #A18EF0 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A18EF0

Tints of Biloba Flower #A18EF0

Color information

#A18EF0 (or 0xA18EF0) is unknown color: approx Biloba Flower. HEX triplet: A1, 8E and F0. RGB value is (161,142,240). Sum of RGB (Red+Green+Blue) = 161+142+240=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #A18EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18EF0 is #5E710F. Grayscale: #9E9E9E. Windows color (decimal): -6189328 or 15765153. OLE color: 15765153.

HSL color Cylindrical-coordinate representation of color #A18EF0: hue angle of 251.63º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A18EF0 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB161142240-
CMYK0.330.4100.06
HSL251.63º76.56%74.9%-
HSV(B)251.63º40.83%94.12%-
XYZ40.133.2186.74-
YUV158.85173.79129.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 29.65%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=29.65%
G=26.15%
B=44.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611422400.330.4100.06251.6376.5674.9
HexA18EF0212906fc4d4b
Octal241216360415106374115113
Binary10100001100011101111000010000110100101101111110010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a18ef0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a18ef0; }

 p { color: rgb(161,142,240); }

 H1.HeaderClassName
 {
   color: #a18ef0;
 }
 .AnyTagClassName
 {
   color: #a18ef0;
 }
</style>
background-color css

<style>
 a { background-color: #a18ef0; }

 a { background-color: rgb(161,142,240); }

 div.DivClassName
 {
   background-color: #a18ef0;
 }
 .BgClassName
 {
   background-color: #a18ef0;
 }
</style>
border-color css

<style>
 span { border-color: #a18ef0; }

 span { border-color: rgb(161,142,240); }

 td.TdClassName
 {
   border-color: #a18ef0;
 }
 .TagClassName
 {
   border-color: #a18ef0;
 }
</style>